summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cuts release 1.7.0release-1.7.0zhanyong.wan2013-09-190-0/+0
* avoids clash with the max() macro on Windowszhanyong.wan2013-09-182-7/+16
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-068-22/+247
* Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3zhanyong.wan2013-08-271-3/+54
* fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan2013-07-091-1/+1
* allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to...zhanyong.wan2013-07-081-1/+1
* makes gtest-death-test_test.cc compile on platforms that don't support death ...zhanyong.wan2013-07-081-20/+21
* Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan2013-06-182-10/+5
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-257-29/+123
* Fixes a thread annotation; updates CHANGES for 1.7.0zhanyong.wan2013-04-242-3/+19
* prints type/value parameters when listing testszhanyong.wan2013-04-103-39/+185
* Updates the version number to 1.7.0zhanyong.wan2013-04-072-1/+5
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-057-187/+512
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-042-5/+10
* Replaces unportable == with portable = in configure.ac.zhanyong.wan2013-03-191-1/+1
* Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan2013-03-122-1/+13
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-112-1/+5
* Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan2013-02-283-6/+6
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-289-96/+85
* Implements RUN_ALL_TESTS() as a function.zhanyong.wan2013-02-281-5/+10
* Removes an unused variable; also refactors to support an up-comingzhanyong.wan2013-02-283-19/+32
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-272-2/+0
* Adds -pthread and changes -I to -isystem in gtest's build instructions.zhanyong.wan2013-02-272-11/+14
* Fixes gUnit streaming output format.kosak2013-02-224-111/+232
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak2013-02-2213-232/+176
* Fixes an out-dated URL.zhanyong.wan2013-02-021-1/+1
* Adds the LICENSE file to the distribution.vladlosev2013-01-291-0/+1
* Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support...jgm2012-12-031-6/+7
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm2012-11-1528-1090/+533
* Improves Android support (by David Turner).vladlosev2012-09-194-11/+60
* Removes obsolete debug code.vladlosev2012-09-064-6/+4
* Fixes gtest-tuple.h in Visual C++ 7.1.vladlosev2012-09-062-27/+27
* Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev2012-08-142-16/+55
* Prevents pump.py from splitting long IWYU pragma lines.vladlosev2012-08-141-15/+23
* fixes a problem in which we pass the address one byte ...jgm2012-07-121-1/+12
* added defines for iOSjgm2012-07-092-2/+12
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-0712-197/+550
* Fixes threading annotations and compatibility with C++11, which doesn'tzhanyong.wan2012-05-313-10/+16
* Teach gtest to autodetect rtti support with clang (by Nico Weber).vladlosev2012-05-021-0/+7
* Added support for platforms where pthread_t is a struct rather than an integraljgm2012-04-022-8/+23
* Misc small updates to some debug death code, and to messages streaming to macrosjgm2012-03-0912-43/+164
* Locking for Notification class.jgm2012-01-271-4/+19
* Adds file and line information to the "message", which is used as the summaryjgm2012-01-174-17/+23
* Removes spurious semicolon.vladlosev2011-11-281-2/+1
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-0435-91/+144
* Adds support for detection of running in death test child processes.vladlosev2011-10-283-1/+63
* Adds empty methods to Mutex on platforms where Google Test is not thread-safe...vladlosev2011-10-241-0/+2
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-245-36/+51
* Changes to fix gtest-printers_test on VC++ 2010.vladlosev2011-10-241-1/+5
* Simplifies test assertions in sample5.vladlosev2011-10-141-7/+7