- 04 Apr, 2022 1 commit
-
-
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
-
- 17 Sep, 2021 1 commit
-
-
Vertexwahn authored
-
- 22 Jul, 2021 1 commit
-
-
dmauro authored
Run buildifier on WORKSPACE Fixes #3483 PiperOrigin-RevId: 385610473
-
- 02 Jun, 2021 1 commit
-
-
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
-
- 04 Mar, 2021 1 commit
-
-
Abseil Team authored
Format WORKSPACE and googlemock/test/BUILD.bazel using buildifier PiperOrigin-RevId: 360913861
-
- 14 Oct, 2020 1 commit
-
-
dmauro authored
Stop using master.zip to make the build reproducible PiperOrigin-RevId: 337102716
-
- 19 Aug, 2019 1 commit
-
-
misterg authored
Stop depending on the abseil master PiperOrigin-RevId: 264210838
-
- 16 Aug, 2019 1 commit
-
-
misterg authored
Stop depending on the abseil master PiperOrigin-RevId: 263789087
-
- 07 Aug, 2019 1 commit
-
-
Yannic Bonenberger authored
Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
-
- 03 Dec, 2018 1 commit
-
-
Gennadiy Civil authored
Need this for bazel change
-
- 30 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 10 Aug, 2017 2 commits
-
-
Gennadiy Civil authored
Remove comments
-
misterg authored
-
- 01 Aug, 2017 1 commit
-
-
misterg authored
-