1. 23 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
    • Yonggang Luo's avatar
      Fixes the test gmock_output_test.py with MSVC · 6f1c4b3d
      Yonggang Luo authored
      
      
      For MSVC, gmock_output_test.py output struct std::pair<int,bool>, for GCC, it's output
      std::pair<int, bool>, it's not the same, my intention is getting these to be same by removing
      struct  for MSVC's outptu, and strip redundant space for GCC.
      
      As a by-product,
      ```
      #ifdef _MSC_VER
      #define ERROR_DESC "class std::runtime_error"
      #else
      #define ERROR_DESC "std::runtime_error"
      #endif
      ```
      can be simplified to
      
      ```
      #define ERROR_DESC "std::runtime_error"
      ```
      Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
      6f1c4b3d
  3. 16 Feb, 2023 1 commit
  4. 09 Feb, 2023 1 commit
  5. 01 Feb, 2023 1 commit
  6. 22 Jun, 2022 1 commit
  7. 27 Dec, 2021 1 commit
  8. 18 Feb, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 58937787
      Abseil Team authored
      Update stale links to `gmock_cook_book.md`.
      
      I'm a new googletest user and found these links broken when reading the documentation.
      
      PiperOrigin-RevId: 357786392
      58937787
  9. 09 Jul, 2020 1 commit
  10. 16 Jul, 2019 2 commits
    • misterg's avatar
      Googletest export · 3d9cdd58
      misterg authored
      Fix documentation links
      
      PiperOrigin-RevId: 258389329
      3d9cdd58
    • Abseil Team's avatar
      Googletest export · e4f097b5
      Abseil Team authored
      Update a broken link in a comment.
      
      PiperOrigin-RevId: 257493975
      e4f097b5
  11. 19 Jun, 2019 1 commit
    • Gennadiy Civil's avatar
      · 5ed950c9
      Gennadiy Civil authored
      Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
      5ed950c9
  12. 13 Dec, 2018 1 commit
  13. 20 Nov, 2018 1 commit
  14. 05 Apr, 2018 1 commit
  15. 17 Feb, 2016 1 commit
  16. 25 Aug, 2015 1 commit
  17. 14 Feb, 2015 1 commit
  18. 12 Jan, 2014 1 commit
  19. 17 May, 2010 1 commit
  20. 24 Mar, 2010 1 commit
  21. 21 Oct, 2009 1 commit
  22. 09 Jun, 2009 2 commits
  23. 05 May, 2009 1 commit
  24. 22 Apr, 2009 1 commit
  25. 10 Dec, 2008 1 commit