1. 03 Nov, 2021 3 commits
    • Abseil Team's avatar
      Googletest export · b3062166
      Abseil Team authored
      Internal change
      
      PiperOrigin-RevId: 405710296
      b3062166
    • dmauro's avatar
      Googletest export · 489ef888
      dmauro authored
      Remove GoogleTest's SleepMilliseconds function.
      It is only used in tests and a portable implementation is available.
      
      PiperOrigin-RevId: 405437102
      489ef888
    • dmauro's avatar
      Googletest export · f503588a
      dmauro authored
      Replace the multiple implementations of Notification with a single
      portable implementation.
      
      The also removes the awkward loop with sleep in Notification and will
      allow the removal of SleepMilliseconds.
      
      PiperOrigin-RevId: 405399733
      f503588a
  2. 13 Oct, 2021 4 commits
  3. 08 Oct, 2021 1 commit
  4. 05 Oct, 2021 1 commit
  5. 30 Sep, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 3b49be07
      Abseil Team authored
      googletest: Add printer for {std,absl}::nullopt.
      PiperOrigin-RevId: 399928554
      3b49be07
  6. 28 Sep, 2021 1 commit
  7. 24 Sep, 2021 1 commit
  8. 23 Sep, 2021 5 commits
  9. 17 Sep, 2021 1 commit
  10. 16 Sep, 2021 5 commits
  11. 15 Sep, 2021 6 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
    • Derek Mauro's avatar
      Revert grammatically incorrect change · 06197371
      Derek Mauro authored
      06197371
  12. 14 Sep, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 159c9ad2
      Abseil Team authored
      Avoid segfault on null premature_exit_filepath.
      
      PiperOrigin-RevId: 395965853
      159c9ad2
  13. 26 Aug, 2021 1 commit
  14. 24 Aug, 2021 2 commits
    • CJ Johnson's avatar
      Merge pull request #3513 from victordk13:patch-1 · ff21b36e
      CJ Johnson authored
      PiperOrigin-RevId: 392665206
      ff21b36e
    • 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
  15. 20 Aug, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · 2f80c2ba
      Abseil Team authored
      Standardize access to GoogleTest flags on GTEST_FLAG_GET/GTEST_FLAG_SET
      
      Custom implementations can decide how access to flags is performed depending on the implementation of flags being used.
      
      PiperOrigin-RevId: 391971115
      2f80c2ba
  16. 19 Aug, 2021 1 commit
  17. 13 Aug, 2021 3 commits
  18. 10 Aug, 2021 2 commits
    • dmauro's avatar
      Googletest export · 47f819c3
      dmauro authored
      Remove deprecated/unsupported scripts
      
      PiperOrigin-RevId: 389873391
      47f819c3
    • dmauro's avatar
      Googletest export · eb7e38df
      dmauro authored
      Fix a Python 2 to 3 issue
      
      PiperOrigin-RevId: 389720056
      eb7e38df