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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Uses DebugBreak() to properly break on Windows (by Vlad Losev).
zhanyong.wan
2009-05-05
2
-0/+23
*
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...
zhanyong.wan
2009-05-05
3
-12/+4
*
Trivial source code format tweak.
zhanyong.wan
2009-04-29
2
-6/+0
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
13
-203/+810
*
Ports gtest to minGW (by Kenton Varda).
zhanyong.wan
2009-04-25
5
-14/+402
*
Makes --gtest_list_tests honor the test filter (by Jay Campan).
zhanyong.wan
2009-04-24
5
-40/+85
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
13
-110/+107
*
Makes gtest print elapsed time by default.
zhanyong.wan
2009-04-14
4
-13/+14
*
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...
zhanyong.wan
2009-04-09
15
-198/+255
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
8
-4/+189
*
Fixes the comment about GTEST_ATTRIBUTE_UNUSED_.
zhanyong.wan
2009-04-03
1
-3/+6
*
Fixes the scons script to build gtest-death-test_test on Linux.
zhanyong.wan
2009-04-02
1
-15/+22
*
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.
zhanyong.wan
2009-03-31
5
-24/+13
*
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...
zhanyong.wan
2009-03-31
3
-3/+7
*
Fixes MSVC casting warning.
zhanyong.wan
2009-03-27
1
-2/+2
*
Works around a VC bug by avoiding defining a function named strdup().
zhanyong.wan
2009-03-26
3
-7/+12
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
12
-265/+181
*
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
zhanyong.wan
2009-03-25
4
-10/+11
*
Cleans up death test implementation (by Vlad Losev); changes the XML format t...
zhanyong.wan
2009-03-24
8
-390/+291
*
Adds scripts/test/Makefile to the distribution in trunk.
zhanyong.wan
2009-03-18
1
-0/+1
*
Updates the 1.3.0 release note.
zhanyong.wan
2009-03-17
2
-1/+16
*
Fixes two tests on Cygwin, which has no python 2.4.
zhanyong.wan
2009-03-17
2
-2/+2
*
Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...
zhanyong.wan
2009-03-17
4
-28/+61
*
Fixes a typo in Vlad's email address.
zhanyong.wan
2009-03-11
1
-1/+1
*
Implements the --help flag; fixes tests on Windows.
zhanyong.wan
2009-03-11
11
-46/+382
*
Fixes build failure on Windows, by Rainer Klaffenboeck.
zhanyong.wan
2009-03-11
1
-1/+4
*
Fixes death-test-related tests on Windows, by Vlad Losev.
zhanyong.wan
2009-03-11
6
-11/+17
*
Implements --gtest_throw_on_failure for using gtest with other testing framew...
zhanyong.wan
2009-03-06
13
-29/+501
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
13
-201/+1219
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
42
-419/+411
*
Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to b...
zhanyong.wan
2009-02-19
1
-3/+10
*
Removes upload*.py from the release package, as they are useless without an S...
zhanyong.wan
2009-02-13
1
-2/+0
*
Adds upload_gtest.py for uploading a Google Test patch for review.
zhanyong.wan
2009-02-13
3
-0/+1467
*
Removes svn:executable and sets svn:eol-style to CRLF for VS project files.
zhanyong.wan
2009-02-13
10
-1521/+1521
*
Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.
zhanyong.wan
2009-02-09
5
-24/+54
*
Implements the test sharding protocol. By Eric Fellheimer.
zhanyong.wan
2009-02-09
10
-62/+619
*
Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions t...
zhanyong.wan
2009-02-08
3
-49/+74
*
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...
zhanyong.wan
2009-02-06
7
-98/+119
*
Exposes gtest flags to user code access. By Alexander Demin.
zhanyong.wan
2009-02-02
3
-19/+64
*
Fixes some warnings when compiled with MSVC at warning level 4.
zhanyong.wan
2009-01-29
6
-24/+37
*
Implements a simple regex matcher (to be used by death tests on Windows).
zhanyong.wan
2009-01-29
6
-27/+854
*
Simplifies gtest's implementation by using an existing API to get the origina...
zhanyong.wan
2009-01-26
1
-6/+4
*
Fixes the bug where the XML output path is affected by test changing the curr...
zhanyong.wan
2009-01-26
6
-41/+288
*
Adds a script to fuse gtest source files into a .h and a .cc.
zhanyong.wan
2009-01-22
3
-0/+305
*
Improves compatibility with cygwin by making the definition of GTEST_HAS_GLOB...
zhanyong.wan
2009-01-21
1
-2/+4
*
Adds Eric Roman to the contributor list.
shiqian
2009-01-10
1
-0/+1
*
Implements --gtest_also_run_disabled_tests. By Eric Roman.
shiqian
2009-01-10
9
-17/+259
*
Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.
shiqian
2009-01-08
13
-10/+213
*
Merged release 1.2.1 updates to trunk
vladlosev
2008-12-11
1
-0/+9
*
Improves README.
shiqian
2008-12-11
1
-31/+32
[prev]
[next]