1. 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
  2. 14 Jul, 2016 3 commits
  3. 29 Jun, 2016 2 commits
  4. 28 Jun, 2016 1 commit
  5. 27 Jun, 2016 1 commit
  6. 26 Jun, 2016 3 commits
  7. 25 Jun, 2016 2 commits
  8. 15 May, 2016 4 commits
  9. 16 Mar, 2016 2 commits
  10. 15 Mar, 2016 1 commit
  11. 08 Mar, 2016 2 commits
  12. 05 Mar, 2016 1 commit
  13. 04 Mar, 2016 1 commit
  14. 02 Mar, 2016 2 commits
  15. 26 Feb, 2016 2 commits
  16. 24 Feb, 2016 1 commit
  17. 22 Feb, 2016 1 commit
  18. 21 Feb, 2016 1 commit
    • Paul Wilkinson's avatar
      Fix formatting in AdvancedGuide.md · 83d3b47a
      Paul Wilkinson authored
      Put occurrences of "#include" in a code span so they are not interpreted
      as headers.
      
      Other documents were not broken because the #include was not at the
      start of the line, but put them in code spans anyway just in case the
      text gets refilled in the future.
      83d3b47a
  19. 17 Feb, 2016 5 commits
  20. 16 Feb, 2016 1 commit
  21. 01 Feb, 2016 1 commit
  22. 31 Jan, 2016 2 commits