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

Side by Side Diff: third_party/re2/README

Issue 10575037: Include RE2 library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed valgrind specific code that is in Chromium already 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is the source code repository for RE2, a regular expression library.
2
3 For documentation about how to install and use RE2,
4 visit http://code.google.com/p/re2/.
5
6 The short version is:
7
8 make
9 make test
10 make install
11 make testinstall
12
13 Unless otherwise noted, the RE2 source files are distributed
14 under the BSD-style license found in the LICENSE file.
15
16 RE2's native language is C++.
17 An Inferno wrapper is at http://code.google.com/p/inferno-re2/.
18 A Python wrapper is at http://github.com/facebook/pyre2/.
19 A Ruby wrapper is at http://github.com/axic/rre2/.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698