1. 29 Aug, 2017 1 commit
  2. 28 Aug, 2017 1 commit
  3. 24 Aug, 2017 1 commit
  4. 22 Aug, 2017 2 commits
  5. 21 Aug, 2017 1 commit
  6. 20 Aug, 2017 2 commits
  7. 18 Aug, 2017 4 commits
  8. 16 Aug, 2017 2 commits
  9. 14 Aug, 2017 1 commit
  10. 10 Aug, 2017 5 commits
  11. 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
  12. 04 Aug, 2017 1 commit
  13. 31 Jul, 2017 1 commit
  14. 30 Jul, 2017 3 commits
  15. 26 Jul, 2017 1 commit
  16. 02 Jul, 2017 1 commit
  17. 01 Jul, 2017 4 commits
  18. 19 Jun, 2017 3 commits
  19. 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
  20. 12 Mar, 2017 1 commit