Keghani Kouzoujian
0c3b2c38bc
Update CMakeLists.txt minor version to 5 ( #1164 )
9 years ago
Aravind
b7c8fdebd4
Metadata updates for release 7.5.2
10 years ago
padmaksha
cc50e7d94d
Metadata updates for release 7.5.1 ( #1235 )
10 years ago
Aravind
474ab04b71
Metadata updates for release 7.4.5
10 years ago
padmaksha
6b348f4ef7
Metadata updates for release 7.4.4 ( #1182 )
* Metadata updates for release 7.4.4
* Update release_notes.txt
10 years ago
Aravind
f404039096
Metadata updates for release 7.4.3
10 years ago
padmaksha_mukhopadhyay
b5c209b6af
Metadata updates for release 7.4.2
10 years ago
Paul Wankadia
1da26ce023
Make DispatchRE2Call() and its callers use the array-oriented functions in RE2.
A future change to RE2 will replace the VariadicFunction2 objects with variadic
templates, which would break the code in libphonenumber as it currently stands.
10 years ago
padmaksha_mukhopadhyay
ada9fd4c05
Metadata updates for release 7.4.1
10 years ago
penmetsaa
d2a5e92e29
Penmetsaa update 7.3.2 ( #1102 )
* Metadata updates for release 7.3.2
* Unit tests for Canada Short number updates
10 years ago
Aravind
fb7cb3b244
Metadata updates for release 7.3.1
10 years ago
Keghani Kouzoujian
7ebfca8975
Fix indentation in phonenumberutil.cc
10 years ago
padmaksha_mukhopadhyay
3915d0f1c7
Metadata updates for release 7.3.0
10 years ago
Keghani Kouzoujian
642590c597
Update isNumberGeographical to return true for geographical mobile numbers
10 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
Lara Scheidegger
8a33f94a22
* Updating parse documentation to be more clear about what it accepts
* New useful getExampleNumber methods (for testing) - one for invalid
numbers and one for getting a number of a particular type without
specifying a country.
10 years ago
Aravind
b187682bc2
Metadata updates for release 7.2.8
10 years ago
lararennie
f706686826
Added "ifdef" around the entries in phonenumbermatcher_test that require
alternate formats to be included to be found. This means that if the
user doesn't have this option set to true, the tests won't be run (they
would otherwise fail).
10 years ago
lararennie
b0997c1cfd
Fixing issue with reg-exp -> the "-" range operator was duplicated as
the end of the range as well, causing re2 to fail (and some test
failures with newer versions of ICU apparently in some configurations)
10 years ago
Aravind
338aa1ceb9
Metadata updates for release 7.2.7
10 years ago
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