summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creates release branch 1.4 off trunk head.release-1.4zhanyong.wan2009-10-020-0/+0
* 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
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-1611-324/+729
* Makes gtest report failures to Visual Studio's Output window. Based on code ...zhanyong.wan2009-07-151-4/+14
* Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan2009-07-146-12/+249
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-1310-132/+208
* Makes List a random-access data structure. This simplifies the implementatio...zhanyong.wan2009-07-017-441/+326
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-0112-284/+289
* Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan).zhanyong.wan2009-06-251-12/+51
* Refactors for the event listener API (by Vlad Losev): hides some methods in U...zhanyong.wan2009-06-255-138/+139
* Makes gtest's tuple implementation work with Symbian 5th edition by bypassing...zhanyong.wan2009-06-246-131/+454
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-226-148/+191
* Fixes the broken run_tests_test (by Vlad Losev).zhanyong.wan2009-06-193-27/+72
* Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...zhanyong.wan2009-06-194-292/+301
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-1911-19/+69
* Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...zhanyong.wan2009-06-195-57/+56
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-1723-161/+1941
* Fixes the logic for determining whether cxxabi.h is available.zhanyong.wan2009-06-112-8/+12
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-113-7/+52
* Fixes a typo in run_tests.py and its test (by Vlad Losev).zhanyong.wan2009-06-112-2/+2