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