index
:
googletest
master
Google Test framework
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump CMake minimum to 2.8.12
Chuck Atkins
2020-10-30
1
-1
/
+1
*
Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix
Mark Jan van Kampen
2020-04-16
1
-1
/
+1
|
\
|
*
Googletest export
Abseil Team
2020-03-17
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix
Mark Jan van Kampen
2020-02-17
1
-5
/
+1
|
\
\
|
|
/
|
*
Googletest export
Abseil Team
2020-02-13
1
-5
/
+1
*
|
Fixes extensions missing for QNX
Mark Jan van Kampen
2020-01-22
1
-1
/
+1
|
/
*
Activate GNU extensions in case of MSYS generator
Ilya Kravchuk
2019-12-13
1
-1
/
+1
*
Googletest export
Abseil Team
2019-10-03
1
-1
/
+1
*
Suppress CMake policy warning (CMP0048)
Matthijs Brobbel
2019-05-28
1
-4
/
+4
*
Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)
Enji Cooper
2019-05-19
1
-1
/
+1
*
Googletest export
misterg
2019-05-03
1
-0
/
+3
*
cmake: detect Cygwin which needs extensions to build
Matthias Grob
2019-02-04
1
-1
/
+3
*
cmake: move global project definition to beginning
Matthias Grob
2019-02-04
1
-3
/
+3
*
Disable extensions and force standard
peter
2018-10-24
1
-0
/
+2
*
Fix -std=c++11 flag
peter
2018-10-24
1
-1
/
+6
*
Merge c1170881039e859738c62b02a918116fc6d346bc into 27c86f29417e53a622a2902ba...
Eisoku Kuroiwa
2018-10-08
1
-0
/
+1
*
Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 77962730563eece3525f40b87...
Gennadiy Civil
2018-10-02
1
-1
/
+0
*
Add a cached variable to CMAKE_CXX_STANDARD
Jerry Turcios
2018-09-30
1
-1
/
+1
*
Add C++11 support in the root CMakeLists.txt
Jerry Turcios
2018-09-28
1
-0
/
+1
*
Install CMake export files
Stefano Soffia
2018-08-22
1
-29
/
+2
*
Improve CMake exported targets.
Dakota Hawkins
2018-08-21
1
-10
/
+27
*
Fix problem installing gtest when gmock enabled
Matthew Woehlke
2017-08-16
1
-1
/
+2
*
Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffix
Gennadiy Civil
2017-08-11
1
-0
/
+12
|
\
|
*
Fix library install destinations
Matthew Woehlke
2017-08-09
1
-0
/
+12
*
|
Fixed cmake policy issue
Joel Laity
2017-08-03
1
-2
/
+2
*
|
Fix policy issue with old cmakes
Manuel VIVES
2017-08-02
1
-1
/
+4
*
|
Merge pull request #782 from Manozco/709-cmake-policy-project-version
Gennadiy Civil
2017-08-02
1
-0
/
+1
|
\
\
|
*
|
Issue 709: Fix Cmake policy 0048
Manuel Vives
2016-05-21
1
-0
/
+1
|
|
/
*
|
2.6.4 is the minimum CMake version, so enforce it (#656)
Craig Scott
2016-12-17
1
-1
/
+1
|
/
*
Create CMakeLists.txt
Fábio Junqueira
2015-11-11
1
-0
/
+16
*
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
*
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 trun...
kosak
2013-02-22
1
-0
/
+1
*
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 escapi...
vladlosev
2010-10-18
1
-0
/
+7
*
Adds a gtest_disable_pthreads CMake option; also fixes an include order probl...
zhanyong.wan
2010-10-05
1
-6
/
+6
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
1
-0
/
+14
*
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 scrip...
zhanyong.wan
2010-05-10
1
-192
/
+15
*
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
*
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
[next]