index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gtest_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-7699
/
+0
*
Inject implementation of *FromGTestEnv using macros.
kosak
2015-07-24
1
-0
/
+4
*
GTEST_USE_OWN_FLAGFILE support
kosak
2015-07-19
1
-0
/
+2
*
Add support for --gtest_flagfile.
kosak
2015-07-17
1
-1
/
+55
*
Add support for --gtest_flagfile
kosak
2015-07-17
1
-0
/
+99
*
Add comment.
kosak
2015-07-14
1
-0
/
+10
*
Minor changes.
kosak
2015-07-14
1
-1
/
+1
*
fully-qualify use of scoped_ptr name
kosak
2015-07-13
1
-1
/
+0
*
urxvt supports colors
kosak
2015-04-28
1
-0
/
+6
*
Expand equality failure messages with a by-line diff.
kosak
2014-07-28
1
-0
/
+94
*
Push upstream to SVN.
billydonahue
2014-05-15
1
-25
/
+41
*
Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.
zhanyong.wan
2013-06-18
1
-9
/
+0
*
Implements support for calling Test::RecordProperty() outside of a test.
vladlosev
2013-04-05
1
-47
/
+187
*
Fixes some compatibility issues with STLport.
zhanyong.wan
2013-04-04
1
-1
/
+1
*
Supports colored output on term type screen-256color.
zhanyong.wan
2013-03-11
1
-0
/
+3
*
Fixes gUnit streaming output format.
kosak
2013-02-22
1
-0
/
+75
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
1
-54
/
+20
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
1
-328
/
+31
*
Improves Android support (by David Turner).
vladlosev
2012-09-19
1
-1
/
+1
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
1
-20
/
+0
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-4
/
+117
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-12
/
+13
*
Implements the timestamp attribute for the testsuites element in the output X...
vladlosev
2011-10-05
1
-0
/
+106
*
Removes commas from last items in enums (a C++ standard compliance fix).
vladlosev
2011-04-08
1
-1
/
+1
*
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...
zhanyong.wan
2011-04-07
1
-2
/
+2
*
Fixes compatibility with Borland C++Builder. Original patch by Josh
zhanyong.wan
2011-03-05
1
-6
/
+19
*
Fixes non-conforming uses of commas in enums s.t. the code compiles on
zhanyong.wan
2011-03-05
1
-1
/
+1
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-29
/
+45
*
Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).
zhanyong.wan
2011-01-10
1
-8
/
+10
*
Suppresses self-assignment warnings.
zhanyong.wan
2011-01-07
1
-1
/
+2
*
Fixes compiler warning when built with -std=c++0x.
vladlosev
2010-10-22
1
-1
/
+8
*
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...
zhanyong.wan
2010-10-11
1
-29
/
+46
*
Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...
zhanyong.wan
2010-09-27
1
-0
/
+23
*
Implements GTEST_ASSERT_XY as alias of ASSERT_XY.
zhanyong.wan
2010-09-15
1
-0
/
+35
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-2
/
+2
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
1
-16
/
+9
*
Removes the Windows golden file (by Vlad Losev); implements test result strea...
zhanyong.wan
2010-08-19
1
-1
/
+35
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
1
-22
/
+40
*
Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...
zhanyong.wan
2010-07-26
1
-0
/
+15
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
1
-0
/
+59
*
Adds tests for SkipPrefix().
zhanyong.wan
2010-06-08
1
-0
/
+27
*
Adds GTEST_REMOVE_REFERENCE_AND_CONST_.
zhanyong.wan
2010-05-17
1
-0
/
+15
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-2
/
+337
*
Implements color output in GNU Screen sessions (issue 277).
vladlosev
2010-04-22
1
-0
/
+9
*
Adds alternative spellings for FAIL, SUCCEED, and TEST.
zhanyong.wan
2010-04-13
1
-0
/
+13
*
C++ Builder compatibility patch by Josh Kelley.
vladlosev
2010-04-07
1
-5
/
+13
*
Adds missing gtest DLL exports.
zhanyong.wan
2010-03-22
1
-7
/
+0
*
Solaris and AIX patch by Hady Zalek
vladlosev
2010-03-17
1
-10
/
+6
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-21
/
+10
*
Fixes MSVC warnings in 64-bit mode.
zhanyong.wan
2010-02-25
1
-1
/
+1
[next]