index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes scons scripts from SVN.
zhanyong.wan
2010-02-25
4
-838/+0
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
3
-5/+17
*
Removes support for MSVC 7.1 from the scons scripts.
zhanyong.wan
2009-12-23
2
-18/+7
*
Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock.
zhanyong.wan
2009-12-23
1
-0/+2
*
Moves gtest.def from src/ to msvc/.
zhanyong.wan
2009-12-18
1
-1/+1
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2009-12-18
3
-0/+39
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
3
-12/+20
*
Turns on -Wshadow (by Preston Jackson).
zhanyong.wan
2009-12-16
1
-0/+1
*
Stops supporting MSVC 7.1 with exceptions disabled.
zhanyong.wan
2009-12-14
1
-0/+1
*
Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...
zhanyong.wan
2009-11-13
2
-33/+30
*
Implements support for AssertionResult in Boolean assertions such as EXPECT_T...
vladlosev
2009-10-20
1
-0/+1
*
Fixes: Scons build file broken when used in another SConstruct; warning in VC...
vladlosev
2009-10-14
3
-187/+233
*
Refactors the scons script (by Vlad Losev).
zhanyong.wan
2009-10-01
2
-113/+112
*
Refactors the scons script (by Vlad Losev).
zhanyong.wan
2009-09-30
2
-113/+112
*
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...
zhanyong.wan
2009-09-30
1
-0/+1
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
2
-66/+112
*
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...
zhanyong.wan
2009-09-21
1
-5/+0
*
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /
zhanyong.wan
2009-09-18
1
-4/+2
*
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...
zhanyong.wan
2009-09-17
1
-4/+0
*
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...
zhanyong.wan
2009-09-11
1
-0/+2
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
1
-1/+2
*
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...
zhanyong.wan
2009-09-01
2
-0/+328
*
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...
zhanyong.wan
2009-07-22
1
-35/+55
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
1
-103/+109
*
Adds the command line flags needed for test shuffling. Most code by Josh Kel...
zhanyong.wan
2009-07-14
1
-1/+1
*
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...
zhanyong.wan
2009-06-22
1
-2/+4
*
Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...
zhanyong.wan
2009-06-19
1
-185/+187
*
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...
zhanyong.wan
2009-06-17
1
-0/+39
*
Works around a gcc bug when compiling tr1/tuple with RTTI disabled.
zhanyong.wan
2009-06-11
1
-7/+30
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
1
-19/+22
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
1
-0/+2
*
Fixes the scons script to build gtest-death-test_test on Linux.
zhanyong.wan
2009-04-02
1
-15/+22
*
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...
zhanyong.wan
2009-03-31
1
-0/+5
*
Implements the --help flag; fixes tests on Windows.
zhanyong.wan
2009-03-11
1
-0/+1
*
Implements --gtest_throw_on_failure for using gtest with other testing framew...
zhanyong.wan
2009-03-06
1
-0/+2
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-13/+59
*
Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.
zhanyong.wan
2009-02-09
1
-1/+1
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-13/+51
*
Fixes the header search path in SConscript and add SConscript to the distribu...
shiqian
2008-10-12
1
-4/+5
*
Many changes:
shiqian
2008-10-11
1
-0/+180