Lara Scheidegger
f410828411
JAVA/CPP/JS: libphonenumber v5.3, offlinegeocode v2.4
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
7ae82adb15
CPP: libphonenumber v5.1
14 years ago
David Yonge-Mallo
d2c96cafb4
CPP: port Java changes libphonenumber 4.9
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
1899ea03ca
CPP: libphonenumber 4.5
14 years ago
Lara Scheidegger
3b0c906ec7
CPP: Refactoring PhoneNumberUtil so that global scoped_ptr variables are now hidden in an internal class.
14 years ago
Philippe Liard
8471f0f230
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
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
f10e6b9355
CPP: Add number formatting for mobile dialling
14 years ago
Philippe Liard
964b7c046e
CPP: libphonenumber 3.9.
15 years ago
Philippe Liard
4bffe68fe1
CPP: Add AsYouTypeFormatter (port from Java).
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
Philippe Liard
908c75a437
CPP: Add AbstractRegExpFactory to allow the use of both ICU Regex and RE2.
15 years ago
Philippe Liard
7af6c9a7d2
CPP: Replace direct UTF-8 with escape sequences.
15 years ago
Philippe Liard
12367cd828
CPP: Move base/singleton.h to base/memory/singleton.h
15 years ago
Philippe Liard
32b0fe6a0e
CPP: Move non-base source code to src/phonenumbers/
15 years ago
Philippe Liard
c37c4058d1
CPP: Refactor logging code to support LOG/VLOG.
15 years ago
Philip Liard
e6b2ba5a8e
CPP: Adding a helper function to return the unknown region.
15 years ago
Lara Scheidegger
53ebe98c49
CPP: Small code tidy-ups (adding includes etc).
15 years ago
Philip Liard
d0d252483b
CPP: Changing int to size_t in one place, removing unnecessary friend class declaration.
15 years ago
Lara Scheidegger
11db4344d1
CPP: Moving a utf8 normalisation function out of the main code. Contributed by philip.liard.
15 years ago
Philip Liard
248d69e57c
CPP: Update to JAVA r225.
15 years ago
Philip Liard
20af731ce0
CPP: Extracting utility code into stl_util.h.
15 years ago
Philip Liard
ec308eb9e2
CPP: Internal function rename (CompareFirst -> OrderByFirst).
15 years ago
Philip Liard
486cbd90fd
CPP: Get rid of base/ platform-specific sources and rely on Boost instead.
15 years ago
Philip Liard
bdca45fef4
CPP:Updating comments, extracting utf8 functionality.
15 years ago
Lara Scheidegger
b8f74af1c5
CPP: Making LoadMetadata in the anon namespace and renaming. Contributed by philip.liard
15 years ago
Philip Liard
5f368993d8
CPP: Changing reg-ex implementation to use ICU by default instead of RE2. To continue to use RE2, see the README file
for instructions.
15 years ago
Philip Liard
aff02ddfe6
CPP: Update metadata/code to v3.4.
15 years ago
Philip Liard
b36c48fc55
TOOLS: Add capability to generate lite_metadata, added namespaces to metadata, added build tools jar.
15 years ago
bgertzfield
108ef989fe
Cpp:Make libphonenumber compile on iOS and Mac OS X.
15 years ago
Philip Liard
3f34988b15
CPP: Adding GetNddPrefixForRegion for libphonenumber.
15 years ago
Philip Liard
e139cb59e7
CPP: Switch protobuff to lite and add Equals method.
15 years ago
Philip Liard
84b2f1d8d4
CPP: Adding explicit UTF-8 conversion during UnicodeString instantiation.
15 years ago
Philip Liard
750aaa4610
CPP:Rename NO_ERROR to NO_PARSING_ERROR to fix name clash on Windows.
15 years ago
Philip Liard
fd92b2a851
CPP: Update C++ source code and metadata.
15 years ago
Philip Liard
daa985805d
Cpp: Adding FormatInOriginalFormat().
15 years ago
Philip Liard
9fafb51e8c
Cpp: Adding GetSupportedRegions().
15 years ago
Philip Liard
cf1c52dd31
Cpp: Fix UTF-16 char in code to make code compile on Windows.
15 years ago
Philip Liard
4525581036
Cpp:Fix a small memory leak.
15 years ago
Philip Liard
e0b6260361
Adding implementations of PhoneNumberUtil.
15 years ago
Philip Liard
a3802a3368
Checking in README, Makefile and dependencies of C++ version of libphonenumber.
15 years ago