Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes scons scripts from SVN. | zhanyong.wan | 2010-02-25 | 1 | -261/+0 |
| | |||||
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵ | zhanyong.wan | 2010-02-24 | 1 | -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.wan | 2009-12-23 | 1 | -6/+3 |
| | |||||
* | Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock. | zhanyong.wan | 2009-12-23 | 1 | -0/+2 |
| | |||||
* | Removes uses of GTEST_HAS_STD_STRING. | zhanyong.wan | 2009-12-16 | 1 | -8/+15 |
| | |||||
* | Turns on -Wshadow (by Preston Jackson). | zhanyong.wan | 2009-12-16 | 1 | -0/+1 |
| | |||||
* | Stops supporting MSVC 7.1 with exceptions disabled. | zhanyong.wan | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed ↵ | zhanyong.wan | 2009-11-13 | 1 | -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 ↵ | vladlosev | 2009-10-14 | 1 | -104/+1 |
| | | | | VC 8.0 when compiled with /Wp64 | ||||
* | Refactors the scons script (by Vlad Losev). | zhanyong.wan | 2009-10-01 | 1 | -108/+104 |
| | |||||
* | Refactors the scons script (by Vlad Losev). | zhanyong.wan | 2009-09-30 | 1 | -0/+109 |
| | | | | Fixes a typo in __GNUC__ (by Zhanyong Wan). | ||||
* | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). | zhanyong.wan | 2009-09-30 | 1 | -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.wan | 2009-09-21 | 1 | -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.wan | 2009-09-18 | 1 | -4/+2 |
| | | | | assignment operator cannot be generated) enabled. | ||||
* | Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ↵ | zhanyong.wan | 2009-09-17 | 1 | -4/+0 |
| | | | | enabled. | ||||
* | Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ↵ | zhanyong.wan | 2009-09-01 | 1 | -0/+267 |
Losev). |