Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: third_party/re2/README.chromium

Issue 564293002: Reduce diff to upstream re2 a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/re2/mswin/stdint.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: re2 - an efficient, principled regular expression library 1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2 2 Short Name: re2
3 URL: http://code.google.com/p/re2/ 3 URL: http://code.google.com/p/re2/
4 Version: 7f91923f3ad4 4 Version: 7f91923f3ad4
5 Date: 2012-06-20 5 Date: 2012-06-20
6 Revision: 100:7f91923f3ad4 6 Revision: 100:7f91923f3ad4
7 License: BSD 3-Clause License 7 License: BSD 3-Clause License
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: yes 9 Security Critical: yes
10 10
11 Description: 11 Description:
12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular 12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
13 expression engines like those used in PCRE, Perl, and Python. 13 expression engines like those used in PCRE, Perl, and Python.
14 14
15 Local Modifications (to be applied in this order): 15 Local Modifications (to be applied in this order):
16 - Remove valgrind specific code that exists in chromium already 16 - Remove valgrind specific code that exists in chromium already
17 (patches/remove-valgrind-code.patch) 17 (patches/remove-valgrind-code.patch)
18 - Support for Windows (patches/re2-msvc9-chrome.patch) 18 - Support for Windows (patches/re2-msvc9-chrome.patch)
19 - Support Android (patches/re2-android.patch) 19 - Support Android (patches/re2-android.patch)
20 - Remove static initializers (patches/remove-static-initializers.patch) 20 - Remove static initializers (patches/remove-static-initializers.patch)
21 - Rename POSIX configuration (patches/rename-posix-option.patch) 21 - Rename POSIX configuration (patches/rename-posix-option.patch)
22 - Support libcxx (patches/re2-libcxx.patch) 22 - Support libcxx (patches/re2-libcxx.patch)
23 https://code.google.com/p/re2/issues/detail?id=76 23 https://code.google.com/p/re2/issues/detail?id=76
24 - Memory optimization for filtered trees 24 - Memory optimization for filtered trees
25 (patches/re2-memory-optimization.patch) 25 (patches/re2-memory-optimization.patch)
26 - Prevent unwanted reports from MemorySanitizer. Note: there's an upstream fix 26 - Prevent unwanted reports from MemorySanitizer. Note: there's an upstream fix
27 for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered 27 for this (https://code.google.com/p/re2/issues/detail?id=77) which is rendered
28 ineffective by patches/remove-valgrind-code.patch 28 ineffective by patches/remove-valgrind-code.patch
29 (patches/re2-msan.patch) 29 (patches/re2-msan.patch)
30 - Remove comparisons of this with NULL (patches/this-null.patch), merges 30 - Remove comparisons of this with NULL, merges upstream b92ce81f1e25
31 upstream b92ce81f1e25
32 - Let COMPILE_ASSERT use static_assert if available, merges upstream 31 - Let COMPILE_ASSERT use static_assert if available, merges upstream
33 2225f94df8ec 32 2225f94df8ec
OLDNEW
« no previous file with comments | « no previous file | third_party/re2/mswin/stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698