1. 10 Aug, 2017 2 commits
  2. 09 Aug, 2017 3 commits
  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 1 commit
  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. 26 Feb, 2017 1 commit
  11. 18 Dec, 2016 1 commit
  12. 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
  13. 13 Sep, 2016 1 commit
  14. 12 Sep, 2016 9 commits
  15. 14 Jul, 2016 2 commits
  16. 15 May, 2016 3 commits
  17. 08 Mar, 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 1 commit
  20. 08 Dec, 2015 1 commit
  21. 06 Dec, 2015 1 commit
  22. 03 Dec, 2015 1 commit
  23. 12 Nov, 2015 1 commit