aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-261-3/+4
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-221-2/+2
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-181-10/+23
* Adds a missing #include (by Vlad Losev).zhanyong.wan2010-10-141-0/+1
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-111-8/+8
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-271-42/+28
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-271-4/+4
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-1410-23/+23
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-081-12/+12
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-314-53/+98
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-192-16/+242
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-093-325/+197
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-221-0/+1
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-212-87/+69
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-141-2/+2
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-081-1/+5
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-162-3/+9
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-14/+19
* Fixes a typo in comments.vladlosev2010-05-171-5/+5
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-102-0/+319
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-053-3/+10
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-221-0/+1
* Enables death tests on AIX, by Hady Zalek.zhanyong.wan2010-03-231-0/+4
* Adds missing gtest DLL exports.zhanyong.wan2010-03-222-29/+45
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-1/+1
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-2/+0
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-261-40/+0
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-253-13/+14
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-251-57/+9
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-253-364/+162
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-243-2/+93
* Adds Solaris support to test scripts.vladlosev2010-02-111-1/+8
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-033-6/+26
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-021-11/+50
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-282-6/+7
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-272-54/+75
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-081-10/+8
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-181-123/+0
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-0/+123
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-14/+0
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-163-41/+42
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-011-12/+12
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-172-5/+11
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-101-0/+6
* Fixes linker error when used with gMock on Windowsvladlosev2009-10-231-3/+3
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-221-1/+31
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-201-5/+35
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-141-1/+2
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-09-301-2/+2
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-302-39/+206