aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock.zhanyong.wan2009-12-231-6/+11
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-164-79/+22
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-165-35/+38
* Stops supporting MSVC 7.1 with exceptions disabled.zhanyong.wan2009-12-141-0/+4
* 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-011-0/+5
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-171-0/+2
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-132-0/+30
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-105-17/+30
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-221-0/+1
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-204-50/+145
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-302-7/+23
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-306-25/+44
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-243-116/+93
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-0/+22
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-184-64/+63
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-184-31/+289
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-171-61/+49
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-2/+2
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-163-46/+33
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-112-7/+52
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-044-43/+230
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-63/+94
* 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-073-8/+28
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-162-31/+31
* Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan2009-07-141-0/+9
* Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...zhanyong.wan2009-07-134-26/+26
* Makes List a random-access data structure. This simplifies the implementatio...zhanyong.wan2009-07-012-7/+6
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-011-35/+48
* Refactors for the event listener API (by Vlad Losev): hides some methods in U...zhanyong.wan2009-06-251-28/+45
* Makes gtest's tuple implementation work with Symbian 5th edition by bypassing...zhanyong.wan2009-06-243-34/+129
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-222-3/+127
* Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...zhanyong.wan2009-06-191-0/+96
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-195-13/+41
* Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...zhanyong.wan2009-06-192-1/+39
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-173-13/+1295
* 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-111-0/+14
* Enables tr1 tuple on Symbian.zhanyong.wan2009-06-091-2/+20
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-051-4/+4
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-282-19/+39
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-251-0/+19
* Makes --gtest_list_tests honor the test filter (by Jay Campan).zhanyong.wan2009-04-241-1/+6
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-242-49/+42
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-072-3/+10
* Fixes the comment about GTEST_ATTRIBUTE_UNUSED_.zhanyong.wan2009-04-031-3/+6
* Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.zhanyong.wan2009-03-312-14/+3
* Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...zhanyong.wan2009-03-311-2/+2
* Fixes MSVC casting warning.zhanyong.wan2009-03-271-2/+2