Philippe Liard
c2f2752b54
CPP: Add suport for thread-safety on Linux and Mac in non-Boost base/.
This is needed for Chrome on Android which is the only Chrome port that
requires thread-safety.
R=lararennie@google.com
Review URL: https://codereview.appspot.com/10244046
13 years ago
Philippe Liard
b8a13bf0a0
CPP: Make use of alternate format controlled at compile time.
This is needed to use a recent revision of libphonenumber in Chromium without
building with alternate formats.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/9215046
13 years ago
Philippe Liard
9f0d77efd0
CPP: Make libphonenumber depend on its own base/ when it's used in Chromium.
This is done by adding a USE_BOOST compile time flag that is enabled by default
when the library is compiled with CMake (mainly for external users).
In Chromium, the library will be built without the USE_BOOST compile time flag.
Instead the NO_THREAD_SAFETY flag will have to be provided so that the minimal
non-thread-safe subset of base will be used.
This is possible since libphonenumber is only used from the UI thread in
Chromium.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/8859052
13 years ago
Fredrik Roubert
41448d3121
Updated README: Current version information for Ubuntu packages.
Review URL: https://codereview.appspot.com/6601046
13 years ago
David Beaumont
1b31d8ef6f
Updated README: Added trouble shooting instructions for library issues and improved ICU installation instructions
14 years ago
Philippe Liard
b9a0d78294
CPP: Add Windows instructions to the README file.
Review URL: http://codereview.appspot.com/5451062
14 years ago
Philippe Liard
ae165b181b
CPP: Update README file.
Review URL: http://codereview.appspot.com/5448055
14 years ago
Philippe Liard
7b30af6d59
CPP: Add phonenumbermatcher.
14 years ago
Fredrik Roubert
9d19c7e485
CPP:Update README on ICU version.
15 years ago
Philip Liard
486cbd90fd
CPP: Get rid of base/ platform-specific sources and rely on Boost instead.
15 years ago
Philip Liard
6992133def
CPP:Build shared library for C++, and fix gcc 4.4 build.
15 years ago
Philip Liard
b36c48fc55
TOOLS: Add capability to generate lite_metadata, added namespaces to metadata, added build tools jar.
15 years ago
Shaopeng Jia
4628c708f8
Cpp:Update README with better documentation for protocol buffer dependency.
15 years ago
Philip Liard
ff0ef17886
Cpp:Improves dependency detection in CMakeLists.txt and update Readme.
15 years ago
Philip Liard
8e7e1b9021
Cpp:Adding steps on getting ICU into README.
15 years ago
Philip Liard
a3802a3368
Checking in README, Makefile and dependencies of C++ version of libphonenumber.
15 years ago