summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small Mingw localtime() fix.kosak@google.com2015-01-081-9/+18
* Change an example to use 'override' rather than 'virtual'. Add missing header...kosak@google.com2015-01-081-0/+2
* Noop changes to suppress compile-time warnings in WINDOWS code paths.kosak@google.com2014-11-171-1/+1
* Strip trailing whitespace when stringifying type lists.kosak@google.com2014-11-171-7/+15
* Mock out GetCurrentDir in NaCl.kosak@google.com2014-07-291-1/+8
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-281-0/+285
* Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com2014-06-185-14/+14
* Disable asan instrumentation for StackGrowsDown().kosak@google.com2014-06-171-0/+2
* Push upstream to SVN.billydonahue@google.com2014-05-153-32/+22
* Implement threading support for gtest on Windows.kosak@google.com2014-03-243-45/+398
* Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com2014-03-121-0/+3
* Standards compliance changes to fix QNX build.kosak@google.com2014-03-122-1/+3
* Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com2014-01-291-0/+3
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-032-2/+3
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-3/+57
* Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan2013-06-181-1/+5
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-252-12/+53
* Fixes a thread annotation; updates CHANGES for 1.7.0zhanyong.wan2013-04-241-2/+1
* prints type/value parameters when listing testszhanyong.wan2013-04-101-5/+49
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-052-112/+270
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-111-1/+2
* Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan2013-02-281-2/+2
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-282-0/+29
* Removes an unused variable; also refactors to support an up-comingzhanyong.wan2013-02-282-19/+13
* Fixes gUnit streaming output format.kosak@google.com2013-02-222-111/+154
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-226-156/+131
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-157-283/+209
* Improves Android support (by David Turner).vladlosev2012-09-191-4/+18
* Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev2012-08-141-2/+2
* fixes a problem in which we pass the address one byte ...jgm@google.com2012-07-121-1/+12
* added defines for iOSjgm@google.com2012-07-091-1/+1
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-072-62/+58
* Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan2012-05-311-2/+2
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-091-3/+8
* Adds file and line information to the "message", which is used as the summaryjgm@google.com2012-01-172-8/+9
* Removes spurious semicolon.vladlosev2011-11-281-2/+1
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-045-6/+4
* Adds support for detection of running in death test child processes.vladlosev2011-10-281-1/+31
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-242-26/+31
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-052-1/+51
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-052-4/+21
* Adds a new macro simplifying use of snprinf on MS platforms.vladlosev2011-09-261-9/+1
* Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan2011-09-161-8/+4
* Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...vladlosev2011-09-091-0/+21
* QNX compatibility patch (by Haruka Iwao).vladlosev2011-06-202-8/+77
* Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...vladlosev2011-06-131-4/+6
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-2/+2
* fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)zhanyong.wan2011-04-141-0/+5
* Fixes Sun C++ compiler errors (by Pasi Valminen)zhanyong.wan2011-04-121-1/+8
* Simplifies ASCII character detection in gtest-printers.h. This also makes it ...vladlosev2011-04-091-2/+1