aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ...zhanyong.wan2010-03-261-1/+4
* Cleans up the cmake script.zhanyong.wan2010-03-251-9/+15
* Makes the cmake script work on Solaris and AIX (by Hady Zalek).zhanyong.wan2010-03-251-24/+37
* Adds missing gtest DLL exports.zhanyong.wan2010-03-221-11/+14
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan2010-03-171-10/+40
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-051-9/+48
* Makes all samples compile with -Wall -Wshadow -Werror.vladlosev2010-02-271-3/+3
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-4/+12
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan2010-01-281-7/+16
* 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 Kl...zhanyong.wan2010-01-051-35/+27
* Adds an experimental CMake build script; makes the samples compile without wa...zhanyong.wan2009-12-291-0/+275