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

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

Issue 10575037: Include RE2 library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed windows include dirs Created 8 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2
3 URL: http://code.google.com/p/re2/
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:
16 - Dropped POSIX configuration (remove-posix-option.patch)
17 - Support for Windows (re2-msvc9-chrome.patch)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698