Skip to content

Commit

Permalink
Roll external/re2/ ed9fc269e..d00d1e937 (2 commits) (KhronosGroup#5589)
Browse files Browse the repository at this point in the history
* Roll external/googletest/ 5df0241ea..b479e7a3c (11 commits)

google/googletest@5df0241...b479e7a

$ git log 5df0241ea..b479e7a3c --date=short --no-merges --format='%ad %ae %s'
2024-03-11 dcheng Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.
2024-03-07 absl-team Reland: Optimize Google Test process startup
2024-03-05 absl-team Revert Optimize Google Test process startup
2024-03-05 absl-team Optimize Google Test process startup
2024-02-29 absl-team Accept one-shot callables in InvokeArgument.
2024-02-27 absl-team Reland google/googletest@9756ee7
2024-02-27 absl-team Make sure that current_test_suite and current_test_info are mutex-protected while writing for thread-safety.
2024-02-23 tmiguelf Fixed gcc linker error 58
2024-02-22 absl-team Revert incorrect update.
2024-02-21 dmauro Rollback google/googletest@9756ee7
2024-02-11 155268264+danfabo Get include dirs from target rather than global variables.

Created with:
  roll-dep external/googletest

* Roll external/re2/ dbf15a205..108914d28 (3 commits)

google/re2@dbf15a2...108914d

$ git log dbf15a205..108914d28 --date=short --no-merges --format='%ad %ae %s'
2024-03-11 junyer `p0deje/setup-bazel` has been transferred to `bazel-contrib`.
2024-03-11 junyer Add Clang 18 to the build matrix.
2024-03-07 junyer Delete an old comment.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
  • Loading branch information
github-actions[bot] authored Mar 15, 2024
1 parent e39cabc commit f74f4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ vars = {

'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',

'googletest_revision': '5df0241ea4880e5a846775d3efc8b873f7b36c31',
'googletest_revision': 'b479e7a3c161d7087113a05f8cb034b870313a55',

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

're2_revision': 'dbf15a205c5b28fe7e8c43df2e036bbf47c9cb57',
're2_revision': '108914d28a79243d4300e7e651cd0a0d5883ca0f',
'spirv_headers_revision': '8b246ff75c6615ba4532fe4fde20f1be090c3764',
}

Expand Down

0 comments on commit f74f4e7

Please sign in to comment.