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

Unified Diff: third_party/re2/README.chromium

Issue 10575037: Include RE2 library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Less intrusive fix for Android Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/README ('k') | third_party/re2/benchlog/benchlog.c2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/README.chromium
diff --git a/third_party/re2/README.chromium b/third_party/re2/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..f11a8bed504eee0367aed139d6b21fc55cc3792f
--- /dev/null
+++ b/third_party/re2/README.chromium
@@ -0,0 +1,22 @@
+Name: re2 - an efficient, principled regular expression library
+Short Name: re2
+URL: http://code.google.com/p/re2/
+Version: 83:c79416ca4228
+Date: 2012-06-20
+Revision: 83:c79416ca4228
+License: BSD 3-Clause License
+License File: LICENSE
+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):
+- Dropped POSIX configuration (patches/remove-posix-option.patch)
+- Support for Windows (patches/re2-msvc9-chrome.patch)
+- Remove valgrind specific code that exists in chromium already
+ (patches/remove-valgrind-code.patch)
+- Fix an implicit conversion from NULL to false
+ (patches/fix-implicit-conversion.patch)
+- Support Android (re2-android.patch)
« no previous file with comments | « third_party/re2/README ('k') | third_party/re2/benchlog/benchlog.c2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698