1. 14 Aug, 2017 1 commit
  2. 10 Aug, 2017 4 commits
  3. 09 Aug, 2017 4 commits
    • 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
    • misterg's avatar
      WIP · 66a03695
      misterg authored
      66a03695
    • misterg's avatar
      Added googlemock tests · 5a5e3c17
      misterg authored
      5a5e3c17
    • misterg's avatar
      Added googlemock tests · 4f5c01b4
      misterg authored
      4f5c01b4
  4. 04 Aug, 2017 1 commit
  5. 31 Jul, 2017 1 commit
  6. 30 Jul, 2017 3 commits
  7. 26 Jul, 2017 1 commit
  8. 02 Jul, 2017 1 commit
  9. 01 Jul, 2017 4 commits
  10. 19 Jun, 2017 3 commits
  11. 15 May, 2017 1 commit
    • Nico Weber's avatar
      Use std::string and ::string explicitly in gtest and gmock code. · 09fd5b3e
      Nico Weber authored
      This merges a Google-internal change (117235625).
      
      Original CL description:
      This CL was created manually in about an hour with sed, a Python script
      to find all the places unqualified 'string' was mentioned, and some help
      from Emacs to add the "std::" qualifications, plus a few manual tweaks.
      09fd5b3e
  12. 12 Mar, 2017 2 commits
  13. 11 Mar, 2017 2 commits
  14. 26 Feb, 2017 1 commit
  15. 06 Feb, 2017 1 commit
  16. 18 Dec, 2016 1 commit
  17. 17 Dec, 2016 1 commit
    • Craig Scott's avatar
      Added CMake configure-time download instructions to docs · cb502b7a
      Craig Scott authored
      Adds instructions for how to add gtest and gmock to
      another CMake project directly. Downloading of the
      googletest sources happens as configure time, allowing
      it to be added to the main build directly via the
      add_subdirectory() command. This ensures googletest is
      built with the same compiler settings, etc. and will
      typically result in a more robust and more convenient
      build arrangement.
      cb502b7a
  18. 08 Dec, 2016 1 commit
  19. 07 Nov, 2016 1 commit
  20. 13 Sep, 2016 1 commit
  21. 12 Sep, 2016 5 commits