summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-10
* Fixes linker error when used with gMock on Windowsvladlosev2009-10-23
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-22
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-20
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-14
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-09-30
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-30
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-24
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-21
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-18
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-17
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-17
* Small code simplification (by Vlad Losev).zhanyong.wan2009-09-16
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-11
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-04
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-01
* Fixes an uninitialized field in class OsStackTraceGetter.zhanyong.wan2009-08-26
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Makes gtest compilable on Win CE.zhanyong.wan2009-07-23
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-22
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-16