Philippe Liard
84ffc1d777
CPP: Move base/ to phonenumbers/.
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
13 years ago
Shaopeng Jia
3765924e20
libphonenumber v5.4 release.
Review URL: https://codereview.appspot.com/7570043
13 years ago
Lara Scheidegger
f410828411
JAVA/CPP/JS: libphonenumber v5.3, offlinegeocode v2.4
13 years ago
Philippe Liard
fe98320cc9
CPP: Build a separate library for geocoding.
Review URL: https://codereview.appspot.com/6820067
13 years ago
Philippe Liard
7f40b02808
CPP: Implement PhoneNumberOfflineGeocoder.
13 years ago
David Beaumont
18d6eae899
JAVA/CPP: Release 5.2. Metadata updates and bug fixes. See release notes for more details.
13 years ago
Lara Scheidegger
af2b6b190a
Java/CPP: libphonenumber v5.1.2 - AYTF fix for numbers in national format in countries with no national prefix.
13 years ago
Lara Scheidegger
7ae82adb15
CPP: libphonenumber v5.1
13 years ago
Patrick Mézard
2699d37d34
CPP: use new geocoding data in AreaCodeMap.
14 years ago
Philippe Liard
1e187ce622
CPP: Fix geocoding data parser.
14 years ago
David Beaumont
6a2ac124fd
CPP: Ported alternate phone number format support.
14 years ago
Philippe Liard
e930086b33
CPP: Implement MappingFileProvider.
14 years ago
Philippe Liard
0773d7fff9
CPP: Test geocoding data.
14 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
14 years ago
Philippe Liard
ac08bfe262
CPP: Add geocoding data generator.
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
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
4e11857f14
CPP: libphonenumber 4.8.
14 years ago
Philippe Liard
ea615a7316
CPP: libphonenumber 4.7.
This is mainly a metadata update.
Modified files:
cpp/src/phonenumbers/lite_metadata.cc
cpp/src/phonenumbers/metadata.cc
cpp/src/phonenumbers/phonenumberutil.cc
cpp/test/phonenumbers/phonenumbermatcher_test.cc
Review URL: https://codereview.appspot.com/6028044
14 years ago
Philippe Liard
e55d38429c
CPP: libphonenumber 4.6.
Note that the metadata files were not uploaded to appspot because they were too
large. Here is the list of the files affected by this change (generated by
Git):
cpp/src/phonenumbers/lite_metadata.cc
cpp/src/phonenumbers/logger.h
cpp/src/phonenumbers/metadata.cc
cpp/src/phonenumbers/phonenumbermatcher.cc
cpp/src/phonenumbers/phonenumberutil.cc
cpp/src/phonenumbers/phonenumberutil.h
cpp/src/phonenumbers/region_code.h
cpp/src/phonenumbers/stringutil.cc
cpp/src/phonenumbers/stringutil.h
cpp/test/phonenumbers/asyoutypeformatter_test.cc
cpp/test/phonenumbers/phonenumbermatcher_test.cc
cpp/test/phonenumbers/phonenumberutil_test.cc
cpp/test/phonenumbers/stringutil_test.cc
This CL also fixes the issue reported by Aaron about the logger being invoked
before it is initialized.
Review URL: https://codereview.appspot.com/5786065
14 years ago
Philippe Liard
f1cbc4af44
CPP: Fix PhoneNumberMatcher build in Chrome.
Contributors:
- leandrogracia@chromium.org
- georgey@chromium.org
Review URL: https://codereview.appspot.com/5627046
14 years ago
Philippe Liard
1899ea03ca
CPP: libphonenumber 4.5
14 years ago
KushalP@gmail.com
b60d560610
CPP: Fix compilation error on Clang.
14 years ago
georgey@chromium.org
b197289e6e
CPP: Remove static non-POD variables from RegionCode class.
14 years ago
Philippe Liard
127988b991
CPP: Add missing license in cpp/test/phonenumbers/run_tests.cc.
14 years ago
Philippe Liard
8471f0f230
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
14 years ago
Philippe Liard
aa50718d6e
CPP: Fix logger and asyoutypeformatter unit test to let the latest release build in Chromium.
14 years ago
Philippe Liard
39890054ff
CPP: libphonenumber 4.2.
Review URL: http://codereview.appspot.com/5372051
14 years ago
Philippe Liard
42b959f261
JAVA,CPP: libphonenumber 4.1.
Review URL: http://codereview.appspot.com/5303049
14 years ago
Philippe Liard
6153afed92
CPP: libphonenumber 4.0
14 years ago
Philippe Liard
f10e6b9355
CPP: Add number formatting for mobile dialling
14 years ago
Philippe Liard
091f1ba3c8
CPP: Fix compilation error on 32bit machines.
BUG=71
Review URL: http://codereview.appspot.com/5252052
14 years ago
Philippe Liard
7b30af6d59
CPP: Add phonenumbermatcher.
14 years ago
Philippe Liard
964b7c046e
CPP: libphonenumber 3.9.
14 years ago
Philippe Liard
4bffe68fe1
CPP: Add AsYouTypeFormatter (port from Java).
14 years ago
thestig
2f03208d02
Cpp: Move scoped_ptr.h to memory folder.
15 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Philippe Liard
4567abf5b3
CPP: Update PhoneNumberUtil and the generated metadata.
15 years ago
Lara Scheidegger
eedbf3ac30
JAVA,GEODATA: libphonenumber 3.8. Contains some bug-fixes, metadata improvements and improved phone-number-matcher behaviour. Consult the release notes for more information. Also updating a unit-test in CPP that would now fail with the testing metadata changes.
15 years ago
Philippe Liard
1cfd1ab72d
CPP: Move unit tests to the test directory.
15 years ago