1. 16 Nov, 2021 1 commit
  2. 15 Nov, 2021 1 commit
    • Taylor Cramer's avatar
      Clarify "Times() after X" error message · 1a3e2a26
      Taylor Cramer authored
      The previous error message could be misinterpreted to mean that `Times` could not be
      used in combination with `WillRepeatedly`, when in fact the call to `Times` just needs to happen *first*.
      
      PiperOrigin-RevId: 410070405
      Change-Id: I747d34a4334cf2e56d589dcad3a08a8f322d77c8
      1a3e2a26
  3. 12 Nov, 2021 1 commit
  4. 05 Nov, 2021 1 commit
  5. 03 Nov, 2021 1 commit
  6. 28 Sep, 2021 1 commit
  7. 24 Sep, 2021 1 commit
  8. 23 Sep, 2021 1 commit
  9. 17 Sep, 2021 1 commit
  10. 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
  11. 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
  12. 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
  13. 06 Aug, 2021 1 commit
  14. 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
  15. 29 Jul, 2021 1 commit
  16. 24 Jul, 2021 1 commit
  17. 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
  18. 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
  19. 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
  20. 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
  21. 26 Jun, 2021 1 commit
  22. 15 Jun, 2021 1 commit
  23. 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
  24. 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
  25. 15 Apr, 2021 1 commit
  26. 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
  27. 17 Mar, 2021 1 commit
  28. 16 Mar, 2021 1 commit
  29. 10 Mar, 2021 1 commit
  30. 09 Mar, 2021 1 commit
  31. 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
  32. 18 Feb, 2021 2 commits
  33. 11 Feb, 2021 2 commits