index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Improves the instructions in README.
shiqian
2008-12-11
1
-20
/
+36
*
Adds Makefile to the distribution pacakge.
shiqian
2008-12-10
1
-0
/
+1
*
Gets ready to release 1.2.1 by bumping up the version number.
shiqian
2008-12-10
1
-1
/
+1
*
A small re-work of the installed m4 script for Google Test. This
shiqian
2008-12-10
1
-25
/
+38
*
Changes config_aux to build-aux to conform with the convention. Simplifies t...
shiqian
2008-12-10
3
-12
/
+10
*
Necessary changes to gtest-config.in for supporting the up-coming release of ...
shiqian
2008-12-09
1
-44
/
+119
*
Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...
shiqian
2008-12-09
6
-20
/
+17
*
Updating README with instructions on running python tests from within Xcode.
preston.a.jackson
2008-12-09
1
-6
/
+7
*
Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck.
shiqian
2008-12-02
1
-1
/
+3
*
Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck.
shiqian
2008-12-02
1
-10
/
+27
*
Adds a Makefile to demonstrate building Google Test with a manually-written M...
shiqian
2008-12-02
2
-0
/
+96
*
Merged build script fix from branches/release-1.2
vladlosev
2008-11-27
1
-0
/
+1
*
Updated CHANGES and release version for 1.2
vladlosev
2008-11-26
2
-1
/
+15
*
Allow Google Mock to initialize Google Test
vladlosev
2008-11-26
6
-29
/
+144
*
Adding test/gtest_uninitialized_test.py missing from the previous check-in
vladlosev
2008-11-26
1
-14
/
+4
*
Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows
vladlosev
2008-11-26
5
-45
/
+101
*
Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...
shiqian
2008-11-24
6
-16
/
+95
*
Fixed two of the failing tests mentioned in issue 9
vladlosev
2008-11-22
3
-9
/
+34
*
updating the README (intended for previous ci)
preston.a.jackson
2008-11-21
1
-11
/
+9
*
oops forgot the config file
preston.a.jackson
2008-11-21
1
-0
/
+8
*
Removing a warning when building from the command line. Reordering targets to...
preston.a.jackson
2008-11-21
2
-437
/
+426
*
Sorts the sample and test targets in Makefile.am within their functional group.
shiqian
2008-11-20
1
-53
/
+53
*
Moves a code block in gtest.cc to mirror the change in the Google internal ve...
shiqian
2008-11-20
1
-21
/
+21
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
36
-192
/
+10343
*
Clarifies how gtest supports different platforms in README and code comments.
shiqian
2008-11-17
2
-8
/
+28
*
Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.
shiqian
2008-11-10
5
-28
/
+64
*
Fixes the VC project. Contributed by Rainer Klaffenboeck.
shiqian
2008-10-31
1
-0
/
+15
[next]