aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-187-2/+834
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-1615-149/+90
* Trims the autotools build script.zhanyong.wan2009-12-161-304/+102
* Moves mis-placed tests.zhanyong.wan2009-12-162-49/+49
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-1613-85/+90
* Stops supporting MSVC 7.1 with exceptions disabled.zhanyong.wan2009-12-142-0/+5
* Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...zhanyong.wan2009-12-072-16/+14
* Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).zhanyong.wan2009-12-012-12/+17
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-246-426/+552
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-172-0/+10
* Prevents Google Test from printing help message upon seeing the --gtest_stack...vladlosev2009-11-173-48/+106
* Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ...vladlosev2009-11-171-0/+8
* Re-factors run_tests.py for easier reuse by Google Mockvladlosev2009-11-171-26/+34
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-137-46/+80
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-106-17/+36
* Fixes linker error when used with gMock on Windowsvladlosev2009-10-231-3/+3
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-223-6/+73
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-2010-77/+485
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-144-188/+235
* Updates the 1.4.0 release notes.zhanyong.wan2009-10-011-1/+3
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-10-012-113/+112
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-09-303-115/+114
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-3010-59/+986
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-3021-267/+418
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-2416-394/+250
* Bumps up the version number for release 1.4.0.zhanyong.wan2009-09-241-1/+1
* Removes gtest's dependency on python2.4.zhanyong.wan2009-09-221-1/+1
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-214-6/+86
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-189-158/+159
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-186-35/+293
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-175-200/+370
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-175-21/+19
* Fixes line-ending in the new -md VC projects.zhanyong.wan2009-09-165-0/+0
* Small code simplification (by Vlad Losev).zhanyong.wan2009-09-161-4/+3
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-166-74/+63
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-1112-41/+497
* Adjusts VC projects' output directories such that the output files don't step...zhanyong.wan2009-09-118-32/+32
* Really removes unneeded VC projects.zhanyong.wan2009-09-115-723/+0
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...zhanyong.wan2009-09-1111-65/+21
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-0416-292/+1173
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-018-140/+604
* Updating for Snow Leopard. Cleaning up the sample code. Updating the README w...preston.a.jackson2009-08-285-88/+70
* Adds /MD(d) versions of VC++ projects.vladlosev2009-08-285-0/+758
* Fixes an uninitialized field in class OsStackTraceGetter.zhanyong.wan2009-08-261-1/+1
* Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a sta...preston.a.jackson2009-08-217-4010/+332
* Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.chandlerc2009-08-111-0/+2
* Unbreak the build for Solaris by selecting the correct include headers for itschandlerc2009-08-101-2/+4
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-078-56/+88
* Makes gtest compilable on Win CE.zhanyong.wan2009-07-231-2/+7
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-2211-146/+151