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..4a42f8e3325c91b3471d4a289a3f96aac267d751 |
--- /dev/null |
+++ b/third_party/re2/README.chromium |
@@ -0,0 +1,19 @@ |
+Name: re2 - an efficient, principled regular expression library |
+Short Name: re2 |
+URL: http://code.google.com/p/re2/ |
Mark Mentovai
2012/07/19 16:30:06
Don’t we already have more than one RE library in
battre
2012/07/19 16:39:06
We have already 2 RE libraries (ICU and one in V8)
|
+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 (remove-posix-option.patch) |
Mark Mentovai
2012/07/24 14:56:29
Do you want to put the patches into their own dire
battre
2012/07/24 16:24:07
Done.
|
+- Support for Windows (re2-msvc9-chrome.patch) |
+- Remove valgrind specific code that exists in chromium already |
+ (remove-valgrind-code.patch) |