1. 14 Aug, 2017 1 commit
  2. 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
  3. 18 Dec, 2016 1 commit
  4. 06 Dec, 2015 1 commit
  5. 03 Dec, 2015 1 commit
  6. 27 Aug, 2015 1 commit
  7. 25 Aug, 2015 2 commits
  8. 13 Jan, 2014 2 commits
  9. 06 Sep, 2013 1 commit
  10. 09 Jul, 2013 1 commit
  11. 01 Mar, 2013 1 commit
  12. 27 Feb, 2013 1 commit
  13. 22 Feb, 2013 1 commit
  14. 13 Jun, 2011 1 commit
  15. 20 May, 2011 1 commit
  16. 11 May, 2011 1 commit
  17. 18 Oct, 2010 1 commit
  18. 05 Oct, 2010 2 commits
  19. 09 Aug, 2010 1 commit
  20. 20 May, 2010 1 commit
  21. 18 May, 2010 1 commit
  22. 13 May, 2010 2 commits
  23. 11 May, 2010 1 commit
  24. 10 May, 2010 1 commit
  25. 05 May, 2010 1 commit
  26. 22 Apr, 2010 1 commit
  27. 05 Apr, 2010 1 commit
  28. 26 Mar, 2010 1 commit
  29. 25 Mar, 2010 2 commits
  30. 22 Mar, 2010 1 commit
  31. 17 Mar, 2010 1 commit
  32. 05 Mar, 2010 1 commit
  33. 27 Feb, 2010 1 commit
  34. 24 Feb, 2010 1 commit
    • zhanyong.wan's avatar
      Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);... · 3bef459e
      zhanyong.wan authored
      Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
      3bef459e
  35. 28 Jan, 2010 1 commit