Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.6.4 is the minimum CMake version, so enforce it (#656) | Craig Scott | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Create CMakeLists.txtrefs/pull/628/head | Fábio Junqueira | 2015-11-11 | 1 | -0/+16 |
| | | | Adding functionality to build googletest from the root directory | ||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -260/+0 |
| | |||||
* | Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. | kosak | 2014-01-13 | 1 | -8/+16 |
| | | | | Also improve an error message in gtest_test_utils.py. | ||||
* | supports a protocol for catching tests that prematurely exit | zhanyong.wan | 2013-09-06 | 1 | -0/+2 |
| | |||||
* | fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue | zhanyong.wan | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | Removes dangling references in make/cmake files. | zhanyong.wan | 2013-02-27 | 1 | -1/+0 |
| | |||||
* | Removes testing::internal::String::Format(), which causes problems as it ↵ | kosak | 2013-02-22 | 1 | -0/+1 |
| | | | | truncates the result at 4096 chars. Also update an obsolete link in comment. | ||||
* | Fixes broken build on VC++ 7.1. | vladlosev | 2011-06-13 | 1 | -14/+24 |
| | |||||
* | Modifies handling of C++ exceptions in death tests to treat exceptions ↵ | vladlosev | 2010-10-18 | 1 | -0/+7 |
| | | | | escaping them as failures. | ||||
* | Adds a gtest_disable_pthreads CMake option; also fixes an include order ↵ | zhanyong.wan | 2010-10-05 | 1 | -6/+6 |
| | | | | problem in the cmake script. | ||||
* | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵ | zhanyong.wan | 2010-08-09 | 1 | -0/+14 |
| | | | | improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). | ||||
* | Introduces gtest_force_shared_crt option for CMake build scripts. | vladlosev | 2010-05-18 | 1 | -0/+7 |
| | |||||
* | Comment tweaks in CMakeLists.txt. | vladlosev | 2010-05-13 | 1 | -5/+5 |
| | |||||
* | Renames CMake build script options. | vladlosev | 2010-05-11 | 1 | -7/+7 |
| | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 1 | -192/+15 |
| | | | | script for reusing in gmock (by Vlad Losev). | ||||
* | Improves support for building Google Test as Windows DLL. | vladlosev | 2010-05-05 | 1 | -65/+68 |
| | |||||
* | Minor improvement to hermetic build support in the CMake script, by Vlad Losev. | zhanyong.wan | 2010-04-22 | 1 | -1/+3 |
| | |||||
* | CMake 2.8/Visual Age compatibility patch by Hady Zalek. | vladlosev | 2010-04-05 | 1 | -2/+4 |
| | |||||
* | Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); ↵ | zhanyong.wan | 2010-03-26 | 1 | -1/+4 |
| | | | | updates the release notes. | ||||
* | Cleans up the cmake script. | zhanyong.wan | 2010-03-25 | 1 | -9/+15 |
| | |||||
* | Makes the cmake script work on Solaris and AIX (by Hady Zalek). | zhanyong.wan | 2010-03-25 | 1 | -24/+37 |
| | |||||
* | Adds missing gtest DLL exports. | zhanyong.wan | 2010-03-22 | 1 | -11/+14 |
| | |||||
* | Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script ↵ | zhanyong.wan | 2010-03-17 | 1 | -10/+40 |
| | | | | to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). | ||||
* | Supports building gtest as a DLL (by Vlad Losev). | zhanyong.wan | 2010-03-05 | 1 | -9/+48 |
| | |||||
* | Makes all samples compile with -Wall -Wshadow -Werror. | vladlosev | 2010-02-27 | 1 | -3/+3 |
| | |||||
* | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵ | zhanyong.wan | 2010-02-24 | 1 | -4/+12 |
| | | | | 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). | ||||
* | Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes ↵ | zhanyong.wan | 2010-01-28 | 1 | -7/+16 |
| | | | | unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). | ||||
* | Makes the cmake script work on Windows (by Manuel Klimek). | zhanyong.wan | 2010-01-06 | 1 | -2/+6 |
| | |||||
* | Makes the cmake script compatible with cmake 2.6.4. | zhanyong.wan | 2010-01-05 | 1 | -8/+8 |
| | |||||
* | Uses FindThreads to set the proper link flag when using threads (by Manuel ↵ | zhanyong.wan | 2010-01-05 | 1 | -35/+27 |
| | | | | Klimek). | ||||
* | Adds an experimental CMake build script; makes the samples compile without ↵ | zhanyong.wan | 2009-12-29 | 1 | -0/+275 |
warnings on Windows. |