1. 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
  2. 13 Nov, 2018 1 commit
  3. 24 Oct, 2018 2 commits
  4. 13 Sep, 2018 1 commit
  5. 03 Sep, 2018 1 commit
  6. 11 Jun, 2018 2 commits
  7. 12 Dec, 2017 1 commit
  8. 07 Oct, 2017 1 commit
  9. 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
  10. 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
  11. 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
  12. 19 Oct, 2015 1 commit
  13. 30 Aug, 2015 1 commit
  14. 27 Aug, 2015 1 commit
  15. 26 Aug, 2015 1 commit
  16. 25 Aug, 2015 3 commits
  17. 22 Aug, 2015 1 commit
  18. 12 Jan, 2014 1 commit
  19. 04 Dec, 2013 2 commits
  20. 27 Feb, 2013 2 commits
  21. 22 Aug, 2011 1 commit
  22. 20 May, 2011 1 commit
  23. 12 Feb, 2011 1 commit
  24. 28 Sep, 2010 1 commit
  25. 14 Sep, 2010 1 commit
  26. 11 May, 2010 1 commit
  27. 16 Apr, 2010 1 commit
  28. 14 Apr, 2010 2 commits
  29. 17 Jan, 2010 2 commits
  30. 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
  31. 28 Aug, 2009 1 commit
  32. 17 Jun, 2009 1 commit