Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -103/+0 |
| | |||||
* | Removes obsolete debug code. | vladlosev | 2012-09-06 | 1 | -2/+1 |
| | |||||
* | Misc small updates to some debug death code, and to messages streaming to macros | jgm | 2012-03-09 | 1 | -1/+2 |
| | |||||
* | Changes default of --gtest_catch_exceptions to true. | vladlosev | 2010-10-26 | 1 | -3/+1 |
| | |||||
* | Google Test's Python tests now pass on Solaris. | vladlosev | 2010-02-15 | 1 | -4/+6 |
| | |||||
* | More implementation of the event listener interface (by Vlad Losev); Reduces ↵ | zhanyong.wan | 2009-09-04 | 1 | -1/+1 |
| | | | | the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev). | ||||
* | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵ | zhanyong.wan | 2009-07-01 | 1 | -32/+24 |
| | | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). | ||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -6/+6 |
| | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). | ||||
* | Makes gtest print elapsed time by default. | zhanyong.wan | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵ | zhanyong.wan | 2009-04-09 | 1 | -33/+7 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Implements --gtest_throw_on_failure for using gtest with other testing ↵ | zhanyong.wan | 2009-03-06 | 1 | -0/+1 |
| | | | | frameworks. | ||||
* | Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. | shiqian | 2009-01-08 | 1 | -0/+1 |
| | |||||
* | Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. | shiqian | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+134 |