Chromium Code Reviews| Index: third_party/re2/README.chromium |
| diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium |
| index 3522d4c85da53eefbde24591383208c1e861511a..2de2b9e59636ca42d29f437be8879938d7b0ad37 100644 |
| --- a/third_party/re2/README.chromium |
| +++ b/third_party/re2/README.chromium |
| @@ -1,9 +1,8 @@ |
| Name: re2 - an efficient, principled regular expression library |
| Short Name: re2 |
| URL: https://github.com/google/re2 |
| -Version: 7f91923f3ad4 |
| -Date: 2012-06-20 |
| -Revision: 100:7f91923f3ad4 |
| +Version: dba3349aba83b5588e85e5ecf2b56c97f2d259b7 |
| +Date: 2015-12-10 |
| License: BSD 3-Clause |
| License File: LICENSE |
| Security Critical: yes |
| @@ -11,24 +10,3 @@ Security Critical: yes |
| Description: |
| RE2 is a fast, safe, thread-friendly alternative to backtracking regular |
| expression engines like those used in PCRE, Perl, and Python. |
| - |
| -Local Modifications (to be applied in this order): |
| -- Remove valgrind specific code that exists in chromium already |
| - (patches/remove-valgrind-code.patch) |
|
tfarina
2015/12/12 13:01:24
base/third_party/dynamic_annotations/dynamic_annot
battre
2015/12/12 13:45:05
All uses of ANNOTATE_ macros have been removed ups
|
| -- Support for Windows (patches/re2-msvc9-chrome.patch) |
| -- Support Android (patches/re2-android.patch) |
|
tfarina
2015/12/12 13:01:24
OS_ANDROID isn't necessary in util/util.h anymore?
battre
2015/12/12 13:45:05
I fully relied on the trybots here that were happy
|
| -- Remove static initializers (patches/remove-static-initializers.patch) |
| -- Support libcxx (patches/re2-libcxx.patch) |
|
tfarina
2015/12/12 13:01:24
isn't this necessary now because Android moved fro
battre
2015/12/12 13:45:05
See above. I relied on the trybots.
|
| - https://code.google.com/p/re2/issues/detail?id=76 |
| -- Memory optimization for filtered trees |
| - (patches/re2-memory-optimization.patch) |
| -- Prevent unwanted reports from MemorySanitizer. Note: there's an upstream fix |
| - for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered |
| - ineffective by patches/remove-valgrind-code.patch |
| - (patches/re2-msan.patch) |
| -- Remove comparisons of this with NULL, merges upstream b92ce81f1e25 |
| -- Let COMPILE_ASSERT use static_assert if available, merges upstream |
| - 2225f94df8ec |
| -- Merge upstream cc56ba02d9d2bdafa614ad5ebf564dde287625bb. |
| -- Suppress more unwanted reports from MemorySanitizer. |
| - (patches/sparse-array-valgrind.patch) |
|
tfarina
2015/12/12 13:01:24
was this upstreamed? really? reilly just did https
battre
2015/12/12 13:45:05
This is really's patch in Chrome: https://coderevi
|