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