1. 15 Apr, 2021 1 commit
  2. 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
  3. 05 Feb, 2021 2 commits
    • platisd's avatar
      Do not include void into mocked method arguments · 46b18857
      platisd authored
      If a function that takes no arguments explicitly states (void)
      then do not include it in the mocked method argument list
      since it triggers static assertions that expect no arguments
      to be present.
      
      Fixes (?) #3261
      46b18857
    • Abseil Team's avatar
      Googletest export · f4e7727c
      Abseil Team authored
      Fix includes in fuse_gmock_files.py
      
      PiperOrigin-RevId: 355166403
      f4e7727c
  4. 26 Jan, 2021 1 commit
    • ofats's avatar
      Googletest export · 59dea67b
      ofats authored
      Remove scripts for code generating together with related files.
      
      PiperOrigin-RevId: 352805926
      59dea67b
  5. 14 Jan, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 95a9bdd9
      Abseil Team authored
      Use an OrderedDict to store templated_types in the AST so that gmock knows how to properly construct the templated Mock class.
      
      This is necessary for functions that make use of the templated typename as an argument or return type.
      
      PiperOrigin-RevId: 349405731
      95a9bdd9
  6. 19 Oct, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 252ee42d
      Abseil Team authored
      Fix some issues when running fuse_gmock_files.
      
      The module path should be updated before importing `fuse_gtest_files`, since
      the script may not run from the googletest repo root. We also need a non-frozen
      set in order to track progress.
      
      PiperOrigin-RevId: 337380466
      252ee42d
  7. 14 Oct, 2020 1 commit
  8. 26 Jun, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 05c4a036
      Abseil Team authored
      Update auto_mock to support C++17 nested namespaces
      
      PiperOrigin-RevId: 318192214
      05c4a036
  9. 11 Feb, 2020 3 commits
    • Abseil Team's avatar
      Googletest export · d0930731
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.  Fix several
      related bugs in argument parsing and return types.
      - handle commas more correctly in return types
      - handle commas correctly in arguments
      - handle default values more correctly
      
      PiperOrigin-RevId: 294435093
      d0930731
    • Abseil Team's avatar
      Googletest export · 56de7cc8
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.
      
      PiperOrigin-RevId: 294360947
      56de7cc8
    • Abseil Team's avatar
      Googletest export · 360f5f70
      Abseil Team authored
      Fix gmock_gen to use MOCK_METHOD instead of old style macros.
      
      PiperOrigin-RevId: 294332975
      360f5f70
  10. 25 Nov, 2019 1 commit
  11. 02 Nov, 2019 1 commit
  12. 30 Oct, 2019 1 commit
    • misterg's avatar
      Googletest export · 0a034808
      misterg authored
      Remove outdated unsupported scripts
      
      PiperOrigin-RevId: 277556831
      0a034808
  13. 29 Oct, 2019 2 commits
  14. 25 Oct, 2019 1 commit
  15. 23 Oct, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 37f32278
      Abseil Team authored
      Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end.
      
      PiperOrigin-RevId: 276312136
      37f32278
  16. 06 Aug, 2019 1 commit
  17. 30 Jul, 2019 1 commit
  18. 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
  19. 13 Jun, 2019 1 commit
  20. 25 Jul, 2018 1 commit
  21. 23 May, 2018 1 commit
    • Gennadiy Civil's avatar
      · 8977af0e
      Gennadiy Civil authored
      formatting changes 
      8977af0e
  22. 08 Feb, 2018 1 commit
  23. 31 Aug, 2017 1 commit
  24. 10 Aug, 2017 1 commit
  25. 17 Sep, 2015 1 commit
  26. 30 Aug, 2015 1 commit
  27. 25 Aug, 2015 1 commit