1. 26 Feb, 2017 1 commit
  2. 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
  3. 12 Sep, 2016 9 commits
  4. 23 Sep, 2015 1 commit
  5. 18 Sep, 2015 1 commit
  6. 17 Sep, 2015 1 commit
  7. 30 Aug, 2015 1 commit
  8. 27 Aug, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 25 Aug, 2015 4 commits
  11. 22 Aug, 2015 1 commit
  12. 12 Jan, 2014 1 commit
  13. 04 Dec, 2013 2 commits
  14. 27 Feb, 2013 2 commits
  15. 22 Aug, 2011 1 commit
  16. 20 May, 2011 1 commit
  17. 12 Feb, 2011 1 commit
  18. 28 Sep, 2010 1 commit
  19. 14 Sep, 2010 1 commit
  20. 11 May, 2010 1 commit
  21. 16 Apr, 2010 1 commit
  22. 14 Apr, 2010 2 commits
  23. 17 Jan, 2010 2 commits
  24. 04 Sep, 2009 1 commit
    • zhanyong.wan's avatar
      More implementation of the event listener interface (by Vlad Losev); Reduces... · 16e9dd6e
      zhanyong.wan authored
      More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
      16e9dd6e
  25. 28 Aug, 2009 1 commit