1. 18 Aug, 2017 2 commits
  2. 17 Aug, 2017 1 commit
  3. 16 Aug, 2017 2 commits
  4. 14 Aug, 2017 8 commits
  5. 11 Aug, 2017 12 commits
  6. 10 Aug, 2017 9 commits
  7. 09 Aug, 2017 6 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
    • misterg's avatar
      WIP · ac885f3a
      misterg authored
      ac885f3a
    • Herbert Thielen's avatar
      be more specific on Test Case · 33edcaed
      Herbert Thielen authored
      33edcaed