summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Adds null check for file locations in XML output printer.vladlosev2011-02-02
* Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan2011-02-02
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* template selection error in IBM's xIC_r compiler.vladlosev2011-01-29
* Renames some internal functions to avoid name clashes.vladlosev2011-01-29
* Makes gtest print string literals correctly when it contains \x escape sequen...zhanyong.wan2010-12-02
* Adds Google Native Client compatibility (issue 329).vladlosev2010-11-30
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-26
* Fixes compiler warning when built with -std=c++0x.vladlosev2010-10-22
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-18
* Adds a missing #include (by Vlad Losev).zhanyong.wan2010-10-14
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Removes uses of deprecated AssertionFailure() API (by Vlad Losev).zhanyong.wan2010-09-27
* Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...zhanyong.wan2010-09-27
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Removes all uses of StrStream; fixes the VC projects and simplifies them by u...zhanyong.wan2010-09-08
* Casts char to unsigned char before calling isspace() etc to avoid undefined b...zhanyong.wan2010-08-31
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Allows Google Test to build on OSes other then a pre-determined set and imple...vladlosev2010-07-22
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-21
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...vladlosev2010-07-14
* Makes gtest_break_on_failure_unittest work on minGW (by vladl); improveszhanyong.wan2010-07-08
* Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...zhanyong.wan2010-06-16
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Fixes a typo in comments.vladlosev2010-05-17
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-10
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
* Implements color output in GNU Screen sessions (issue 277).vladlosev2010-04-22
* Enables death tests on AIX, by Hady Zalek.zhanyong.wan2010-03-23
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Simplifies ThreadStartSemaphore's implementation.zhanyong.wan2010-02-26
* Fixes MSVC warnings in 64-bit mode.zhanyong.wan2010-02-25
* Simplifies the threading implementation and improves some comments.zhanyong.wan2010-02-25
* Simplifies the implementation by using std::vector instead of Vector.zhanyong.wan2010-02-25
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Adds Solaris support to test scripts.vladlosev2010-02-11
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-02
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-28
* Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by...zhanyong.wan2010-01-27
* Changes Message() to print double with enough precision by default.zhanyong.wan2010-01-08
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-18
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-18
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-01
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-17