1. 16 Mar, 2023 1 commit
  2. 28 Feb, 2023 1 commit
  3. 11 Jan, 2023 1 commit
  4. 08 Oct, 2022 1 commit
  5. 22 Jun, 2022 1 commit
  6. 26 Apr, 2022 1 commit
    • Derek Mauro's avatar
      Use RE2 for the regex implementation when building with Bazel and using Abseil · e33c2b24
      Derek Mauro authored
      bazel build --define=absl=1 ...
      
      A dependency on RE2 is now required when building GoogleTest with Abseil.
      Using RE2 will provide a consistent cross-platform regex experience.
      
      Users will need to add the com_googlesource_code_re2, bazel_skylib,
      and platforms repository to their WORKSPACE files. See our WORKSPACE
      file in the root directory of this project for an example of how to
      add the dependencies.
      
      Please note that the com_googlesource_code_re2 dependency must use a
      commit from the `abseil` branch of the project:
      https://github.com/google/re2/tree/abseil
      
      PiperOrigin-RevId: 444650118
      Change-Id: I45c55b26684c0c50d721a05b81c5f8a0c092400f
      e33c2b24
  7. 04 Apr, 2022 1 commit
    • Derek Mauro's avatar
      Use the Abseil flags library when Abseil is present · 25dcdc7e
      Derek Mauro authored
      When built with `--define=absl=1` under Bazel, GoogleTest
      flags use ABSL_FLAG instead of GoogleTest's own implementation.
      
      There are some minor behavior differences in this mode.
      
      The most notable difference is that unrecognized flags result
      in a flag parsing error, and are not returned to the user though
      a modified argc/argv, unless they appear after the positional
      argument delimiter ("--").
      
      For example, to pass a non-Abseil flag, you would have to do
      ./mytest --gtest_color=false -- --myflag=myvalue
      
      The documentation at https://abseil.io/docs/cpp/guides/flags
      may be helpful in understanding the behavior.
      
      There are some other minor differences. For example,
      passing --help results in the program returning 1 instead of 0.
      
      https://github.com/google/googletest/issues/3646
      
      PiperOrigin-RevId: 439312700
      Change-Id: Id696a25f50f24a5b1785c45ca8fa59794f86fd5c
      25dcdc7e
  8. 17 Sep, 2021 1 commit
  9. 22 Jul, 2021 1 commit
    • dmauro's avatar
      Googletest export · 56e4b1a5
      dmauro authored
      Run buildifier on WORKSPACE
      Fixes #3483
      
      PiperOrigin-RevId: 385610473
      56e4b1a5
  10. 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
  11. 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
  12. 14 Oct, 2020 1 commit
    • dmauro's avatar
      Googletest export · 7e7e9442
      dmauro authored
      Stop using master.zip to make the build reproducible
      
      PiperOrigin-RevId: 337102716
      7e7e9442
  13. 19 Aug, 2019 1 commit
    • misterg's avatar
      Googletest export · c9ccac7c
      misterg authored
      Stop depending on the abseil master
      
      PiperOrigin-RevId: 264210838
      c9ccac7c
  14. 16 Aug, 2019 1 commit
    • misterg's avatar
      Googletest export · 27e17f78
      misterg authored
      Stop depending on the abseil master
      
      PiperOrigin-RevId: 263789087
      27e17f78
  15. 07 Aug, 2019 1 commit
  16. 03 Dec, 2018 1 commit
  17. 30 Jan, 2018 1 commit
  18. 10 Aug, 2017 2 commits
  19. 01 Aug, 2017 1 commit
    • misterg's avatar
      WIP · f63e2a14
      misterg authored
      f63e2a14