Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install CMake export files | Stefano Soffia | 2018-08-22 | 1 | -35/+0 |
| | | | | Rework of the closed pull request #768 | ||||
* | Improve CMake exported targets. | Dakota Hawkins | 2018-08-21 | 1 | -0/+35 |
| | | | | | | | | | | | I _think_ this represents some of the "best practices" for exporting targets. They'll be available in a `googletest::` namespace (e.g. `googletest::gmock`) with non-namespaced `ALIAS` targets. - Added GOOGLETEST_VERSION variable - Use `CMakePackageConfigHelpers`, bump minimum CMake version to 2.8.8 Signed-off-by: Dakota Hawkins <dakotahawkins@gmail.com> | ||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -242/+0 |
| | |||||
* | Suppress "Conditional expression is constant" warning on Visual Studio. | kosak | 2014-01-29 | 1 | -1/+10 |
| | |||||
* | Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. | kosak | 2014-01-13 | 1 | -2/+8 |
| | | | | Also improve an error message in gtest_test_utils.py. | ||||
* | Added support for platforms where pthread_t is a struct rather than an integral | jgm | 2012-04-02 | 1 | -1/+2 |
| | | | | type. | ||||
* | Fixes broken build on VC++ 7.1. | vladlosev | 2011-06-13 | 1 | -0/+10 |
| | |||||
* | makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the ↵ | zhanyong.wan | 2011-04-07 | 1 | -0/+6 |
| | | | | name of xlC (by Hady Zalek). | ||||
* | Adds a gtest_disable_pthreads CMake option; also fixes an include order ↵ | zhanyong.wan | 2010-10-05 | 1 | -62/+82 |
| | | | | problem in the cmake script. | ||||
* | Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad ↵ | zhanyong.wan | 2010-07-26 | 1 | -1/+1 |
| | | | | Losev). | ||||
* | Fixes warnings when built by GCC with -Wswitch-default. Original patch by ↵ | vladlosev | 2010-07-14 | 1 | -1/+1 |
| | | | | Zhixu Liu (zhixu.liu@gmail.com). | ||||
* | Corrects test binary paths in the CMake build script. | vladlosev | 2010-05-22 | 1 | -2/+2 |
| | |||||
* | Introduces gtest_force_shared_crt option for CMake build scripts. | vladlosev | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Renames test script flags. | vladlosev | 2010-05-13 | 1 | -4/+8 |
| | |||||
* | Moves the universal printer from gmock to gtest and refactors the cmake ↵ | zhanyong.wan | 2010-05-10 | 1 | -0/+186 |
script for reusing in gmock (by Vlad Losev). |