• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Code obtained via
2-----------------
3hg clone https://re2.googlecode.com/hg re2
4
5Version
6-------
7
8hg identify
92d252384c5e8 tip
10
11Changes required to build using stlport on Android as follows (full diff)
12-------------------------------------------------------------------------
13diff -r ./re2/parse.cc /home/idh/temp9/re2/re2/parse.cc
1419d18
15< #include <ctype.h>
16diff -r ./re2/re2.cc /home/idh/temp9/re2/re2/re2.cc
1713d12
18< #include <ctype.h>
19Only in /home/idh/temp9/re2/re2: testing
20diff -r ./util/util.h /home/idh/temp9/re2/util/util.h
2143,48c43
22< #if defined(ANDROID)
23<
24< #include <unordered_set>
25< using std::tr1::unordered_set;
26<
27< #elif defined(__GNUC__) && !defined(USE_CXX0X)
28---
29> #if defined(__GNUC__) && !defined(USE_CXX0X)
30