aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Cleans up macro definitions.zhanyong.wan2009-02-231-10/+10
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-1/+34
* Exposes gtest flags to user code access. By Alexander Demin.zhanyong.wan2009-02-021-14/+3
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-291-0/+4
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-0/+16
* Fixes the bug where the XML output path is affected by test changing the curr...zhanyong.wan2009-01-261-3/+4
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-101-1/+6
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-081-0/+4
* Allow Google Mock to initialize Google Testvladlosev2008-11-261-0/+5
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...shiqian2008-11-241-0/+4
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-2/+26
* Many changes:shiqian2008-10-111-29/+80
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-121-0/+21
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-9/+25
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-251-2/+24
* Changes test creation functions to factories. By Vlad Losev.shiqian2008-08-061-2/+3
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-251-1/+6
* Initial import.shiqian2008-07-031-0/+1118