index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
gtest
/
internal
/
gtest-param-util.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implements printing parameters of failed parameterized tests (issue 71).
vladlosev
2010-05-18
1
-5
/
+6
|
*
Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.
zhanyong.wan
2010-03-23
1
-22
/
+0
|
*
Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script ↵
zhanyong.wan
2010-03-17
1
-1
/
+2
|
|
|
|
to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
*
Fixes a typo in comment, by Vlad Losev.
zhanyong.wan
2010-03-15
1
-1
/
+1
|
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2010-03-05
1
-2
/
+2
|
*
Turns on -Wshadow (by Preston Jackson).
zhanyong.wan
2009-12-16
1
-6
/
+6
|
*
Fixes the code to work with fuse_gtest.py.
zhanyong.wan
2009-11-10
1
-4
/
+6
|
*
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /
zhanyong.wan
2009-09-18
1
-1
/
+10
|
|
|
|
assignment operator cannot be generated) enabled.
*
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
zhanyong.wan
2009-03-25
1
-2
/
+2
|
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-1
/
+1
|
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-0
/
+629