1. 09 Oct, 2018 1 commit
  2. 02 Oct, 2018 1 commit
  3. 18 Sep, 2018 1 commit
  4. 13 Sep, 2018 2 commits
    • misterg's avatar
      Googletest export · 21d52d3a
      misterg authored
      Project import generated by Copybara.
      
      PiperOrigin-RevId: 212656749
      21d52d3a
    • misterg's avatar
      Googletest export · e1b8d82f
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 212656679
      e1b8d82f
  5. 24 Aug, 2018 1 commit
  6. 22 Aug, 2018 1 commit
  7. 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
  8. 13 Aug, 2018 1 commit
  9. 05 Apr, 2018 1 commit
  10. 11 Dec, 2017 1 commit
  11. 07 Dec, 2017 1 commit
  12. 02 Dec, 2017 1 commit
  13. 27 Nov, 2017 1 commit
  14. 27 Oct, 2017 1 commit
  15. 01 Sep, 2017 1 commit
    • Roman Lebedev's avatar
      CMake: use threads if allowed and found, not just if found. · 1a62d1b0
      Roman Lebedev authored
      If the user's cmakelists.txt first look for threads using
      find_package(Threads), then set(gtest_disable_pthreads ON),
      and then include googletest. GoogleTest will not look for
      threads. But since they have already been found before in
      user's cmakelists, it will use them regardless.
      
      This helped me fix build issue in darktable-org/rawspeed
      on windows/MSYS2, even though there are threads, and they
      are usable, googletest build was failing with issues
      about AutoHandle. I was first looking for threads, and only
      then including googletest, so no matter the value of
      gtest_disable_pthreads, it failed.
      
      The other obvious solution is for user to first include
      googletest, and only then look for threads by himself.
      1a62d1b0
  16. 14 Aug, 2017 1 commit
  17. 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
  18. 18 Dec, 2016 1 commit
  19. 06 Dec, 2015 1 commit
  20. 03 Dec, 2015 1 commit
  21. 27 Aug, 2015 1 commit
  22. 25 Aug, 2015 2 commits
  23. 13 Jan, 2014 2 commits
  24. 06 Sep, 2013 1 commit
  25. 09 Jul, 2013 1 commit
  26. 01 Mar, 2013 1 commit
  27. 27 Feb, 2013 1 commit
  28. 22 Feb, 2013 1 commit
  29. 13 Jun, 2011 1 commit
  30. 20 May, 2011 1 commit
  31. 11 May, 2011 1 commit
  32. 18 Oct, 2010 1 commit
  33. 05 Oct, 2010 2 commits
  34. 09 Aug, 2010 1 commit
  35. 20 May, 2010 1 commit
  36. 18 May, 2010 1 commit