aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/internal_utils.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak2014-01-291-1/+10
|
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak2014-01-131-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 integraljgm2012-04-021-1/+2
| | | | type.
* Fixes broken build on VC++ 7.1.vladlosev2011-06-131-0/+10
|
* makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the ↵zhanyong.wan2011-04-071-0/+6
| | | | name of xlC (by Hady Zalek).
* Adds a gtest_disable_pthreads CMake option; also fixes an include order ↵zhanyong.wan2010-10-051-62/+82
| | | | problem in the cmake script.
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad ↵zhanyong.wan2010-07-261-1/+1
| | | | Losev).
* Fixes warnings when built by GCC with -Wswitch-default. Original patch by ↵vladlosev2010-07-141-1/+1
| | | | Zhixu Liu (zhixu.liu@gmail.com).
* Corrects test binary paths in the CMake build script.vladlosev2010-05-221-2/+2
|
* Introduces gtest_force_shared_crt option for CMake build scripts.vladlosev2010-05-181-1/+1
|
* Renames test script flags.vladlosev2010-05-131-4/+8
|
* Moves the universal printer from gmock to gtest and refactors the cmake ↵zhanyong.wan2010-05-101-0/+186
script for reusing in gmock (by Vlad Losev).