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 |
Philippe Liard
|
494af85de0
|
CPP: Move base/string_piece.* to base/strings/.
This change is needed to embed libphonenumber into Chromium past r191206.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/9014043
|
13 years ago |
Shaopeng Jia
|
3765924e20
|
libphonenumber v5.4 release.
Review URL: https://codereview.appspot.com/7570043
|
13 years ago |
Lara Scheidegger
|
ff32d2653c
|
Fixing build of geocoding library by forcing the proto buffer files to be generated.
|
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 |
Fredrik Roubert
|
2e074af243
|
CPP: Update CMake rules for Google Test to not require a pre-compiled static
library but be able to build the library from source as current practice is.
Review URL: https://codereview.appspot.com/6602047
|
13 years ago |
Fredrik Roubert
|
a6f2d20363
|
Update build rules to version 5.1 of the library.
Review URL: https://codereview.appspot.com/6572060
|
13 years ago |
David Beaumont
|
4ab95715c0
|
Modified cmake rules to generate alternate format metadata files.
|
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
|
76cdd63571
|
CPP: Support ICU versions built without support for std::string.
This is the case on Android.
|
14 years ago |
Philippe Liard
|
4e11857f14
|
CPP: libphonenumber 4.8.
|
14 years ago |
Philippe Liard
|
8471f0f230
|
CPP: libphonenumber 4.3
Review URL: http://codereview.appspot.com/5445043
|
14 years ago |
Philippe Liard
|
e858b09822
|
CPP: Fix CMakeLists to require Boost datetime needed by Boost thread.
This also makes the library link with the Boost static libs on Windows.
Review URL: http://codereview.appspot.com/5430053
|
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
|
a1f02fef5a
|
CPP: Don't add GCC flags and don't link with pthread on WIN32.
Review URL: http://codereview.appspot.com/5302049
|
14 years ago |
Philippe Liard
|
00239dfb50
|
CPP: Update version number in CMakeLists and Debian changelog
Review URL: http://codereview.appspot.com/5246059
|
14 years ago |
Fredrik Roubert
|
2aae9f7da1
|
CPP: Update version number in CMakeLists and changelog.
|
14 years ago |
Philippe Liard
|
7b30af6d59
|
CPP: Add phonenumbermatcher.
|
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 |
Fredrik Roubert
|
b5a2505a03
|
PROJECT: Add rules for building Debian packages.
|
15 years ago |
Philippe Liard
|
b59d9080ab
|
Changing license to Libphonenumber Authors.
|
15 years ago |
Philippe Liard
|
33a02e4e4f
|
CPP: Fix bug in installation step and add test to the continuous integration script.
|
15 years ago |
Philippe Liard
|
b75a1365cb
|
CPP: Make pkg-config check non-fatal.
|
15 years ago |
Philippe Liard
|
1cfd1ab72d
|
CPP: Move unit tests to the test directory.
|
15 years ago |
Philippe Liard
|
908c75a437
|
CPP: Add AbstractRegExpFactory to allow the use of both ICU Regex and RE2.
|
15 years ago |
Philippe Liard
|
12367cd828
|
CPP: Move base/singleton.h to base/memory/singleton.h
|
15 years ago |
Philippe Liard
|
d4648520d2
|
CPP: Use map instead of deprecated hash_map when unordered_map is not available.
|
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 |
Philippe Liard
|
ab607ff373
|
CPP: Add install rules to CMakeLists to support make install.
|
15 years ago |
Philip Liard
|
486cbd90fd
|
CPP: Get rid of base/ platform-specific sources and rely on Boost instead.
|
15 years ago |
Philip Liard
|
2fab8cc67d
|
CPP:Improve CMakeLists to not build a shared library when RE2 is used and not available as a shared library.
|
15 years ago |
Philip Liard
|
c4b2cced6f
|
CPP:Fix CMakeLists regarding version check for library dependencies.
|
15 years ago |
bgertzfield
|
3559f603ad
|
CPP:Build shared library for C++, and fix gcc 4.4 build.
|
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
|
50dd7cb367
|
CPP: Small fix to CMakeLists.txt.
|
15 years ago |
Philip Liard
|
791ec35368
|
CPP: Adding a reg-ex adapter implementation for RE2.
|
15 years ago |
Philip Liard
|
5d91592bb7
|
CPP: Fixing bug when building the project in paths containing a space.
|
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 |
bgertzfield
|
5b4c8d8774
|
Fix UnicodeText const_iterator to make it work for MacOS.
|
15 years ago |