Aravind
74c81ae3f7
Metadata updates for release 7.2.6
10 years ago
Fredrik Roubert
8653751bd0
Explicitly add dependencies on generate_geocoding_data.
This is necessary to guarantee that parallel builds will succeed, all
top-level targets that include geocoding_data.cc in their builds need
explicitly listed dependencies on generate_geocoding_data to ensure that
generation of the file has finished before it is being used.
10 years ago
lararennie
15084a993a
Fixing cmake issues:
- using reserved keyword "test" in the custom target
- bumping up the makefile version to avoid issues with policy changes
relating to rpath
10 years ago
Aravind
291006c0bf
Metadata updates for release 7.2.5
10 years ago
Aravind
847de27959
Metadata updates for release 7.2.4
10 years ago
Fredrik Roubert
86ace5112b
Set -undefined dynamic_lookup when linking on Mac OS X.
This fixes #822 .
10 years ago
Aravind Penmetsa
1de1dbf532
Metadata updates for release 7.2.3
10 years ago
Keghani Kouzoujian
47d3ddd000
Metadata updates for release 7.2.2
10 years ago
Keghani Kouzoujian
6b302e8928
Metadata updates for release 7.2.0
10 years ago
Aravind Penmetsa
7a7e07708b
Metadata updates for release 7.1.1
10 years ago
Keghani Kouzoujian
ba9a6ec733
Lower severity of warnings for messages that are less important to clients.
10 years ago
Keghani Kouzoujian
c224e3f5cd
Metadata updates for release 7.1.0
10 years ago
Keghani Kouzoujian
fb5441b887
Metadata updates for release 7.0.11
10 years ago
Mihaela Rosca
d78292d01a
Metadata updates for release 7.0.10
10 years ago
David Yonge-Mallo
994c913514
In the short number library, check that the number's country calling code matches the region it's being dialed from, when checking whether it's possible or valid, or getting its cost.
10 years ago
Keghani Kouzoujian
fae29c78c2
Metadata updates for release 7.0.9
11 years ago
Fredrik Roubert
1107e0f7ce
Replace defined(COMPILER_GCC) with defined(__GNUC__).
The preprocessor expression defined(COMPILER_GCC) is used in code copied
from the Chromium project, but COMPILER_GCC is not defined by GCC itself,
but by the following expression in Chromium's build_config.h:
#if defined(__GNUC__)
#define COMPILER_GCC 1
#elif // ...
It must therefore be changed when copying the code out of the Chromium
code base.
11 years ago
Miruna Barbu
ba95e6cdf1
Metadata updates for release 7.0.8
11 years ago
Fredrik Roubert
768e05f0bc
When using C++11, use static_assert to implement COMPILE_ASSERT.
This is a cherry-pick from the Chromium project, from where this
implementation of basictypes.h once originated:
https://chromium.googlesource.com/chromium/src/+/539fc83
11 years ago
Nico Weber
98dc5d197e
Fix Wunused-private-field warning in debug builds.
11 years ago
David Yonge-Mallo
12a4a3175a
fix NPE in ShortNumberInfo when isPossibleNumber is called on a region with no ShortNumberMetadata
11 years ago
Andy Staudacher
2614835368
Metadata updates for release 7.0.7
11 years ago
Andy Staudacher
5bee1e1ca7
Make GetRegionCodeForNumber() less verbose.
11 years ago
Andy Staudacher
0dde6f7f68
Metadata updates for release 7.0.6
11 years ago
David Beaumont
2ac52497c4
Metadata updates for release 7.0.5
11 years ago
Brendan Marry
b04fd204fa
Metadata updates for release 7.0.5
11 years ago
Cecilia Roes
d480f212d7
JAVA/CPP/JS: v7.0.4 metadata updates
11 years ago
David Hotham
84f313115f
Test scripts pass in release builds too
11 years ago
David Beaumont
a34ddc9a20
adding test command to README
11 years ago
David Beaumont
83a9d954c3
Metadata updates for release 7.0.4
11 years ago
David Beaumont
4aaceffe5b
Revert "RPM packaging"
This reverts commit df876cedb5 .
This commit broke internal builds with the error message:
----
CMake Error at CMakeLists.txt:422 (target_link_libraries):
Cannot specify link libraries for target "phonenumber" which is not built
by this project.
----
11 years ago
David Hotham
df876cedb5
RPM packaging
11 years ago
David Hotham
ec51a79c6b
Clean compile with CMAKE_BUILD_TYPE=RELEASE
11 years ago
David Yonge-Mallo
dc6b8c597e
update libphonenumber issue links from Google Code to github
11 years ago
Andy Staudacher
8d21a36506
Add comment
Follow up from change 49c2427 , copying the comment from the Java implementation to the C++ impl.
11 years ago
Andy Staudacher
49c2427627
Fix bug in AsYouTypeFormatter where we hit a IndexOutOfBoundsException in its Java implementation when extracting the Chinese national prefix 17951 and didn't reset the format template / lastMatchPosition.
Includes corresponding changes for C++ and JavaScript as well to keep the implementations in sync. (C++ and JS didn't exhibit buggy behavior because the corresponding substring methods don't throw errors for invalid start positions.)
Bugfix for https://github.com/googlei18n/libphonenumber/issues/592
11 years ago
David Yonge-Mallo
902cc6bf4c
Fully quality std::* names.
11 years ago
David Yonge-Mallo
1815a818cd
minor clean-up: remove some unused variables, add using and @Override annotations.
11 years ago
Cecilia Roes
02c9973312
JAVA/JS/CPP: v7.0.2 metadata updates.
11 years ago
David Hotham
6f11a02d9e
Clean compile 32-bit builds
11 years ago
David Hotham
edd5a527ff
Add missing header files to install
11 years ago
Jeffrey Crowell
a5b0177f07
fix handling broken unicode character hang
fix from pagespeed change https://code.google.com/p/modpagespeed/source/detail?r=4389
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
Cecilia Roes
d68e26ed55
JAVA/JS/CPP: v7.0.1 metadata updates.
11 years ago
David Beaumont
1cdd650791
Adding missing license information for the new matcher API files.
11 years ago
Cecilia Roes
dc9d9062a2
CPP: Fix build issue
11 years ago
Cecilia Roes
300ac447bd
C++: Updated Geocoder documentation and tests
11 years ago
Lara Scheidegger
b5e59c4e80
JAVA/JS/CPP:libphonenumber v7.0 last changes
11 years ago
Lara Scheidegger
ada3e9e73f
CPP/JAVA: Introducing new public APIs in ShortNumberInfo/short_number_info. Deprecating old methods. Also includes a refactoring change introducing a matcher API.
11 years ago
Lara Scheidegger
a38b838ced
Remove shortnumberutil -> all C++ clients should now be using shortnumberinfo instead.
11 years ago