Philippe Liard
|
31b159870d
|
CPP: Implement AreaCodeMap and DefaultMapStorage.
|
14 years ago |
Philippe Liard
|
76cdd63571
|
CPP: Support ICU versions built without support for std::string.
This is the case on Android.
|
14 years ago |
Philippe Liard
|
4e11857f14
|
CPP: libphonenumber 4.8.
|
14 years ago |
Philippe Liard
|
8471f0f230
|
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
|
14 years ago |
Philippe Liard
|
e858b09822
|
CPP: Fix CMakeLists to require Boost datetime needed by Boost thread.
This also makes the library link with the Boost static libs on Windows.
Review URL: http://codereview.appspot.com/5430053
|
14 years ago |
Philippe Liard
|
39890054ff
|
CPP: libphonenumber 4.2.
Review URL: http://codereview.appspot.com/5372051
|
14 years ago |
Philippe Liard
|
42b959f261
|
JAVA,CPP: libphonenumber 4.1.
Review URL: http://codereview.appspot.com/5303049
|
14 years ago |
Philippe Liard
|
a1f02fef5a
|
CPP: Don't add GCC flags and don't link with pthread on WIN32.
Review URL: http://codereview.appspot.com/5302049
|
14 years ago |
Philippe Liard
|
00239dfb50
|
CPP: Update version number in CMakeLists and Debian changelog
Review URL: http://codereview.appspot.com/5246059
|
14 years ago |
Fredrik Roubert
|
2aae9f7da1
|
CPP: Update version number in CMakeLists and changelog.
|
14 years ago |
Philippe Liard
|
7b30af6d59
|
CPP: Add phonenumbermatcher.
|
14 years ago |
Philippe Liard
|
4bffe68fe1
|
CPP: Add AsYouTypeFormatter (port from Java).
|
14 years ago |
thestig
|
2f03208d02
|
Cpp: Move scoped_ptr.h to memory folder.
|
15 years ago |
Fredrik Roubert
|
b5a2505a03
|
PROJECT: Add rules for building Debian packages.
|
15 years ago |
Philippe Liard
|
b59d9080ab
|
Changing license to Libphonenumber Authors.
|
15 years ago |
Philippe Liard
|
33a02e4e4f
|
CPP: Fix bug in installation step and add test to the continuous integration script.
|
15 years ago |
Philippe Liard
|
b75a1365cb
|
CPP: Make pkg-config check non-fatal.
|
15 years ago |
Philippe Liard
|
1cfd1ab72d
|
CPP: Move unit tests to the test directory.
|
15 years ago |
Philippe Liard
|
908c75a437
|
CPP: Add AbstractRegExpFactory to allow the use of both ICU Regex and RE2.
|
15 years ago |
Philippe Liard
|
12367cd828
|
CPP: Move base/singleton.h to base/memory/singleton.h
|
15 years ago |
Philippe Liard
|
d4648520d2
|
CPP: Use map instead of deprecated hash_map when unordered_map is not available.
|
15 years ago |
Philippe Liard
|
32b0fe6a0e
|
CPP: Move non-base source code to src/phonenumbers/
|
15 years ago |
Philippe Liard
|
c37c4058d1
|
CPP: Refactor logging code to support LOG/VLOG.
|
15 years ago |
Philippe Liard
|
ab607ff373
|
CPP: Add install rules to CMakeLists to support make install.
|
15 years ago |
Philip Liard
|
486cbd90fd
|
CPP: Get rid of base/ platform-specific sources and rely on Boost instead.
|
15 years ago |
Philip Liard
|
2fab8cc67d
|
CPP:Improve CMakeLists to not build a shared library when RE2 is used and not available as a shared library.
|
15 years ago |
Philip Liard
|
c4b2cced6f
|
CPP:Fix CMakeLists regarding version check for library dependencies.
|
15 years ago |
bgertzfield
|
3559f603ad
|
CPP:Build shared library for C++, and fix gcc 4.4 build.
|
15 years ago |
Philip Liard
|
5f368993d8
|
CPP: Changing reg-ex implementation to use ICU by default instead of RE2. To continue to use RE2, see the README file
for instructions.
|
15 years ago |
Philip Liard
|
50dd7cb367
|
CPP: Small fix to CMakeLists.txt.
|
15 years ago |
Philip Liard
|
791ec35368
|
CPP: Adding a reg-ex adapter implementation for RE2.
|
15 years ago |
Philip Liard
|
5d91592bb7
|
CPP: Fixing bug when building the project in paths containing a space.
|
15 years ago |
Philip Liard
|
b36c48fc55
|
TOOLS: Add capability to generate lite_metadata, added namespaces to metadata, added build tools jar.
|
15 years ago |
bgertzfield
|
108ef989fe
|
Cpp:Make libphonenumber compile on iOS and Mac OS X.
|
15 years ago |
bgertzfield
|
5b4c8d8774
|
Fix UnicodeText const_iterator to make it work for MacOS.
|
15 years ago |
Philip Liard
|
1e9666d505
|
TOOLS: Update CMakeLists to auto-generate metadata for C++.
|
15 years ago |
Philip Liard
|
e139cb59e7
|
CPP: Switch protobuff to lite and add Equals method.
|
15 years ago |
Shaopeng Jia
|
89afd0ce62
|
C++: Modify CMakeLists to fix issue 28.
|
15 years ago |
Philip Liard
|
ba1b09a70a
|
CPP: Removing proto files from cpp/src.
|
15 years ago |
Philip Liard
|
0ba7c3c6b9
|
Cpp: Refactored CMakeLists.
|
15 years ago |
Philip Liard
|
0be6a31e1d
|
Cpp:Add protobuf version check.
|
15 years ago |
Philip Liard
|
ff0ef17886
|
Cpp:Improves dependency detection in CMakeLists.txt and update Readme.
|
15 years ago |
Philip Liard
|
7770938a12
|
Cpp: adding ARM support to CMakeLists.
|
15 years ago |
Philip Liard
|
8505b3840d
|
Update phonenumber proto and logging.
|
15 years ago |
Fredrik Roubert
|
0b344eff88
|
Adding dummy RE2Cache interface.
|
15 years ago |
Philip Liard
|
dbb360c89e
|
Adding light StrCat and SimpleItoa and tests.
|
15 years ago |
Philip Liard
|
a3802a3368
|
Checking in README, Makefile and dependencies of C++ version of libphonenumber.
|
15 years ago |