aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConstruct.common
Commit message (Collapse)AuthorAgeFilesLines
* Removes scons scripts from SVN.zhanyong.wan2010-02-251-261/+0
|
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵zhanyong.wan2010-02-241-0/+2
| | | | Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
* 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 ↵zhanyong.wan2009-11-131-4/+2
| | | | tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan).
* Fixes: Scons build file broken when used in another SConstruct; warning in ↵vladlosev2009-10-141-104/+1
| | | | VC 8.0 when compiled with /Wp64
* 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
| | | | Fixes a typo in __GNUC__ (by Zhanyong Wan).
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-5/+0
| | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
* Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the ↵zhanyong.wan2009-09-211-5/+0
| | | | scons script build in a deterministic order (by Zhanyong Wan).
* Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /zhanyong.wan2009-09-181-4/+2
| | | | assignment operator cannot be generated) enabled.
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ↵zhanyong.wan2009-09-171-4/+0
| | | | enabled.
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ↵zhanyong.wan2009-09-011-0/+267
Losev).