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
*
Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...
zhanyong.wan
2009-11-24
6
-426
/
+552
*
Implements the element_type typedef in testing::internal::scoped_ptr. This is...
vladlosev
2009-11-17
2
-0
/
+10
*
Prevents Google Test from printing help message upon seeing the --gtest_stack...
vladlosev
2009-11-17
3
-48
/
+106
*
Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ...
vladlosev
2009-11-17
1
-0
/
+8
*
Re-factors run_tests.py for easier reuse by Google Mock
vladlosev
2009-11-17
1
-26
/
+34
*
Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...
zhanyong.wan
2009-11-13
7
-46
/
+80
*
Fixes the code to work with fuse_gtest.py.
zhanyong.wan
2009-11-10
6
-17
/
+36
*
Fixes linker error when used with gMock on Windows
vladlosev
2009-10-23
1
-3
/
+3
*
Prints help when encountering unrecognized Google Test flags.
vladlosev
2009-10-22
3
-6
/
+73
*
Implements support for AssertionResult in Boolean assertions such as EXPECT_T...
vladlosev
2009-10-20
10
-77
/
+485
*
Fixes: Scons build file broken when used in another SConstruct; warning in VC...
vladlosev
2009-10-14
4
-188
/
+235
*
Updates the 1.4.0 release notes.
zhanyong.wan
2009-10-01
1
-1
/
+3
*
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
3
-115
/
+114
*
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...
zhanyong.wan
2009-09-30
10
-59
/
+986
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
21
-267
/
+418
*
Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...
zhanyong.wan
2009-09-24
16
-394
/
+250
*
Bumps up the version number for release 1.4.0.
zhanyong.wan
2009-09-24
1
-1
/
+1
*
Removes gtest's dependency on python2.4.
zhanyong.wan
2009-09-22
1
-1
/
+1
*
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...
zhanyong.wan
2009-09-21
4
-6
/
+86
*
Renames the TestPartResult type enums and adjusts the order of methods in the...
zhanyong.wan
2009-09-18
9
-158
/
+159
*
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /
zhanyong.wan
2009-09-18
6
-35
/
+293
*
Renames the methods in the event listener API, and changes the order of *End ...
zhanyong.wan
2009-09-17
5
-200
/
+370
*
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...
zhanyong.wan
2009-09-17
5
-21
/
+19
*
Fixes line-ending in the new -md VC projects.
zhanyong.wan
2009-09-16
5
-0
/
+0
*
Small code simplification (by Vlad Losev).
zhanyong.wan
2009-09-16
1
-4
/
+3
*
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames
zhanyong.wan
2009-09-16
6
-74
/
+63
*
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...
zhanyong.wan
2009-09-11
12
-41
/
+497
*
Adjusts VC projects' output directories such that the output files don't step...
zhanyong.wan
2009-09-11
8
-32
/
+32
*
Really removes unneeded VC projects.
zhanyong.wan
2009-09-11
5
-723
/
+0
*
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...
zhanyong.wan
2009-09-11
11
-65
/
+21
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
16
-292
/
+1173
*
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...
zhanyong.wan
2009-09-01
8
-140
/
+604
*
Updating for Snow Leopard. Cleaning up the sample code. Updating the README w...
preston.a.jackson
2009-08-28
5
-88
/
+70
*
Adds /MD(d) versions of VC++ projects.
vladlosev
2009-08-28
5
-0
/
+758
*
Fixes an uninitialized field in class OsStackTraceGetter.
zhanyong.wan
2009-08-26
1
-1
/
+1
*
Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a sta...
preston.a.jackson
2009-08-21
7
-4010
/
+332
*
Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.
chandlerc
2009-08-11
1
-0
/
+2
*
Unbreak the build for Solaris by selecting the correct include headers for its
chandlerc
2009-08-10
1
-2
/
+4
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
8
-56
/
+88
*
Makes gtest compilable on Win CE.
zhanyong.wan
2009-07-23
1
-2
/
+7
*
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...
zhanyong.wan
2009-07-22
11
-146
/
+151
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
11
-324
/
+729
*
Makes gtest report failures to Visual Studio's Output window. Based on code ...
zhanyong.wan
2009-07-15
1
-4
/
+14
*
Adds the command line flags needed for test shuffling. Most code by Josh Kel...
zhanyong.wan
2009-07-14
6
-12
/
+249
*
Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...
zhanyong.wan
2009-07-13
10
-132
/
+208
*
Makes List a random-access data structure. This simplifies the implementatio...
zhanyong.wan
2009-07-01
7
-441
/
+326
*
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...
zhanyong.wan
2009-07-01
12
-284
/
+289
*
Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan).
zhanyong.wan
2009-06-25
1
-12
/
+51
*
Refactors for the event listener API (by Vlad Losev): hides some methods in U...
zhanyong.wan
2009-06-25
5
-138
/
+139
[next]