mandlil
b43d968aac
Mandlil patch 2 ( #3393 )
* Update lock_posix.h
Remove uses of the deprecated DISALLOW_COPY_AND_ASSIGN in favor of explicitly deleted constructors and assignment operators.
* Remove uses of the deprecated DISALLOW_COPY_AND_ASSIGN in favor of explicitly deleted constructors and assignment operators.
2 years ago
Gilles Vollant
de0048d805
Accelerate SimpleItoa conversion using abseil function ( #2731 )
* Accelerate conversion from integer to string, using abseil StrCat and StrAppend function
* minor code simplification
4 years ago
Gilles Vollant
61a6c7db3a
Fix somes warning when compiling VS2019 target ( #2552 )
In visual studio 2019 x64 target, size_t are 64 bits and int are 32 bits
5 years ago
penmetsaa
32719cf74e
Increase max length allowed for phone extension based on anbiguity of labels. ( #2526 )
5 years ago
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
Lara Scheidegger
7ae82adb15
CPP: libphonenumber v5.1
14 years ago
Philippe Liard
76cdd63571
CPP: Support ICU versions built without support for std::string.
This is the case on Android.
14 years ago
Philippe Liard
6153afed92
CPP: libphonenumber 4.0
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
908c75a437
CPP: Add AbstractRegExpFactory to allow the use of both ICU Regex and RE2.
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
Lara Scheidegger
5ec881ddc6
CPP: ICU regex adaptor class. Contributed by philip.liard.
15 years ago