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
aa50718d6e
CPP: Fix logger and asyoutypeformatter unit test to let the latest release build in Chromium.
14 years ago
Philippe Liard
c29f95866f
CPP: Fix compilation error in default_logger.h on Visual Studio 2010.
Review URL: http://codereview.appspot.com/5436046
14 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Philippe Liard
5432e7bb6a
TOOLS: Fix missing Apache license and bad merge.
15 years ago
Philippe Liard
68b2f386eb
TOOLS: Add unit tests for BuildMetadataFromXml.
15 years ago
Philippe Liard
3481afa6a0
CPP: Exclude the logging-related code when the library is built in Chromium.
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
8505b3840d
Update phonenumber proto and logging.
15 years ago
Philip Liard
e0b6260361
Adding implementations of PhoneNumberUtil.
15 years ago
Fredrik Roubert
0b344eff88
Adding dummy RE2Cache interface.
15 years ago
Philip Liard
a3802a3368
Checking in README, Makefile and dependencies of C++ version of libphonenumber.
15 years ago