1. 23 Sep, 2021 1 commit
  2. 17 Sep, 2021 1 commit
  3. 15 Sep, 2021 5 commits
    • dmauro's avatar
      Googletest export · 8aa657ee
      dmauro authored
      Delete unsupported/deprecated scripts
      
      PiperOrigin-RevId: 396847020
      8aa657ee
    • Abseil Team's avatar
      Googletest export · 314adcd4
      Abseil Team authored
      gmock-internal-utils.cc: Use `static_cast` instead of implicit conversion between signed and unsigned types
      Fixes #3550
      
      PiperOrigin-RevId: 396826071
      314adcd4
    • dmauro's avatar
      Googletest export · 4ea61b96
      dmauro authored
      Rollback delete of unsupported/deprecated scripts
      
      PiperOrigin-RevId: 396699187
      4ea61b96
    • dmauro's avatar
      Googletest export · 7ee26830
      dmauro authored
      Delete unsupported/deprecated scripts
      
      PiperOrigin-RevId: 396685976
      7ee26830
    • Abseil Team's avatar
      Googletest export · 6202251f
      Abseil Team authored
      Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros.
      
      PiperOrigin-RevId: 396649214
      6202251f
  4. 24 Aug, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 62046339
      Abseil Team authored
      Bump `cmake_minimum_required` to 3.5.
      
      Delete conditional branches exclusive to older versions.
      
      Notable dependents:
        - github.com/grpc/grpc >= 3.5.1
        - github.com/abseil/abseil-cpp >= 3.5
        - github.com/googleapis/google-cloud-cpp >= 3.5
      
      On the other hand, github.com/protocolbuffers/protobuf is >= 3.1.3, but it only depends on GoogleTest 1.10.
      
      Fixes #3523
      
      PiperOrigin-RevId: 392073834
      62046339
  5. 13 Aug, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 21514e0b
      Abseil Team authored
      Identify bad specs of the type (const something, ...).
      
      PiperOrigin-RevId: 390346843
      21514e0b
  6. 06 Aug, 2021 1 commit
  7. 04 Aug, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 652ec31f
      Abseil Team authored
      Introduce a new matcher for unescaping Base-64 strings to gmock.
      
      PiperOrigin-RevId: 388471904
      652ec31f
  8. 29 Jul, 2021 1 commit
  9. 24 Jul, 2021 1 commit
  10. 22 Jul, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 96f4ce02
      Abseil Team authored
      Delete GOOGLETEST_CM.* tags from C++ code.
      
      PiperOrigin-RevId: 386268534
      96f4ce02
  11. 09 Jul, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 43cf5291
      Abseil Team authored
      Suppress a clang-tidy warning in the MATCHER(name, description) macro.
      
      PiperOrigin-RevId: 383587271
      43cf5291
  12. 07 Jul, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 8306020a
      Abseil Team authored
      Add `Conditional` wrapper to gtest
      
      This follows an initial proposal for an 'EqIff` matcher. `Conditional` was considered more precise as an EqIff() matcher may suffer from `Iff` not being universally understood.
      
      PiperOrigin-RevId: 383407665
      8306020a
    • Abseil Team's avatar
      Googletest export · 977cffc4
      Abseil Team authored
      Introduce GTEST_FLAG_GET and GTEST_FLAG_SET macros.
      
      PiperOrigin-RevId: 382808313
      977cffc4
  13. 30 Jun, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 4ec4cd23
      Abseil Team authored
      Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0).
      
      PiperOrigin-RevId: 382210276
      4ec4cd23
  14. 26 Jun, 2021 1 commit
  15. 15 Jun, 2021 1 commit
  16. 02 Jun, 2021 1 commit
    • dmauro's avatar
      Googletest export · 8ceecc27
      dmauro authored
      Updates Linux docker image to use Bazel 4.1.0 and GCC 11.1
      Updates Bazel dependencies
      Removes the last usage of the deprecated and removed Python2
      
      PiperOrigin-RevId: 375759184
      8ceecc27
  17. 13 May, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 662fe38e
      Abseil Team authored
      Support templating MockFunction over function objects besides std::function.
      
      PiperOrigin-RevId: 373586967
      662fe38e
  18. 15 Apr, 2021 1 commit
  19. 13 Apr, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · c3fc92f0
      Abseil Team authored
      Update docs to point to the github.io pages.
      
      PiperOrigin-RevId: 367711335
      c3fc92f0
  20. 17 Mar, 2021 1 commit
  21. 16 Mar, 2021 1 commit
  22. 10 Mar, 2021 1 commit
  23. 09 Mar, 2021 1 commit
  24. 04 Mar, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · e7e59176
      Abseil Team authored
      Format WORKSPACE and googlemock/test/BUILD.bazel using buildifier
      
      PiperOrigin-RevId: 360913861
      e7e59176
  25. 18 Feb, 2021 2 commits
  26. 11 Feb, 2021 4 commits
  27. 05 Feb, 2021 3 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
    • Abseil Team's avatar
      Googletest export · d1143988
      Abseil Team authored
      Remove uses of GTEST_HAS_TYPED_TEST_P and GTEST_HAS_TYPED_TEST.
      
      PiperOrigin-RevId: 353935996
      d1143988
  28. 26 Jan, 2021 2 commits
    • ofats's avatar
      Googletest export · 59dea67b
      ofats authored
      Remove scripts for code generating together with related files.
      
      PiperOrigin-RevId: 352805926
      59dea67b
    • Abseil Team's avatar
      Googletest export · 997c36c1
      Abseil Team authored
      Stop using pump for generating internal/custom/gmock-generated-actions.h
      
      PiperOrigin-RevId: 352660735
      997c36c1