Commit 7f20fef1 authored by Paul Wankadia's avatar Paul Wankadia Committed by Commit Bot

Roll src/third_party/re2/src/ 67bce690d..ab12219ba (35 commits)

https://chromium.googlesource.com/external/github.com/google/re2.git/+log/67bce690decd..ab12219ba56a

$ git log 67bce690d..ab12219ba --date=short --no-merges --format='%ad %ae %s'
2019-10-13 junyer Fix the regexp_benchmark build with GNU make.
2019-10-11 junyer Oops, wrap a couple of lines.
2019-10-11 junyer Read flags using the GetFlag() style.
2019-10-11 junyer Make flags use the DEFINE_FLAG() style.
2019-10-11 junyer Remove a condition from exhaustive1_test.cc that is no longer needed.
2019-10-11 junyer Move util/flags.h into the testing target.
2019-10-11 junyer Don't declare testing::TempDir() in dump.cc itself.
2019-10-11 junyer Split out the fake testing::MallocCounter into its own file.
2019-10-11 junyer Remove the fake test_tmpdir flag in favour of testing::TempDir().
2019-10-10 junyer Remove the comment on NumCPUs().
2019-10-10 junyer Call .range(0) explicitly rather than just .range().
2019-10-10 junyer Move NumCPUs() into regexp_benchmark.cc.
2019-10-10 junyer Migrate to the new benchmark API.
2019-10-10 junyer Implement the new benchmark API as a layer over the old benchmark API.
2019-10-09 junyer Tidy up the ersatz benchmark library.
2019-10-07 junyer Move pod_array.h and sparse_{array,set}.h from util/ to re2/.
2019-08-26 junyer Partial revert of commit 7a10064.
2019-08-26 junyer Adjust a thread annotation.
2019-08-13 milkovic.marek Improvements in install target generated by CMake
2019-08-26 junyer Simplify the plumbing for re2.pc.
2019-08-19 junyer Add Clang 9 to the Travis CI matrix.
2019-08-19 junyer Don't assume that iterators are just pointers.
2019-08-18 junyer No, it was right before. Try the /cygdrive form.
2019-08-18 junyer Try under 'C:\Program Files (x86)' instead. Sigh.
2019-08-18 junyer Ensure that CMake is in the path on Windows.
2019-08-18 junyer Comment on why we pin to Visual Studio 2015.
2019-08-18 junyer Attempt to avoid VCVARSALL.BAT breakage entirely.
2019-08-18 junyer Attempt to address VCVARSALL.BAT breakage. Sigh.
2019-08-18 junyer Argh. Try a different flag.
2019-08-18 junyer Try to upgrade Bazel harder on Windows.
2019-08-18 junyer Upgrade Bazel before trying to build with it.
2019-08-18 junyer Switch to Starlark for C++ rules.
2019-08-15 junyer Configure Kokoro to run CMake builds on Ubuntu.
2019-08-15 junyer Configure CMake to require version 3.5.1, which is what Xenial has.
2019-08-15 junyer Upgrade Travis CI from Trusty to Xenial.

Created with:
  roll-dep src/third_party/re2/src

R=mmoroz@chromium.org

Change-Id: I2ecc4256aae4bb5ea7766857e2ed53bd5f624b79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861714
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706417}
parent 7e73a3b4
...@@ -1366,7 +1366,7 @@ deps = { ...@@ -1366,7 +1366,7 @@ deps = {
}, },
'src/third_party/re2/src': 'src/third_party/re2/src':
Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + '67bce690decdb507b13e14050661f8b9ebfcfe6c', Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'ab12219ba56a47200385673446b5d371548c25db',
'src/third_party/r8': { 'src/third_party/r8': {
'packages': [ 'packages': [
......
...@@ -34,6 +34,8 @@ static_library("re2") { ...@@ -34,6 +34,8 @@ static_library("re2") {
"src/re2/set.cc", "src/re2/set.cc",
"src/re2/set.h", "src/re2/set.h",
"src/re2/simplify.cc", "src/re2/simplify.cc",
"src/re2/sparse_array.h",
"src/re2/sparse_set.h",
"src/re2/stringpiece.cc", "src/re2/stringpiece.cc",
"src/re2/stringpiece.h", "src/re2/stringpiece.h",
"src/re2/tostring.cc", "src/re2/tostring.cc",
...@@ -47,8 +49,6 @@ static_library("re2") { ...@@ -47,8 +49,6 @@ static_library("re2") {
"src/util/mix.h", "src/util/mix.h",
"src/util/mutex.h", "src/util/mutex.h",
"src/util/rune.cc", "src/util/rune.cc",
"src/util/sparse_array.h",
"src/util/sparse_set.h",
"src/util/strutil.cc", "src/util/strutil.cc",
"src/util/strutil.h", "src/util/strutil.h",
"src/util/utf.h", "src/util/utf.h",
......
Name: re2 - an efficient, principled regular expression library Name: re2 - an efficient, principled regular expression library
Short Name: re2 Short Name: re2
URL: https://github.com/google/re2 URL: https://github.com/google/re2
Version: db20d46c05900a12539225fe800dd860b14e0061 Version: ab12219ba56a47200385673446b5d371548c25db
Date: 2017-02-22 Date: 2019-10-15
License: BSD 3-Clause License: BSD 3-Clause
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment