| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
irrelevant data.
No change in functionality.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@600 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
extraction, updates to metadata after build tool changes.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@598 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@594 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
the build tools to handle this.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@589 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
consistency
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@587 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@568 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will be needed to make libphonenumber depend on its own base/ rather than
Chromium's one as it is the case currently.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/8797048
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@567 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
more details.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@532 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
| |
library but be able to build the library from source as current practice is.
Review URL: https://codereview.appspot.com/6602047
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@531 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@528 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@516 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
| |
Patch contributed by pmezard.
The "end" iterator must stay on the trailing LF, for it is not included in the
line characters sequence. Also fix the test which should have failed.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@510 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@507 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Patch contributed by pmezard.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@490 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
| |
Review URL: https://codereview.appspot.com/6350083
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@488 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
| |
Review URL: https://codereview.appspot.com/6353060
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@485 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@484 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
| |
can also build data files for alternate formats.
Review URL: https://codereview.appspot.com/6351054
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@481 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
| |
alternate formats as well.
Review URL: https://codereview.appspot.com/6355051
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@480 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
| |
This was also causing a compilation error with GCC 4.8.
This CL also removes basictypes.h.orig accidentally added in the previous
revision.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@477 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Patch contributed by pmezard.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@476 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@469 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@468 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@453 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@450 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
java-build-1.0-SNAPSHOT-jar-with-dependencies.jar
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@437 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Review URL: http://codereview.appspot.com/5574080
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@422 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Review URL: http://codereview.appspot.com/5532089
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@415 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@411 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That lets the demo be part of the libphonenumber Maven project thus adds the following benefits:
- Automatically update the version of the demo and the libphonenumber artifact the demo depends on when performing a release.
- Let Maven handle the deployment of the demo to AppEngine without any need to install the AppEngine SDK.
- No need to push the dependency JARs (servlet, apache common fileupload/io) even if they are still here to let you use Ant if you prefer.
Note that this CL depends on CL 5395054.
Review URL: http://codereview.appspot.com/5405041
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@409 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL (depending on CL 5376090) adds the Maven support for the offline phone number geocoder.
All the geocoding-related code/data is moved to the new directory java/geocoder.
Additionally a pom.xml file is added to java/ and java/geocoder/.
The pom.xml file located in java/ is the parent pom file which contains the configuration (SCM, developers, encoding...) that applies to both the libphonenumber and geocoder modules.
The libphonenumber and geocoder Maven modules inherit from this parent pom file therefore they don't need to duplicate this configuration.
I also moved build.xml and release_notes.txt back to java/.
BUG=57
Review URL: http://codereview.appspot.com/5395054
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@391 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
|
| |
This is required for the incoming Maven refactoring adding a separate geocoder module.
BUG=57
Review URL: http://codereview.appspot.com/5376090
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@390 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@389 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@382 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
|
|
|
| |
- Fix incorect use of string equality.
- Fix testGetEnglishDataPath that is failing under windows.
- Remove unused method and variables.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@380 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@379 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Review URL: http://codereview.appspot.com/5303049
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@374 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Review URL: http://codereview.appspot.com/5246051
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@372 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
Review URL: http://codereview.appspot.com/5193044
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@371 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@362 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@358 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@357 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@356 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@352 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@348 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@343 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@338 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@337 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
| |
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@336 ee073f10-1060-11df-b6a4-87a95322a99c
|
|
|
|
|
|
| |
script.
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@335 ee073f10-1060-11df-b6a4-87a95322a99c
|