1. 32f4f52 Bump CMake minimum to 2.8.12 by Chuck Atkins · 3 years, 7 months ago
  2. ee01491 Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix by Mark Jan van Kampen · 4 years, 2 months ago
  3. 227faf4 Googletest export by Abseil Team · 4 years, 3 months ago
  4. 937b3ce Merge branch 'master' of https://github.com/google/googletest into cmake-QNX-fix by Mark Jan van Kampen · 4 years, 4 months ago
  5. 23b2a3b Googletest export by Abseil Team · 4 years, 4 months ago
  6. 44517f9 Fixes extensions missing for QNX by Mark Jan van Kampen · 4 years, 4 months ago
  7. 20b8e7a Activate GNU extensions in case of MSYS generator by Ilya Kravchuk · 4 years, 6 months ago
  8. 703bd9c Googletest export by Abseil Team · 4 years, 8 months ago
  9. 97d8c47 Suppress CMake policy warning (CMP0048) by Matthijs Brobbel · 5 years ago
  10. 699943f Fix typo introduced in 63be3dcc245 (maintaners -> maintainers) by Enji Cooper · 5 years ago
  11. 63be3dc Googletest export by misterg · 5 years ago
  12. f892534 cmake: detect Cygwin which needs extensions to build by Matthias Grob · 5 years ago
  13. 67265e0 cmake: move global project definition to beginning by Matthias Grob · 5 years ago
  14. 478a518 Disable extensions and force standard by peter · 6 years ago
  15. 96824f1 Fix -std=c++11 flag by peter · 6 years ago
  16. a31d6f9 Merge c1170881039e859738c62b02a918116fc6d346bc into 27c86f29417e53a622a2902baab2d1d82dafc5f9 by Eisoku Kuroiwa · 6 years ago
  17. e93da23 Merge 68b8a4c60cd80c78e1875b77807fa13cdd2313f8 into 77962730563eece3525f40b8769e4ca0c6baf64c by Gennadiy Civil · 6 years ago
  18. cba3474 Add a cached variable to CMAKE_CXX_STANDARD by Jerry Turcios · 6 years ago
  19. d97dea3 Add C++11 support in the root CMakeLists.txt by Jerry Turcios · 6 years ago
  20. aff0379 Install CMake export files by Stefano Soffia · 7 years ago
  21. 759ef7c Improve CMake exported targets. by Dakota Hawkins · 6 years ago
  22. 9469fb6 Fix problem installing gtest when gmock enabled by Matthew Woehlke · 7 years ago
  23. e3bd4cb Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffix by Gennadiy Civil · 7 years ago
  24. 0e8e0e0 Fix library install destinations by Matthew Woehlke · 7 years ago
  25. 568958e Fixed cmake policy issue by Joel Laity · 7 years ago
  26. b68f1e7 Fix policy issue with old cmakes by Manuel VIVES · 7 years ago
  27. 683fcf5 Merge pull request #782 from Manozco/709-cmake-policy-project-version by Gennadiy Civil · 7 years ago
  28. c0059a7 2.6.4 is the minimum CMake version, so enforce it (#656) by Craig Scott · 8 years ago
  29. a7ab054 Issue 709: Fix Cmake policy 0048 by Manuel Vives · 8 years ago
  30. 4a0b77f Create CMakeLists.txt by Fábio Junqueira · 9 years ago
  31. 1f87a09 Move everything in googletest into googletest/googletest by Billy Donahue · 9 years ago
  32. 7d1051c Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak · 10 years ago
  33. c306ef2 supports a protocol for catching tests that prematurely exit by zhanyong.wan · 11 years ago
  34. 9ba29fa fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue by zhanyong.wan · 11 years ago
  35. 88fe907 Removes dangling references in make/cmake files. by zhanyong.wan · 11 years ago
  36. cc1fdb5 Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment. by kosak · 11 years ago
  37. cc265df Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  38. 50f4deb Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures. by vladlosev · 14 years ago
  39. 9c48242 Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. by zhanyong.wan · 14 years ago
  40. 5c4b472 Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). by zhanyong.wan · 14 years ago
  41. c828e17 Introduces gtest_force_shared_crt option for CMake build scripts. by vladlosev · 14 years ago
  42. 2c697f5 Comment tweaks in CMakeLists.txt. by vladlosev · 14 years ago
  43. e588a3b Renames CMake build script options. by vladlosev · 14 years ago
  44. 2ccea88 Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). by zhanyong.wan · 14 years ago
  45. c476707 Improves support for building Google Test as Windows DLL. by vladlosev · 14 years ago
  46. 520f623 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. by zhanyong.wan · 14 years ago
  47. 1e90887 CMake 2.8/Visual Age compatibility patch by Hady Zalek. by vladlosev · 14 years ago
  48. 3569c3c Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. by zhanyong.wan · 14 years ago
  49. 2429dfc Cleans up the cmake script. by zhanyong.wan · 14 years ago
  50. 92344b7 Makes the cmake script work on Solaris and AIX (by Hady Zalek). by zhanyong.wan · 14 years ago
  51. 9f0824b Adds missing gtest DLL exports. by zhanyong.wan · 14 years ago
  52. a6978ec Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). by zhanyong.wan · 14 years ago
  53. 83589cc Supports building gtest as a DLL (by Vlad Losev). by zhanyong.wan · 14 years ago
  54. fe78760 Makes all samples compile with -Wall -Wshadow -Werror. by vladlosev · 14 years ago
  55. 3bef459 Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler 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). by zhanyong.wan · 14 years ago
  56. 81e1cc7 Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). by zhanyong.wan · 14 years ago
  57. 276f401 Makes the cmake script work on Windows (by Manuel Klimek). by zhanyong.wan · 14 years ago
  58. c73d024 Makes the cmake script compatible with cmake 2.6.4. by zhanyong.wan · 14 years ago
  59. 38efa38 Uses FindThreads to set the proper link flag when using threads (by Manuel Klimek). by zhanyong.wan · 14 years ago
  60. 1d6df4b Adds an experimental CMake build script; makes the samples compile without warnings on Windows. by zhanyong.wan · 14 years ago