summaryrefslogtreecommitdiff
path: root/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
* Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUPkosak@google.com2015-07-271-0/+5
* Inject the custom InitGoogleTest function using a macro.kosak@google.com2015-07-271-0/+8
* Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_kosak@google.com2015-07-241-0/+5
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-241-20/+14
* GTEST_USE_OWN_FLAGFILE supportkosak@google.com2015-07-191-0/+6
* Move stack trace logic into custom/ and add a macro to inject it.kosak@google.com2015-07-171-19/+17
* Add support for --gtest_flagfile.kosak@google.com2015-07-171-3/+9
* Add support for --gtest_flagfilekosak@google.com2015-07-171-35/+88
* Move the selection of the flag saver implementation into gtest-port.h andkosak@google.com2015-07-141-4/+5
* Change GetDefaultFilter to allow for the injection of a custom filter.kosak@google.com2015-07-141-0/+6
* urxvt supports colorskosak@google.com2015-04-281-0/+2
* Make an int64->double conversion explicit to silence -Wconversion.kosak@google.com2015-04-281-1/+1
* 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
* 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-181-4/+4
* Push upstream to SVN.billydonahue@google.com2014-05-151-24/+19
* Implement threading support for gtest on Windows.kosak@google.com2014-03-241-15/+11
* 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-251-12/+47
* 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-051-109/+261
* 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-281-0/+28
* Removes an unused variable; also refactors to support an up-comingzhanyong.wan2013-02-281-18/+13
* Fixes gUnit streaming output format.kosak@google.com2013-02-221-111/+1
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-99/+74
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-192/+120
* added defines for iOSjgm@google.com2012-07-091-1/+1
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-28/+8
* Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan2012-05-311-2/+2
* Adds file and line information to the "message", which is used as the summaryjgm@google.com2012-01-171-7/+8
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-2/+0
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-241-25/+26
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-051-1/+37
* Simplifies the implementatoin of the test result printer; by Ulfar Erlingssonzhanyong.wan2011-09-161-8/+4
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-2/+2
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...zhanyong.wan2011-04-071-1/+1
* Fixes 'formatting error or buffer exceeded' error when outputting long failur...vladlosev2011-03-301-17/+13
* Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibilityzhanyong.wan2011-03-111-3/+3
* Fixes compatibility with Borland C++Builder. Original patch by Joshzhanyong.wan2011-03-051-1/+1
* Indents preprocessor directives.zhanyong.wan2011-02-221-53/+68
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-121-2/+3
* Adds null check for file locations in XML output printer.vladlosev2011-02-021-2/+3
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-26/+47
* template selection error in IBM's xIC_r compiler.vladlosev2011-01-291-10/+16