Skip to content

Commit 01ee1bf

Browse files
Roll external/googletest/ b10fad38c..76bb2afb8 (1 commit) (KhronosGroup#5485)
* Roll external/googletest/ b10fad38c..7c07a8636 (12 commits) google/googletest@b10fad3...7c07a86 $ 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) google/re2@7e0c1a9...c042630 $ 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) KhronosGroup/SPIRV-Headers@1c6bb27...bdd1b2a $ git log 1c6bb2743..bdd1b2ab1 --date=short --no-merges --format='%ad %ae %s' 2024-01-10 gleese Reserve an FPFastMathMode bit (KhronosGroup#401) 2024-01-10 49699333+dependabot[bot] Bump the github-actions group with 1 update (KhronosGroup#400) 2024-01-10 89833130+rjodinchr Publish the header for the vulkan-shader-profiler embedded reflection… (KhronosGroup#398) 2024-01-03 dmitry.sidorov Upstream tokens for SPV_INTEL_masked_gather_scatter (KhronosGroup#391) 2024-01-03 joycebrum feat: Create dependabot.yml (KhronosGroup#397) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
1 parent 36be541 commit 01ee1bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ vars = {
77

88
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
99

10-
'googletest_revision': 'b10fad38c4026a29ea6561ab15fc4818170d1c10',
10+
'googletest_revision': '7c07a863693b0c831f80473f7c6905d7e458682c',
1111

1212
# Use protobufs before they gained the dependency on abseil
1313
'protobuf_revision': 'v21.12',
1414

15-
're2_revision': '7e0c1a9e2417e70e5f0efc323267ac71d1fa0685',
16-
'spirv_headers_revision': '1c6bb2743599e6eb6f37b2969acc0aef812e32e3',
15+
're2_revision': 'c042630ed8f94c32106d92a6a8deb192dabe558d',
16+
'spirv_headers_revision': 'bdd1b2ab1f03e616047bbcf8971157dccd50c792',
1717
}
1818

1919
deps = {

0 commit comments

Comments
 (0)