aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2014-01-13Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com
2013-09-06supports a protocol for catching tests that prematurely exitzhanyong.wan
2013-07-09fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan
2013-02-27Removes dangling references in make/cmake files.zhanyong.wan
2013-02-22Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com
2011-06-13Fixes broken build on VC++ 7.1.vladlosev
2010-10-18Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev
2010-10-05Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...zhanyong.wan
2010-08-09Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan
2010-05-18Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev
2010-05-13Comment tweaks in CMakeLists.txt.vladlosev
2010-05-11Renames CMake build script options.vladlosev
2010-05-10Moves the universal printer from gmock to gtest and refactors the cmake scrip...zhanyong.wan
2010-05-05Improves support for building Google Test as Windows DLL.vladlosev
2010-04-22Minor improvement to hermetic build support in the CMake script, by Vlad Losev.zhanyong.wan
2010-04-05CMake 2.8/Visual Age compatibility patch by Hady Zalek.vladlosev
2010-03-26Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ...zhanyong.wan
2010-03-25Cleans up the cmake script.zhanyong.wan
2010-03-25Makes the cmake script work on Solaris and AIX (by Hady Zalek).zhanyong.wan
2010-03-22Adds missing gtest DLL exports.zhanyong.wan
2010-03-17Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to...zhanyong.wan
2010-03-05Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan
2010-02-27Makes all samples compile with -Wall -Wshadow -Werror.vladlosev
2010-02-24Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan
2010-01-28Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynch...zhanyong.wan
2010-01-06Makes the cmake script work on Windows (by Manuel Klimek).zhanyong.wan
2010-01-05Makes the cmake script compatible with cmake 2.6.4.zhanyong.wan
2010-01-05Uses FindThreads to set the proper link flag when using threads (by Manuel Kl...zhanyong.wan
2009-12-29Adds an experimental CMake build script; makes the samples compile without wa...zhanyong.wan