aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConscript
Commit message (Expand)AuthorAgeFilesLines
* Removes scons scripts from SVN.zhanyong.wan2010-02-251-362/+0
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-5/+14
* Moves gtest.def from src/ to msvc/.zhanyong.wan2009-12-181-1/+1
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-0/+19
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-131-29/+28
* Implements support for AssertionResult in Boolean assertions such as EXPECT_T...vladlosev2009-10-201-0/+1
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-141-83/+92
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-10-011-5/+8
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-09-301-113/+3
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-301-0/+1
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-61/+112
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-0/+2
* More implementation of the event listener interface (by Vlad Losev); Reduces ...zhanyong.wan2009-09-041-1/+2
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-35/+55
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-103/+109
* Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan2009-07-141-1/+1
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...zhanyong.wan2009-06-221-2/+4
* Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...zhanyong.wan2009-06-191-185/+187
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-171-0/+39
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-111-7/+30
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-241-19/+22
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-071-0/+2
* Fixes the scons script to build gtest-death-test_test on Linux.zhanyong.wan2009-04-021-15/+22
* Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...zhanyong.wan2009-03-311-0/+5
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-111-0/+1
* Implements --gtest_throw_on_failure for using gtest with other testing framew...zhanyong.wan2009-03-061-0/+2
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-13/+59
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-1/+1
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-13/+51
* Fixes the header search path in SConscript and add SConscript to the distribu...shiqian2008-10-121-4/+5
* Many changes:shiqian2008-10-111-0/+180