From 01ee1bf317611f52c8d3f2eb0fc451d266f826ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:59:38 +0000 Subject: [PATCH] Roll external/googletest/ b10fad38c..76bb2afb8 (1 commit) (#5485) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Roll external/googletest/ b10fad38c..7c07a8636 (12 commits) https://github.com/google/googletest/compare/b10fad38c402...7c07a863693b $ git log b10fad38c..7c07a8636 --date=short --no-merges --format='%ad %ae %s' 2024-01-09 dmauro Update CI builds to use Bazel 7.0.0 2024-01-09 absl-team Add a note about argv requiring NULL termination. 2024-01-09 krzysio Disable -Wfloat-equal in AppropriateResolution(). 2023-12-28 absl-team Accept move-only callables in `InvokeArguments` 2023-12-22 absl-team Minor documentation correction. 2023-12-19 dmauro Fix broken links in primer.md 2023-12-18 absl-team Fix data race in leak detection 2023-12-12 absl-team Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT` 2023-12-11 tomhughes Remove unnecessary conversion 2023-12-04 dmauro Skip find_package(Python3) when not building tests 2023-12-01 tamas.kenez Allow using external absl and re2. 2023-11-27 absl-team Implement `testing::Rethrow` to throw exceptions more easily via `std::exception_ptr` Created with: roll-dep external/googletest * Roll external/re2/ 7e0c1a9e2..c042630ed (5 commits) https://github.com/google/re2/compare/7e0c1a9e2417...c042630ed8f9 $ git log 7e0c1a9e2..c042630ed --date=short --no-merges --format='%ad %ae %s' 2023-12-22 junyer Report `kRegexpBadPerlOp` for look-behind assertions. 2023-12-14 junyer Delete the `AUTHORS` and `CONTRIBUTORS` files. 2023-12-14 junyer We don't need to set `--enable_bzlmod` anymore. 2023-12-12 junyer Fix an old bug that can manifest during factoring. 2023-12-11 olivier.mengue doc/mksyntaxgo: add Go doc links Created with: roll-dep external/re2 * Roll external/spirv-headers/ 1c6bb2743..bdd1b2ab1 (5 commits) https://github.com/KhronosGroup/SPIRV-Headers/compare/1c6bb2743599...bdd1b2ab1f03 $ git log 1c6bb2743..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s' 2024-01-10 gleese Reserve an FPFastMathMode bit (#401) 2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (#400) 2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (#398) 2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (#391) 2024-01-03 joycebrum feat: Create dependabot.yml (#397) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <> --- DEPS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a27f4fca1..883d6b644 100644 --- a/DEPS +++ b/DEPS @@ -7,13 +7,13 @@ vars = { 'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c', - 'googletest_revision': 'b10fad38c4026a29ea6561ab15fc4818170d1c10', + 'googletest_revision': '7c07a863693b0c831f80473f7c6905d7e458682c', # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v21.12', - 're2_revision': '7e0c1a9e2417e70e5f0efc323267ac71d1fa0685', - 'spirv_headers_revision': '1c6bb2743599e6eb6f37b2969acc0aef812e32e3', + 're2_revision': 'c042630ed8f94c32106d92a6a8deb192dabe558d', + 'spirv_headers_revision': 'bdd1b2ab1f03e616047bbcf8971157dccd50c792', } deps = {