Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 1 | -14/+14 |
| | |||||
* | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵ | zhanyong.wan | 2009-07-01 | 1 | -57/+28 |
| | | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). | ||||
* | Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); ↵ | zhanyong.wan | 2009-06-19 | 1 | -1/+5 |
| | | | | fixes the wrong usage of os.environ.clear() in gtest_output_test.py (by Vlad Losev); fixes the logic for detecting Symbian (by Zhanyong Wan); moves TestProperty for event listener (by Vlad Losev). | ||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -21/+66 |
| | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). | ||||
* | Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). ↵ | zhanyong.wan | 2009-05-29 | 1 | -1/+6 |
| | | | | Minor format adjustments. | ||||
* | Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version ↵ | zhanyong.wan | 2009-05-05 | 1 | -1/+0 |
| | | | | before 4.0.0 (by Zhanyong Wan). | ||||
* | Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵ | zhanyong.wan | 2009-04-09 | 1 | -15/+54 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Implements the test sharding protocol. By Eric Fellheimer. | zhanyong.wan | 2009-02-09 | 1 | -24/+44 |
| | |||||
* | Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by ↵ | zhanyong.wan | 2009-02-06 | 1 | -2/+7 |
| | | | | Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev). | ||||
* | Implements --gtest_also_run_disabled_tests. By Eric Roman. | shiqian | 2009-01-10 | 1 | -3/+8 |
| | |||||
* | Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw ↵ | shiqian | 2008-09-18 | 1 | -1/+19 |
| | | | | too). | ||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 1 | -0/+2 |
| | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). | ||||
* | Adds --gtest_print_test for printing the elapsed time of tests. | shiqian | 2008-07-25 | 1 | -5/+15 |
| | |||||
* | Makes the output understandable by VS when compiled by MSVC. | shiqian | 2008-07-23 | 1 | -2/+3 |
| | |||||
* | Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵ | shiqian | 2008-07-08 | 1 | -1/+1 |
| | | | | compile on Windows CE. | ||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+183 |