Home | History | Annotate | Download | only in regex-re2
      1 Code obtained via
      2 -----------------
      3 hg clone https://re2.googlecode.com/hg re2
      4 
      5 Version
      6 -------
      7 
      8 hg identify
      9 2d252384c5e8 tip
     10 
     11 Changes required to build using stlport on Android as follows (full diff)
     12 -------------------------------------------------------------------------
     13 diff -r ./re2/parse.cc /home/idh/temp9/re2/re2/parse.cc
     14 19d18
     15 < #include <ctype.h>
     16 diff -r ./re2/re2.cc /home/idh/temp9/re2/re2/re2.cc
     17 13d12
     18 < #include <ctype.h>
     19 Only in /home/idh/temp9/re2/re2: testing
     20 diff -r ./util/util.h /home/idh/temp9/re2/util/util.h
     21 43,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