1. 17 Mar, 2020 1 commit
  2. 13 Feb, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 23b2a3b1
      Abseil Team authored
      Remove the CMAKE_CXX_STANDARD from GoogleTest's CMakeLists.txt
      
      This causes ABI issues since it can create a mixed-mode build.  The
      value should be inherited from the top-level build if it needs to be
      set.
      
      PiperOrigin-RevId: 294730724
      23b2a3b1
  3. 13 Dec, 2019 1 commit
  4. 03 Oct, 2019 1 commit
  5. 28 May, 2019 1 commit
  6. 20 May, 2019 1 commit
  7. 03 May, 2019 1 commit
    • misterg's avatar
      Googletest export · 63be3dcc
      misterg authored
      Clarify build system support - CMake and automake community supported
      
      PiperOrigin-RevId: 245821927
      63be3dcc
  8. 04 Feb, 2019 2 commits
  9. 24 Oct, 2018 2 commits
  10. 08 Oct, 2018 1 commit
  11. 03 Oct, 2018 1 commit
  12. 02 Oct, 2018 2 commits
  13. 01 Oct, 2018 2 commits
    • misterg's avatar
      Googletest export · a7b21c95
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 215236414
      a7b21c95
    • durandal's avatar
      Googletest export · be429c89
      durandal authored
      Add myself to the authors table.
      
      PiperOrigin-RevId: 214822035
      be429c89
  14. 30 Sep, 2018 1 commit
  15. 28 Sep, 2018 1 commit
  16. 22 Aug, 2018 1 commit
  17. 21 Aug, 2018 1 commit
    • Dakota Hawkins's avatar
      Improve CMake exported targets. · 759ef7c4
      Dakota Hawkins authored
      
      
      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: default avatarDakota Hawkins <dakotahawkins@gmail.com>
      759ef7c4
  18. 16 Aug, 2017 1 commit
    • Matthew Woehlke's avatar
      Fix problem installing gtest when gmock enabled · 9469fb68
      Matthew Woehlke authored
      Fix a bug deciding whether to enable the option to install Google Test
      caused by one of the dependent option dependencies not being defined
      yet.
      
      Fixes #1198; impossible to install Google Test if Google Mock is built.
      9469fb68
  19. 09 Aug, 2017 1 commit
    • Matthew Woehlke's avatar
      Fix library install destinations · 0e8e0e07
      Matthew Woehlke authored
      
      
      Modify library install destinations to install .dll's to the correct
      location (`bin`, not `lib`), and to install other artifacts to the
      correct platform-dependent location by using GNUInstallDirs. This is
      required for some distributions (e.g. Fedora) and will fix an issue that
      otherwise requires those distributions to patch the upstream sources.
      Also, add options to suppress installation, which may be useful for
      projects that embed Google Test.
      
      Since Google Test is trying to support archaic versions of CMake, a
      brain-dead fallback (which requires that the user set either LIB_SUFFIX
      or CMAKE_INSTALL_LIBDIR themselves) is included for versions that
      predate GNUInstallDirs.
      
      Fixes #1161.
      Co-Authored-By: default avatard3x0r <d3x0r@users.noreply.github.com>
      0e8e0e07
  20. 03 Aug, 2017 2 commits
  21. 18 Dec, 2016 1 commit
  22. 22 May, 2016 1 commit
  23. 11 Nov, 2015 1 commit
  24. 25 Aug, 2015 2 commits
  25. 13 Jan, 2014 2 commits
  26. 06 Sep, 2013 1 commit
  27. 09 Jul, 2013 1 commit
  28. 01 Mar, 2013 1 commit
  29. 27 Feb, 2013 1 commit
  30. 22 Feb, 2013 1 commit
  31. 13 Jun, 2011 1 commit
  32. 20 May, 2011 1 commit
  33. 11 May, 2011 1 commit