index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gtest_output_test_.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-1062
/
+0
*
Add support for named value-parameterized tests.
kosak
2015-07-24
1
-0
/
+26
*
Minor refactoring.
kosak
2015-07-14
1
-7
/
+4
*
fully-qualify use of scoped_ptr name
kosak
2015-07-13
1
-2
/
+2
*
Expand equality failure messages with a by-line diff.
kosak
2014-07-28
1
-0
/
+5
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
1
-2
/
+2
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
1
-2
/
+15
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-4
/
+4
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-0
/
+1
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-7
/
+7
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-2
/
+2
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
1
-131
/
+0
*
Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...
zhanyong.wan
2010-07-26
1
-0
/
+4
*
Implements printing parameters of failed parameterized tests (issue 71).
vladlosev
2010-05-18
1
-0
/
+14
*
Improves support for building Google Test as Windows DLL.
vladlosev
2010-05-05
1
-3
/
+1
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-18
/
+144
*
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...
zhanyong.wan
2009-07-22
1
-2
/
+2
*
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...
zhanyong.wan
2009-05-29
1
-0
/
+4
*
Change a few visibilities to work around a bug in g++ 3.4.2.
tsunanet
2009-05-18
1
-1
/
+1
*
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...
zhanyong.wan
2009-05-05
1
-7
/
+0
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
1
-2
/
+2
*
Makes gtest print elapsed time by default.
zhanyong.wan
2009-04-14
1
-0
/
+2
*
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...
zhanyong.wan
2009-03-31
1
-1
/
+0
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
1
-9
/
+3
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-0
/
+11
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-10
/
+10
*
Implements the test sharding protocol. By Eric Fellheimer.
zhanyong.wan
2009-02-09
1
-0
/
+6
*
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...
zhanyong.wan
2009-02-06
1
-0
/
+12
*
Implements --gtest_also_run_disabled_tests. By Eric Roman.
shiqian
2009-01-10
1
-0
/
+8
*
Many changes:
shiqian
2008-10-11
1
-1
/
+135
*
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...
shiqian
2008-09-08
1
-0
/
+91
*
Initial import.
shiqian
2008-07-03
1
-0
/
+755