summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-131-8/+16
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-0/+2
* fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan2013-07-091-1/+1
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-271-1/+0
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-0/+1
* Fixes broken build on VC++ 7.1.vladlosev2011-06-131-14/+24
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-181-0/+7
* Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan2010-10-051-6/+6
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-091-0/+14
* Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev2010-05-181-0/+7
* Comment tweaks in CMakeLists.txt.vladlosev2010-05-131-5/+5
* Renames CMake build script options.vladlosev2010-05-111-7/+7
* Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan2010-05-101-192/+15
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-051-65/+68
* Minor improvement to hermetic build support in the CMake script, by Vlad Losev.zhanyong.wan2010-04-221-1/+3
* CMake 2.8/Visual Age compatibility patch by Hady Zalek.vladlosev2010-04-051-2/+4
* 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