OLD | NEW |
---|---|
(Empty) | |
1 Name: re2 - an efficient, principled regular expression library | |
2 Short Name: re2 | |
3 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)
| |
4 Version: 83:c79416ca4228 | |
5 Date: 2012-06-20 | |
6 Revision: 83:c79416ca4228 | |
7 License: BSD 3-Clause License | |
8 License File: LICENSE | |
9 Security Critical: yes | |
10 | |
11 Description: | |
12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular | |
13 expression engines like those used in PCRE, Perl, and Python. | |
14 | |
15 Local Modifications (to be applied in this order): | |
16 - 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.
| |
17 - Support for Windows (re2-msvc9-chrome.patch) | |
18 - Remove valgrind specific code that exists in chromium already | |
19 (remove-valgrind-code.patch) | |
OLD | NEW |