index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevents Google Test from printing help message upon seeing the --gtest_stack...
vladlosev
2009-11-17
2
-5
/
+11
*
Fixes the code to work with fuse_gtest.py.
zhanyong.wan
2009-11-10
1
-0
/
+6
*
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
1
-1
/
+31
*
Implements support for AssertionResult in Boolean assertions such as EXPECT_T...
vladlosev
2009-10-20
1
-5
/
+35
*
Fixes: Scons build file broken when used in another SConstruct; warning in VC...
vladlosev
2009-10-14
1
-1
/
+2
*
Refactors the scons script (by Vlad Losev).
zhanyong.wan
2009-09-30
1
-2
/
+2
*
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...
zhanyong.wan
2009-09-30
2
-39
/
+206
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
3
-52
/
+104
*
Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...
zhanyong.wan
2009-09-24
4
-94
/
+72
*
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...
zhanyong.wan
2009-09-21
1
-1
/
+20
*
Renames the TestPartResult type enums and adjusts the order of methods in the...
zhanyong.wan
2009-09-18
2
-56
/
+58
*
Renames the methods in the event listener API, and changes the order of *End ...
zhanyong.wan
2009-09-17
1
-67
/
+101
*
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...
zhanyong.wan
2009-09-17
1
-1
/
+2
*
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
2
-22
/
+24
*
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...
zhanyong.wan
2009-09-11
1
-2
/
+3
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
3
-230
/
+270
*
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...
zhanyong.wan
2009-09-01
3
-59
/
+40
*
Fixes an uninitialized field in class OsStackTraceGetter.
zhanyong.wan
2009-08-26
1
-1
/
+1
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
2
-14
/
+6
*
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
1
-2
/
+3
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
2
-44
/
+50
*
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
2
-8
/
+96
*
Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...
zhanyong.wan
2009-07-13
3
-50
/
+61
*
Makes List a random-access data structure. This simplifies the implementatio...
zhanyong.wan
2009-07-01
3
-302
/
+134
*
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...
zhanyong.wan
2009-07-01
2
-16
/
+0
*
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
2
-95
/
+81
*
Makes gtest's tuple implementation work with Symbian 5th edition by bypassing...
zhanyong.wan
2009-06-24
2
-88
/
+230
*
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...
zhanyong.wan
2009-06-22
2
-136
/
+25
*
Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...
zhanyong.wan
2009-06-19
2
-107
/
+18
*
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
zhanyong.wan
2009-06-19
4
-6
/
+19
*
Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...
zhanyong.wan
2009-06-19
1
-35
/
+0
*
Adds support for xterm-256color (by Michihiro Kuramochi).
zhanyong.wan
2009-06-09
1
-1
/
+2
*
Uses DebugBreak() to properly break on Windows (by Vlad Losev).
zhanyong.wan
2009-05-05
1
-0
/
+7
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
3
-17
/
+33
*
Ports gtest to minGW (by Kenton Varda).
zhanyong.wan
2009-04-25
1
-12
/
+12
*
Makes --gtest_list_tests honor the test filter (by Jay Campan).
zhanyong.wan
2009-04-24
2
-20
/
+39
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
5
-29
/
+29
*
Makes gtest print elapsed time by default.
zhanyong.wan
2009-04-14
1
-7
/
+6
*
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...
zhanyong.wan
2009-04-09
1
-6
/
+22
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
3
-1
/
+49
*
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.
zhanyong.wan
2009-03-31
2
-6
/
+6
*
Works around a VC bug by avoiding defining a function named strdup().
zhanyong.wan
2009-03-26
2
-4
/
+4
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
5
-153
/
+47
*
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
zhanyong.wan
2009-03-25
2
-7
/
+8
*
Cleans up death test implementation (by Vlad Losev); changes the XML format t...
zhanyong.wan
2009-03-24
3
-352
/
+257
[next]