1. 20 Apr, 2021 1 commit
  2. 14 Apr, 2021 2 commits
  3. 13 Mar, 2021 1 commit
  4. 11 Jan, 2021 1 commit
  5. 05 Dec, 2020 1 commit
  6. 30 Oct, 2020 1 commit
  7. 15 Sep, 2020 3 commits
  8. 14 Sep, 2020 2 commits
  9. 29 Jan, 2020 1 commit
  10. 19 Oct, 2019 1 commit
  11. 18 Jul, 2019 1 commit
  12. 19 Jun, 2019 1 commit
  13. 14 Jun, 2019 1 commit
    • Gennadiy Civil's avatar
      · e110929a
      Gennadiy Civil authored
      Documentation sync working on the documentation being included with the code
      e110929a
  14. 13 Jun, 2019 1 commit
  15. 12 Jun, 2019 1 commit
  16. 22 May, 2019 1 commit
    • Gennadiy Civil's avatar
      Update README.md · dc792bc6
      Gennadiy Civil authored
      Cleanup, remove legacy build scripts, googletest only provides Bazel and CMake
      dc792bc6
  17. 31 Jan, 2019 1 commit
    • Billy SU's avatar
      Fix README.md broken link · 1c23efb4
      Billy SU authored
      Fix the **include/gtest/internal/gtest-port.h** link in the `Tweaking Google Test` title
      1c23efb4
  18. 13 Nov, 2018 1 commit
  19. 24 Oct, 2018 2 commits
  20. 13 Sep, 2018 1 commit
  21. 03 Sep, 2018 1 commit
  22. 11 Jun, 2018 2 commits
  23. 12 Dec, 2017 1 commit
  24. 07 Oct, 2017 1 commit
  25. 02 Jul, 2017 1 commit
    • Che-Hsun Liu's avatar
      Update googletest README.md · 509f7fe8
      Che-Hsun Liu authored
      Use `EXCLUDE_FROM_ALL` in `add_subdirectory` to prevent `make install` from including lots of headers from gtest/gmock.
      ```
      add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src
                       ${CMAKE_BINARY_DIR}/googletest-build
                       EXCLUDE_FROM_ALL)
      ```
      509f7fe8
  26. 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
  27. 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
  28. 19 Oct, 2015 1 commit
  29. 30 Aug, 2015 1 commit
  30. 27 Aug, 2015 1 commit
  31. 26 Aug, 2015 1 commit
  32. 25 Aug, 2015 3 commits