index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prints a useful message when GetParam() is called in a non-parameterized test.
zhanyong.wan
2013-03-12
2
-1
/
+13
*
Supports colored output on term type screen-256color.
zhanyong.wan
2013-03-11
2
-1
/
+5
*
Fixes unused function warning on Mac, and fixes compatibility with newer GCC.
zhanyong.wan
2013-02-28
3
-6
/
+6
*
Fixes a nasty issue in gtest's template instantiation.
zhanyong.wan
2013-02-28
9
-96
/
+85
*
Implements RUN_ALL_TESTS() as a function.
zhanyong.wan
2013-02-28
1
-5
/
+10
*
Removes an unused variable; also refactors to support an up-coming
zhanyong.wan
2013-02-28
3
-19
/
+32
*
Removes dangling references in make/cmake files.
zhanyong.wan
2013-02-27
2
-2
/
+0
*
Adds -pthread and changes -I to -isystem in gtest's build instructions.
zhanyong.wan
2013-02-27
2
-11
/
+14
*
Fixes gUnit streaming output format.
kosak
2013-02-22
4
-111
/
+232
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
13
-232
/
+176
*
Fixes an out-dated URL.
zhanyong.wan
2013-02-02
1
-1
/
+1
*
Adds the LICENSE file to the distribution.
vladlosev
2013-01-29
1
-0
/
+1
*
Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support...
jgm
2012-12-03
1
-6
/
+7
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
28
-1090
/
+533
*
Improves Android support (by David Turner).
vladlosev
2012-09-19
4
-11
/
+60
*
Removes obsolete debug code.
vladlosev
2012-09-06
4
-6
/
+4
*
Fixes gtest-tuple.h in Visual C++ 7.1.
vladlosev
2012-09-06
2
-27
/
+27
*
Fixed Native Client build of gtest when using glibc (by Ben Smith).
vladlosev
2012-08-14
2
-16
/
+55
*
Prevents pump.py from splitting long IWYU pragma lines.
vladlosev
2012-08-14
1
-15
/
+23
*
fixes a problem in which we pass the address one byte ...
jgm
2012-07-12
1
-1
/
+12
*
added defines for iOS
jgm
2012-07-09
2
-2
/
+12
*
Improves gtest's failure messages. In particulars, char pointers and
zhanyong.wan
2012-06-07
12
-197
/
+550
*
Fixes threading annotations and compatibility with C++11, which doesn't
zhanyong.wan
2012-05-31
3
-10
/
+16
*
Teach gtest to autodetect rtti support with clang (by Nico Weber).
vladlosev
2012-05-02
1
-0
/
+7
*
Added support for platforms where pthread_t is a struct rather than an integral
jgm
2012-04-02
2
-8
/
+23
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
12
-43
/
+164
*
Locking for Notification class.
jgm
2012-01-27
1
-4
/
+19
*
Adds file and line information to the "message", which is used as the summary
jgm
2012-01-17
4
-17
/
+23
*
Removes spurious semicolon.
vladlosev
2011-11-28
1
-2
/
+1
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
35
-91
/
+144
*
Adds support for detection of running in death test child processes.
vladlosev
2011-10-28
3
-1
/
+63
*
Adds empty methods to Mutex on platforms where Google Test is not thread-safe...
vladlosev
2011-10-24
1
-0
/
+2
*
Expressed the thread-safety annotations in code, replacing the existing comme...
vladlosev
2011-10-24
5
-36
/
+51
*
Changes to fix gtest-printers_test on VC++ 2010.
vladlosev
2011-10-24
1
-1
/
+5
*
Simplifies test assertions in sample5.
vladlosev
2011-10-14
1
-7
/
+7
*
Implements the timestamp attribute for the testsuites element in the output X...
vladlosev
2011-10-05
7
-41
/
+243
*
Adds ability to inject death test child arguments for test purposes.
vladlosev
2011-10-05
3
-9
/
+27
*
Fixes test failure on 32-bit Ubuntu.
vladlosev
2011-10-05
1
-1
/
+2
*
Adds a new macro simplifying use of snprinf on MS platforms.
vladlosev
2011-09-26
2
-9
/
+18
*
Fixes C++0x compatibility problems.
vladlosev
2011-09-26
3
-165
/
+488
*
Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson
zhanyong.wan
2011-09-16
1
-8
/
+4
*
Renames the license file.
vladlosev
2011-09-09
3
-5
/
+5
*
Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...
vladlosev
2011-09-09
2
-0
/
+76
*
Adds explanation on how to build the Xcode project under Xcode 4+ to README.
vladlosev
2011-08-22
1
-0
/
+10
*
Fixes a user reported test break (modifying a dict while iterating).
vladlosev
2011-08-16
4
-13
/
+20
*
Fixes a resource leak in gtest-port_test (by Haruka Iwao).
vladlosev
2011-07-11
1
-0
/
+1
*
QNX compatibility patch (by Haruka Iwao).
vladlosev
2011-06-20
4
-14
/
+93
*
Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...
vladlosev
2011-06-13
1
-4
/
+6
*
Fixes broken build on VC++ 7.1.
vladlosev
2011-06-13
7
-43
/
+101
*
Adds support for building Google Mock as a shared library (DLL).
vladlosev
2011-05-20
2
-3
/
+3
[next]