Philippe Liard
e930086b33
CPP: Implement MappingFileProvider.
14 years ago
Philippe Liard
f7c8eeebab
CPP: libphonenumberv5.0 metadata changes
14 years ago
Lara Scheidegger
f51c32332e
DATA: Updated file format to unix for IE geocoding info.
14 years ago
Lara Scheidegger
593f002b6a
JS: libphonenumberv5.0 metadata changes
14 years ago
alecmcturk@gmail.com
c16b646acc
DATA: Geocoding data for Ireland.
14 years ago
David Beaumont
aa46e7a603
DATA: Correctly updated metadata file for version 5.0 (only affects generated code)
14 years ago
Lara Scheidegger
4fb4ecbae9
JS: libphonenumber v5.0 code changes, some metadata clean-up after v4.9.1
14 years ago
Philippe Liard
0773d7fff9
CPP: Test geocoding data.
14 years ago
Philippe Liard
ee01700f4a
CPP: Metadata changes only (v5.0).
14 years ago
David Beaumont
fafd98dfc2
[maven-release-plugin] prepare for next development iteration
14 years ago
David Beaumont
2e58f6ab62
[maven-release-plugin] prepare release libphonenumber-5.0
14 years ago
David Beaumont
28bffb3136
CONFIG: Changing version to 5.0-SNAPSHOT in pom.xml; libphonenumber v5.0
14 years ago
David Beaumont
222b42422c
JAVA: Metadata changes and bug fixes; libphonenumber v5.0
14 years ago
Philippe Liard
a49d51235c
TOOLS: Add unit test for ReplaceAll().
14 years ago
David Yonge-Mallo
8f7d408071
JAVA/JS: Metadata updates (v4.9.1)
Review URL: https://codereview.appspot.com/6349078VA/JS : Metadata updates (v4.9.1)
14 years ago
Fredrik Roubert
74a65a5624
TOOLS: Port changes for alternate formats.
Review URL: https://codereview.appspot.com/6350083
14 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
14 years ago
Fredrik Roubert
695666a9e1
JAVA/METADATA: Port MetadataManager and data files to open source.
Review URL: https://codereview.appspot.com/6345053
14 years ago
Fredrik Roubert
ea39cbb971
TOOLS: Update to use refactored BuildMetadataProtoFromXml tool.
Review URL: https://codereview.appspot.com/6353060
14 years ago
Fredrik Roubert
b1e4452573
TOOLS: Refactor the BuildMetadataProtoFromXml tool to:
- Make command line parameters named instead of positional.
- Move all information about paths, names, etc., from being hardcoded into the
tool itself to command line parameters, so that new files in the future can
be generated by just adding build rules for them without having to update the
tool.
- Not hard-code class or package names, but get them from the Class object.
- Break code generation up into smaller parts, to make it easier to extend the
code generation and share code while generating different classes.
- Update BuildMetadataFromXml to not output empty region codes.
- Generate either a Map or a Set, depending on whether the mapping table
actually contains any data or not.
All files generated by the tool remain identical to before this change.
Review URL: https://codereview.appspot.com/6343066
14 years ago
Lara Scheidegger
51b20a52fe
JAVA build: Changing the build file to make it more obvious when tests fail and print a message.
14 years ago
g1smd
c277a3f00a
JAVA: Adding new range 0117 4 for GB (Bristol) that will soon come into service.
14 years ago
Fredrik Roubert
1991230d19
TOOLS: Update to use the new version of the BuildMetadataProtoFromXml that can also build data files for alternate formats.
Review URL: https://codereview.appspot.com/6351054
14 years ago
Fredrik Roubert
1e7912a344
TOOLS: Update the BuildMetadataProtoFromXml tool to build data files for alternate formats as well.
Review URL: https://codereview.appspot.com/6355051
14 years ago
Lara Scheidegger
79ebb6beba
CPP: Comment fix, including small fix to sample code.
14 years ago
Fredrik Roubert
805b73ad4a
JAVA: Add a build target that runs a specified unit test
14 years ago
Philippe Liard
d26b6bf8fa
CPP: Remove unused bit_cast() in basictypes.h.
This was also causing a compilation error with GCC 4.8.
This CL also removes basictypes.h.orig accidentally added in the previous
revision.
14 years ago
Philippe Liard
ac08bfe262
CPP: Add geocoding data generator.
14 years ago
Philippe Liard
a2185b8fc1
CPP: Metadata changes only (v4.8.5)
14 years ago
David Yonge-Mallo
29e66c5b87
JS: port Java changes from v4.9 (rev 469) and update metadata
14 years ago
Lara Scheidegger
e13c8fa7b5
[maven-release-plugin] prepare for next development iteration
14 years ago
Lara Scheidegger
1fc8003fcc
[maven-release-plugin] prepare release libphonenumber-4.9
14 years ago
Shaopeng Jia
096c1a0e93
Provides namespace for PhoneNumberUtil.MatchType and PhoneNumberUtil.ValidationResult.
Review URL: http://codereview.appspot.com/6333054
14 years ago
Lara Scheidegger
65b0f58e08
Java/JS build tools: Adding missing semicolon.
14 years ago
Lara Scheidegger
564a829c2e
JAVA: libphonenumber v4.9. Patch prepared by davinci.
14 years ago
Lara Scheidegger
539cfc2a33
DATA: Fixing small error in xml schema for LI.
14 years ago
Lara Scheidegger
0e803a490a
JAVA/JS: Metadata changes only (v4.8.5)
14 years ago
Lara Scheidegger
d021e56554
DATA: Updated geocoding data for Taiwan in English.
14 years ago
Lara Scheidegger
5088d71682
Updating link to ISO country codes
14 years ago
David Yonge-Mallo
f60bbcd0d0
JAVA: Metadata changes only (v4.8.4)
14 years ago
Philippe Liard
31b159870d
CPP: Implement AreaCodeMap and DefaultMapStorage.
14 years ago
Philippe Liard
10c1455305
CPP: Adjust phonenumbermatch_test.cc integer types.
This failed with OSX 10.6 default gcc-4.2 and macports gcc-4.8.
14 years ago
Philippe Liard
bf1e5392d0
CPP: Metadata changes only (v4.8.3).
14 years ago
Lara Scheidegger
6424d7a700
JAVA/JS: Metadata changes only (v4.8.3).
14 years ago
Philippe Liard
638666675e
CPP: Fix stringutil_test literal types
This failed with OSX 10.6 default gcc-4.2 and macports gcc-4.8.
14 years ago
Philippe Liard
1b09e6d683
CPP: Make cpplint happy with stringutils.*
14 years ago
Philippe Liard
4934b45ef1
CPP: Fix compilation error with -DUSE_GOOGLE_BASE
This removes the Chromium-specific (outdated) Logger interface from
default_logger.h.
The return type of set_logger_impl() differed from the one in logger.h (changed
in r430) which produced a compilation error in phonenumberutil.cc when
set_logger_impl() is used as a right value.
Logger, defined in logger.h is now used in all cases.
14 years ago
Philippe Liard
b8f7e6a940
CPP: Metadata changes only (v4.8.2).
14 years ago
Lara Scheidegger
862e54b8d5
JAVA/JS: Metadata changes only (v4.8.2).
14 years ago
Nikolaos Trogkanis
800e44324e
JS: Fix duplicate keys in countryToMetadata map
14 years ago