penmetsaa
c4cd5e0321
Update URL for libphonenumber on GitHub. ( #2362 )
7 years ago
Josh Cockrell
067d7d0194
Change troubleshooting CMake on mac Protobuf path to .dylib ( #2247 )
Change troubleshooting CMake on mac Protobuf path to .dylib
7 years ago
lararennie
1a513f6477
Fixing code.google.com links to point to github instead ( #2235 )
7 years ago
Felix Yan
9040229c15
Fix a typo in cpp/README ( #1735 )
9 years ago
Keghani Kouzoujian
ab5df263eb
Update Visual Studio documentation ( #1597 )
9 years ago
Keghani Kouzoujian
d90cd60080
Update wording of "Replace XXX" instruction in cpp/README.
10 years ago
Keghani Kouzoujian
5415fca794
Add protobuf-compiler to GNU/Linux manual installation instructions
10 years ago
Keghani Kouzoujian
40f3fe0ca6
Add cmake Mac flag to enable Linux builds at lower cmake versions.
This is similar to the fix of #822 .
Also update README to cover Mac installation.
This rolls back the cmake minimum version bump in #975 since it was
backwards-incompatible, and the following #984 . Not expected to cause
any new user-facing regressions, but expected to solve any that were
introduced with #975 .
10 years ago
David Beaumont
a34ddc9a20
adding test command to README
11 years ago
David Beaumont
14dc215cea
Reworking the Linux parts of the doc to be simpler and only give advice
that can be followed easily (the re2 stuff with Mercurial was removed
because it's a rat-hole and currently needs a manual patch to the sources
which is not something that this document should be trying to describe.
11 years ago
Lara Scheidegger
fdabe14ad8
CPP v6.2 plus README update
12 years ago
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