Fix the issue of cursor's device scale factor when using monitors with differnt devic...
[chromium-blink-merge.git] / third_party / re2 / README.chromium
blobac5da6de0ff556f080a50bd4580dd7ad7999767f
1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2
3 URL: http://code.google.com/p/re2/
4 Version: 401ab4168e8e
5 Date: 2012-06-20
6 Revision: 97:401ab4168e8e
7 License: BSD 3-Clause License
8 License File: LICENSE
9 Security Critical: yes
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.
15 Local Modifications (to be applied in this order):
16 - Rename POSIX configuration (patches/rename-posix-option.patch)
17 - Remove valgrind specific code that exists in chromium already
18   (patches/remove-valgrind-code.patch)
19 - Fix an implicit conversion from NULL to false
20   (patches/fix-implicit-conversion.patch)
21 - Support for Windows (patches/re2-msvc9-chrome.patch)
22 - Support Android (patches/re2-android.patch)
23 - Remove testinstall.cc because it lacks a license header and remove executable
24   bit from non-executable .py file.
25   (patches/remove-testinstall.cc-and-fix-filepermissions.patch)
26 - Remove static initializers (patches/remove-static-initializers.patch)