1. 10 Aug, 2017 3 commits
  2. 09 Aug, 2017 3 commits
  3. 04 Aug, 2017 1 commit
  4. 31 Jul, 2017 1 commit
  5. 30 Jul, 2017 1 commit
  6. 26 Jul, 2017 1 commit
  7. 02 Jul, 2017 1 commit
  8. 01 Jul, 2017 4 commits
  9. 19 Jun, 2017 3 commits
  10. 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
  11. 12 Mar, 2017 2 commits
  12. 11 Mar, 2017 2 commits
  13. 26 Feb, 2017 1 commit
  14. 06 Feb, 2017 1 commit
  15. 18 Dec, 2016 1 commit
  16. 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
  17. 13 Sep, 2016 1 commit
  18. 12 Sep, 2016 9 commits
  19. 02 Sep, 2016 1 commit
  20. 14 Jul, 2016 2 commits