aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵zhanyong.wan2010-02-241-4/+12
| | | | 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).
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵zhanyong.wan2010-01-281-7/+16
| | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek).
* Makes the cmake script work on Windows (by Manuel Klimek).zhanyong.wan2010-01-061-2/+6
|
* Makes the cmake script compatible with cmake 2.6.4.zhanyong.wan2010-01-051-8/+8
|
* Uses FindThreads to set the proper link flag when using threads (by Manuel ↵zhanyong.wan2010-01-051-35/+27
| | | | Klimek).
* Adds an experimental CMake build script; makes the samples compile without ↵zhanyong.wan2009-12-291-0/+275
warnings on Windows.