aboutsummaryrefslogtreecommitdiff
path: root/README.android
blob: 453cd80aee583747edd4fdb0a0608af532e57132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Code obtained via
-----------------
hg clone https://re2.googlecode.com/hg re2

Version
-------

hg identify
2d252384c5e8 tip

Changes required to build using stlport on Android as follows (full diff)
-------------------------------------------------------------------------
diff -r ./re2/parse.cc /home/idh/temp9/re2/re2/parse.cc
19d18
< #include <ctype.h>
diff -r ./re2/re2.cc /home/idh/temp9/re2/re2/re2.cc
13d12
< #include <ctype.h>
Only in /home/idh/temp9/re2/re2: testing
diff -r ./util/util.h /home/idh/temp9/re2/util/util.h
43,48c43
< #if defined(ANDROID)
< 
< #include <unordered_set>
< using std::tr1::unordered_set;
< 
< #elif defined(__GNUC__) && !defined(USE_CXX0X)
---
> #if defined(__GNUC__) && !defined(USE_CXX0X)