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
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
3
-325
/
+197
*
Allows Google Test to build on OSes other then a pre-determined set and imple...
vladlosev
2010-07-22
1
-0
/
+1
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
2
-87
/
+69
*
Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...
vladlosev
2010-07-14
1
-2
/
+2
*
Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves
zhanyong.wan
2010-07-08
1
-1
/
+5
*
Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...
zhanyong.wan
2010-06-16
2
-3
/
+9
*
Implements printing parameters of failed parameterized tests (issue 71).
vladlosev
2010-05-18
1
-14
/
+19
*
Fixes a typo in comments.
vladlosev
2010-05-17
1
-5
/
+5
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
2
-0
/
+319
*
Improves support for building Google Test as Windows DLL.
vladlosev
2010-05-05
3
-3
/
+10
*
Implements color output in GNU Screen sessions (issue 277).
vladlosev
2010-04-22
1
-0
/
+1
*
Enables death tests on AIX, by Hady Zalek.
zhanyong.wan
2010-03-23
1
-0
/
+4
*
Adds missing gtest DLL exports.
zhanyong.wan
2010-03-22
2
-29
/
+45
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2010-03-05
1
-1
/
+1
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-2
/
+0
*
Simplifies ThreadStartSemaphore's implementation.
zhanyong.wan
2010-02-26
1
-40
/
+0
*
Fixes MSVC warnings in 64-bit mode.
zhanyong.wan
2010-02-25
3
-13
/
+14
*
Simplifies the threading implementation and improves some comments.
zhanyong.wan
2010-02-25
1
-57
/
+9
*
Simplifies the implementation by using std::vector instead of Vector.
zhanyong.wan
2010-02-25
3
-364
/
+162
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
3
-2
/
+93
*
Adds Solaris support to test scripts.
vladlosev
2010-02-11
1
-1
/
+8
*
Adds Solaris support (by Hady Zalek)
vladlosev
2010-02-03
3
-6
/
+26
*
Adds support for alternate path separator on Windows, and make all tests pass...
zhanyong.wan
2010-02-02
1
-11
/
+50
*
Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...
zhanyong.wan
2010-01-28
2
-6
/
+7
*
Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...
zhanyong.wan
2010-01-27
2
-54
/
+75
*
Changes Message() to print double with enough precision by default.
zhanyong.wan
2010-01-08
1
-10
/
+8
*
Moves gtest.def from src/ to msvc/.
zhanyong.wan
2009-12-18
1
-123
/
+0
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2009-12-18
1
-0
/
+123
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
1
-14
/
+0
*
Turns on -Wshadow (by Preston Jackson).
zhanyong.wan
2009-12-16
3
-41
/
+42
*
Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).
zhanyong.wan
2009-12-01
1
-12
/
+12
*
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
[next]