summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-06
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@662 861a406c-534a-0410-8894-cb66d6ee9925
* fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan2013-07-09
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@659 861a406c-534a-0410-8894-cb66d6ee9925
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-27
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@639 861a406c-534a-0410-8894-cb66d6ee9925
* Removes testing::internal::String::Format(), which causes problems as it ↵kosak@google.com2013-02-22
| | | | | | truncates the result at 4096 chars. Also update an obsolete link in comment. git-svn-id: http://googletest.googlecode.com/svn/trunk@636 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes broken build on VC++ 7.1.vladlosev2011-06-13
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@584 861a406c-534a-0410-8894-cb66d6ee9925
* Modifies handling of C++ exceptions in death tests to treat exceptions ↵vladlosev2010-10-18
| | | | | | escaping them as failures. git-svn-id: http://googletest.googlecode.com/svn/trunk@500 861a406c-534a-0410-8894-cb66d6ee9925
* Adds a gtest_disable_pthreads CMake option; also fixes an include order ↵zhanyong.wan2010-10-05
| | | | | | problem in the cmake script. git-svn-id: http://googletest.googlecode.com/svn/trunk@489 861a406c-534a-0410-8894-cb66d6ee9925
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵zhanyong.wan2010-08-09
| | | | | | improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@453 861a406c-534a-0410-8894-cb66d6ee9925
* Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev2010-05-18
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@434 861a406c-534a-0410-8894-cb66d6ee9925
* Comment tweaks in CMakeLists.txt.vladlosev2010-05-13
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@430 861a406c-534a-0410-8894-cb66d6ee9925
* Renames CMake build script options.vladlosev2010-05-11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@427 861a406c-534a-0410-8894-cb66d6ee9925
* Moves the universal printer from gmock to gtest and refactors the cmake ↵zhanyong.wan2010-05-10
| | | | | | script for reusing in gmock (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@425 861a406c-534a-0410-8894-cb66d6ee9925
* Improves support for building Google Test as Windows DLL.vladlosev2010-05-05
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@423 861a406c-534a-0410-8894-cb66d6ee9925
* Minor improvement to hermetic build support in the CMake script, by Vlad Losev.zhanyong.wan2010-04-22
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@422 861a406c-534a-0410-8894-cb66d6ee9925
* CMake 2.8/Visual Age compatibility patch by Hady Zalek.vladlosev2010-04-05
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@409 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ↵zhanyong.wan2010-03-26
| | | | | | updates the release notes. git-svn-id: http://googletest.googlecode.com/svn/trunk@407 861a406c-534a-0410-8894-cb66d6ee9925
* Cleans up the cmake script.zhanyong.wan2010-03-25
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@406 861a406c-534a-0410-8894-cb66d6ee9925
* Makes the cmake script work on Solaris and AIX (by Hady Zalek).zhanyong.wan2010-03-25
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@403 861a406c-534a-0410-8894-cb66d6ee9925
* Adds missing gtest DLL exports.zhanyong.wan2010-03-22
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@399 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script ↵zhanyong.wan2010-03-17
| | | | | | to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@394 861a406c-534a-0410-8894-cb66d6ee9925
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2010-03-05
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@388 861a406c-534a-0410-8894-cb66d6ee9925
* Makes all samples compile with -Wall -Wshadow -Werror.vladlosev2010-02-27
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@383 861a406c-534a-0410-8894-cb66d6ee9925
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵zhanyong.wan2010-02-24
| | | | | | 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@376 861a406c-534a-0410-8894-cb66d6ee9925
* Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵zhanyong.wan2010-01-28
| | | | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). git-svn-id: http://googletest.googlecode.com/svn/trunk@369 861a406c-534a-0410-8894-cb66d6ee9925
* Makes the cmake script work on Windows (by Manuel Klimek).zhanyong.wan2010-01-06
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@363 861a406c-534a-0410-8894-cb66d6ee9925
* Makes the cmake script compatible with cmake 2.6.4.zhanyong.wan2010-01-05
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@361 861a406c-534a-0410-8894-cb66d6ee9925
* Uses FindThreads to set the proper link flag when using threads (by Manuel ↵zhanyong.wan2010-01-05
| | | | | | Klimek). git-svn-id: http://googletest.googlecode.com/svn/trunk@360 861a406c-534a-0410-8894-cb66d6ee9925
* Adds an experimental CMake build script; makes the samples compile without ↵zhanyong.wan2009-12-29
warnings on Windows. git-svn-id: http://googletest.googlecode.com/svn/trunk@359 861a406c-534a-0410-8894-cb66d6ee9925