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-param-test.h.pump
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-510
/
+0
|
*
Add support for named value-parameterized tests.
kosak
2015-07-24
1
-1
/
+19
|
*
Add support for --gtest_flagfile.
kosak
2015-07-17
1
-9
/
+14
|
*
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in ↵
kosak
2015-07-14
1
-1
/
+1
|
|
|
|
INSTANTIATE_TEST_CASE_P.
*
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in
kosak
2015-07-13
1
-1
/
+1
|
|
|
|
INSTANTIATE_TEST_CASE_P.
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-1
/
+1
|
*
Avoids iterator_traits, as it's not available in libCStd when compiled with ↵
zhanyong.wan
2011-04-12
1
-5
/
+4
|
|
|
|
Sun C++.
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-5
/
+5
|
*
Allows a value-parameterized test fixture to derive from Test and ↵
zhanyong.wan
2010-12-06
1
-7
/
+38
|
|
|
|
WithParamInterface<T> separately; contributed by Matt Austern.
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-4
/
+4
|
*
Fixes the code to work with fuse_gtest.py.
zhanyong.wan
2009-11-10
1
-7
/
+11
|
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-2
/
+2
|
*
Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵
shiqian
2008-12-09
1
-3
/
+0
|
|
|
|
with the TR1 spec.
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-0
/
+456