Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. | shiqian | 2008-12-02 | 1 | -1/+3 |
| | |||||
* | Allow Google Mock to initialize Google Test | vladlosev | 2008-11-26 | 1 | -26/+45 |
| | |||||
* | Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X ↵ | shiqian | 2008-11-24 | 1 | -2/+19 |
| | | | | Tiger); also fixes gtest_output_test when built with xcode. | ||||
* | Moves a code block in gtest.cc to mirror the change in the Google internal ↵ | shiqian | 2008-11-20 | 1 | -21/+21 |
| | | | | version of gtest. | ||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 1 | -7/+78 |
| | |||||
* | Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. | shiqian | 2008-11-10 | 1 | -1/+5 |
| | |||||
* | Many changes: | shiqian | 2008-10-11 | 1 | -121/+135 |
| | | | | | | | | | | | | - appends "_" to internal macro names (by Markus Heule). - makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento). - adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule). - changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule). - adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule). - adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan). - adds scons/SConscript for building with scons (by Joi Sigurdsson). - adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule). - updates the xcode project to include new tests (by Preston Jackson). | ||||
* | Lots of changes: | shiqian | 2008-09-26 | 1 | -9/+37 |
| | | | | | | | | * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum. | ||||
* | Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw ↵ | shiqian | 2008-09-18 | 1 | -4/+5 |
| | | | | too). | ||||
* | Improves thread-safe death tests by changing to the original working ↵ | shiqian | 2008-09-12 | 1 | -0/+6 |
| | | | | directory before they are executed; also fixes out-dated comments about death tests. | ||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 1 | -44/+127 |
| | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). | ||||
* | Implement wide->UTF-8 string conversion more correctly | vladlosev | 2008-08-25 | 1 | -38/+125 |
| | |||||
* | Changes test creation functions to factories. By Vlad Losev. | shiqian | 2008-08-06 | 1 | -11/+15 |
| | |||||
* | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | shiqian | 2008-07-31 | 1 | -15/+45 |
| | |||||
* | Adds --gtest_print_test for printing the elapsed time of tests. | shiqian | 2008-07-25 | 1 | -2/+34 |
| | |||||
* | Makes the output understandable by VS when compiled by MSVC. | shiqian | 2008-07-23 | 1 | -2/+10 |
| | |||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+3545 |