index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
10
-10204/+0
*
Order the initializers correctly.
kosak
2015-07-27
1
-2/+2
*
Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP
kosak
2015-07-27
1
-0/+5
*
Inject the custom InitGoogleTest function using a macro.
kosak
2015-07-27
1
-0/+8
*
Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_
kosak
2015-07-24
1
-0/+5
*
Inject GetArgvs() with a macro from custom/gtest-port.h.
kosak
2015-07-24
2
-24/+15
*
Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_
kosak
2015-07-24
1
-0/+6
*
Inject implementation of *FromGTestEnv using macros.
kosak
2015-07-24
1
-0/+9
*
Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE.
kosak
2015-07-19
1
-0/+8
*
GTEST_USE_OWN_FLAGFILE support
kosak
2015-07-19
1
-0/+6
*
Move stack trace logic into custom/ and add a macro to inject it.
kosak
2015-07-17
2
-36/+24
*
Determine the existence of hash_map/hash_set in gtest-port.h.
kosak
2015-07-17
1
-1/+0
*
Implement GetThreadCount for Linux.
kosak
2015-07-17
1
-4/+26
*
Add support for --gtest_flagfile.
kosak
2015-07-17
2
-12/+18
*
Add support for --gtest_flagfile
kosak
2015-07-17
4
-90/+134
*
Move the selection of the flag saver implementation into gtest-port.h and
kosak
2015-07-14
1
-4/+5
*
Change GetDefaultFilter to allow for the injection of a custom filter.
kosak
2015-07-14
1
-0/+6
*
urxvt supports colors
kosak
2015-04-28
1
-0/+2
*
Make an int64->double conversion explicit to silence -Wconversion.
kosak
2015-04-28
1
-1/+1
*
Small Mingw localtime() fix.
kosak
2015-01-08
1
-9/+18
*
Change an example to use 'override' rather than 'virtual'. Add missing header...
kosak
2015-01-08
1
-0/+2
*
Noop changes to suppress compile-time warnings in WINDOWS code paths.
kosak
2014-11-17
1
-1/+1
*
Strip trailing whitespace when stringifying type lists.
kosak
2014-11-17
1
-7/+15
*
Mock out GetCurrentDir in NaCl.
kosak
2014-07-29
1
-1/+8
*
Expand equality failure messages with a by-line diff.
kosak
2014-07-28
1
-0/+285
*
Reduce the number of occurrences of gendered pronouns in gtest.
kosak
2014-06-18
5
-14/+14
*
Disable asan instrumentation for StackGrowsDown().
kosak
2014-06-17
1
-0/+2
*
Push upstream to SVN.
billydonahue
2014-05-15
3
-32/+22
*
Implement threading support for gtest on Windows.
kosak
2014-03-24
3
-45/+398
*
Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.
kosak
2014-03-12
1
-0/+3
*
Standards compliance changes to fix QNX build.
kosak
2014-03-12
2
-1/+3
*
Add GTEST_MOVE macro, to support mocking methods with move-only return types.
kosak
2014-01-29
1
-0/+3
*
Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...
kosak
2013-12-03
2
-2/+3
*
supports a protocol for catching tests that prematurely exit
zhanyong.wan
2013-09-06
1
-3/+57
*
Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.
zhanyong.wan
2013-06-18
1
-1/+5
*
When --gtest_filter is specified, XML report now doesn't contain information ...
vladlosev
2013-04-25
2
-12/+53
*
Fixes a thread annotation; updates CHANGES for 1.7.0
zhanyong.wan
2013-04-24
1
-2/+1
*
prints type/value parameters when listing tests
zhanyong.wan
2013-04-10
1
-5/+49
*
Implements support for calling Test::RecordProperty() outside of a test.
vladlosev
2013-04-05
2
-112/+270
*
Supports colored output on term type screen-256color.
zhanyong.wan
2013-03-11
1
-1/+2
*
Fixes unused function warning on Mac, and fixes compatibility with newer GCC.
zhanyong.wan
2013-02-28
1
-2/+2
*
Fixes a nasty issue in gtest's template instantiation.
zhanyong.wan
2013-02-28
2
-0/+29
*
Removes an unused variable; also refactors to support an up-coming
zhanyong.wan
2013-02-28
2
-19/+13
*
Fixes gUnit streaming output format.
kosak
2013-02-22
2
-111/+154
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
6
-156/+131
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
7
-283/+209
*
Improves Android support (by David Turner).
vladlosev
2012-09-19
1
-4/+18
*
Fixed Native Client build of gtest when using glibc (by Ben Smith).
vladlosev
2012-08-14
1
-2/+2
*
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
1
-1/+1
[next]