Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2022-10-12 16:29:43 +0300
committerDiego Novillo <dnovillo@google.com>2022-10-12 16:29:43 +0300
commita25a9d0b5e05bedcb1c78ba25fe61366cec3c8aa (patch)
treeb074195ba3c542325e625d6b09f20ad62fb00430
parent59043d17762ae0562480d51ca2db71b1bcb5a6ef (diff)
Roll external/re2/ 5723bb895..d2836d1b1 (11 commits)
https://github.com/google/re2/compare/5723bb895031...d2836d1b1c34 $ git log 5723bb895..d2836d1b1 --date=short --no-merges --format='%ad %ae %s' 2022-10-10 jimquinn custom comparator for prefilter exact strings 2022-10-06 jimquinn reduce string copies in prefilter 2022-09-14 junyer Update Unicode data to 15.0.0. 2022-08-26 junyer Add Clang 15 to the build matrix. 2022-08-24 junyer Document why `RE2` objects are neither copyable nor movable. 2022-08-08 junyer Address some more `-Wunreachable-code` warnings. 2022-08-05 junyer Attempt to address some `-Wunreachable-code` warnings. 2022-08-04 junyer Remove the use of `six` from `unicode.py`. 2022-08-03 junyer Remove guards for SWIG. 2022-06-03 hannahshisfb fix 64 to 32 bit clang conversion warning 2022-05-31 junyer Optimise the layout of the `RE2` class. Created with: roll-dep external/re2
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 051a5be83..e054df447 100644
--- a/DEPS
+++ b/DEPS
@@ -5,7 +5,7 @@ vars = {
'effcee_revision': '35912e1b7778ec2ddcff7e7188177761539e59e0',
'googletest_revision': 'd9bb8412d60b993365abb53f00b6dad9b2c01b62',
- 're2_revision': '5723bb8950318135ed9cf4fc76bed988a087f536',
+ 're2_revision': 'd2836d1b1c34c4e330a85a1006201db474bf2c8a',
'spirv_headers_revision': '4bd8fc0c8c266ecc6fc50193e65fe6a2fff8e4bc',
}