index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
gtest
/
gtest-death-test.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-294
/
+0
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-3
/
+3
*
Adds support for detection of running in death test child processes.
vladlosev
2011-10-28
1
-0
/
+11
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-21
/
+21
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-1
/
+1
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2010-03-05
1
-2
/
+2
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
1
-2
/
+2
*
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /
zhanyong.wan
2009-09-18
1
-0
/
+3
*
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...
zhanyong.wan
2009-09-11
1
-7
/
+3
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
1
-0
/
+22
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-0
/
+2
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-1
/
+1
*
Implements a simple regex matcher (to be used by death tests on Windows).
zhanyong.wan
2009-01-29
1
-0
/
+51
*
Many changes:
shiqian
2008-10-11
1
-3
/
+3
*
Improves thread-safe death tests by changing to the original working director...
shiqian
2008-09-12
1
-16
/
+20
*
Initial import.
shiqian
2008-07-03
1
-0
/
+205