Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots of changes: | shiqian | 2008-09-26 | 5 | -52/+204 |
| | | | | | | | | * 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 the Python tests more portable by calling standard functions to ↵ | shiqian | 2008-09-18 | 6 | -22/+35 |
| | | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines. | ||||
* | Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw ↵ | shiqian | 2008-09-18 | 1 | -1/+19 |
| | | | | too). | ||||
* | Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on ↵ | shiqian | 2008-09-13 | 1 | -57/+12 |
| | | | | non-English Windows. By balazs.dan@gmail.com. | ||||
* | Adds exception assertions. By balaz.dan@gmail.com. | shiqian | 2008-09-12 | 1 | -0/+185 |
| | |||||
* | Improves thread-safe death tests by changing to the original working ↵ | shiqian | 2008-09-12 | 3 | -29/+101 |
| | | | | directory before they are executed; also fixes out-dated comments about death tests. | ||||
* | Adds new files for type-parameterized tests, which I forgot to commit in the ↵ | shiqian | 2008-09-09 | 3 | -0/+461 |
| | | | | previous revision. | ||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 7 | -11/+346 |
| | | | | 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 | -26/+146 |
| | |||||
* | Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. | shiqian | 2008-08-06 | 1 | -170/+143 |
| | |||||
* | Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in ↵ | shiqian | 2008-08-01 | 2 | -29/+4 |
| | | | | opt mode. | ||||
* | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | shiqian | 2008-07-31 | 2 | -2/+64 |
| | |||||
* | Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. | shiqian | 2008-07-25 | 2 | -0/+6 |
| | |||||
* | Adds --gtest_print_test for printing the elapsed time of tests. | shiqian | 2008-07-25 | 4 | -5/+241 |
| | |||||
* | Makes the output understandable by VS when compiled by MSVC. | shiqian | 2008-07-23 | 2 | -112/+58 |
| | |||||
* | Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵ | shiqian | 2008-07-09 | 2 | -5/+11 |
| | | | | Microsoft Visual Studio. | ||||
* | Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵ | shiqian | 2008-07-08 | 4 | -13/+22 |
| | | | | compile on Windows CE. | ||||
* | Initial import. | shiqian | 2008-07-03 | 39 | -0/+13197 |