summaryrefslogtreecommitdiffstats
path: root/scons/SConstruct.common
Commit message (Expand)AuthorAgeFilesLines
* Removes support for MSVC 7.1 from the scons scripts.zhanyong.wan2009-12-231-6/+3
* Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock.zhanyong.wan2009-12-231-0/+2
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-8/+15
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-0/+1
* Stops supporting MSVC 7.1 with exceptions disabled.zhanyong.wan2009-12-141-0/+1
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-131-4/+2
* Fixes: Scons build file broken when used in another SConstruct; warning in VC...vladlosev2009-10-141-104/+1
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-10-011-108/+104
* Refactors the scons script (by Vlad Losev).zhanyong.wan2009-09-301-0/+109
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-5/+0
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...zhanyong.wan2009-09-211-5/+0
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-4/+2
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-171-4/+0
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-0/+267