[maven-release-plugin] prepare for next development iteration
[platform/upstream/libphonenumber.git] / cpp /
2012-02-01 philip.liard@gmail.comCPP: libphonenumber 4.5
2011-12-08 philip.liard@gmail.comCPP: Fix compilation error on Clang. Patch contributed...
2011-12-07 philip.liard@gmail.comCPP: Add Windows instructions to the README file.
2011-12-02 philip.liard@gmail.comCPP: Refactoring PhoneNumberUtil so that global scoped_...
2011-12-02 philip.liard@gmail.comCPP: Remove static non-POD variables from RegionCode...
2011-12-02 philip.liard@gmail.comCPP: Add missing license in cpp/test/phonenumbers/run_t...
2011-11-30 philip.liard@gmail.comCPP: Update README file.
2011-11-29 philip.liard@gmail.comCPP: libphonenumber 4.3
2011-11-29 philip.liard@gmail.comCPP: Fix logger and asyoutypeformatter unit test to...
2011-11-23 philip.liard@gmail.comCPP: Fix CMakeLists to require Boost datetime needed...
2011-11-23 philip.liard@gmail.comCPP: Fix compilation error in default_logger.h on Visua...
2011-11-14 philip.liard@gmail.comCPP: libphonenumber 4.2.
2011-10-20 philip.liard@gmail.comJAVA,CPP: libphonenumber 4.1.
2011-10-19 philip.liard@gmail.comCPP: Don't add GCC flags and don't link with pthread...
2011-10-12 philip.liard@gmail.comCPP: Update version number in CMakeLists and Debian...
2011-10-12 philip.liard@gmail.comCPP: libphonenumber 4.0
2011-10-12 philip.liard@gmail.comCPP: Add number formatting for mobile dialling
2011-10-12 philip.liard@gmail.comCPP: Fix compilation error on 32bit machines.
2011-09-27 jia.shao.pengCPP: Update version number in CMakeLists and changelog...
2011-09-21 philip.liard@gmail.comCPP: Add phonenumbermatcher.
2011-09-16 philip.liard@gmail.comCPP: libphonenumber 3.9.
2011-09-14 philip.liard@gmail.comCPP: Add AsYouTypeFormatter (port from Java).
2011-08-30 jia.shao.pengCpp: Move scoped_ptr.h to memory folder. Patch contribu...
2011-08-19 jia.shao.pengPROJECT: Add rules for building Debian packages. Patch...
2011-08-18 philip.liard@gmail.comChanging license to Libphonenumber Authors.
2011-08-17 philip.liard@gmail.comCPP: Fix bug in installation step and add test to the...
2011-08-17 philip.liard@gmail.comCPP: Make pkg-config check non-fatal.
2011-08-12 philip.liard@gmail.comCPP: Update PhoneNumberUtil and the generated metadata.
2011-08-10 lararennie@google.comJAVA,GEODATA: libphonenumber 3.8. Contains some bug...
2011-07-22 philip.liard@gmail.comCPP: Move unit tests to the test directory.
2011-07-12 philip.liard@gmail.comCPP: Add AbstractRegExpFactory to allow the use of...
2011-07-05 philip.liard@gmail.comTOOLS: Fix missing Apache license and bad merge.
2011-07-05 philip.liard@gmail.comTOOLS: Add unit tests for BuildMetadataFromXml.
2011-07-05 philip.liard@gmail.comCPP: Exclude the logging-related code when the library...
2011-07-04 philip.liard@gmail.comCPP: Replace direct UTF-8 with escape sequences.
2011-07-01 philip.liard@gmail.comCPP: Move base/singleton.h to base/memory/singleton.h
2011-07-01 philip.liard@gmail.comCPP: Use map instead of deprecated hash_map when unorde...
2011-07-01 philip.liard@gmail.comCPP: Move non-base source code to src/phonenumbers/
2011-06-24 philip.liard@gmail.comCPP: Refactor logging code to support LOG/VLOG.
2011-06-23 philip.liard@gmail.comCPP: Add install rules to CMakeLists to support make...
2011-06-21 lararennie@google.comCPP: Adding a helper function to return the unknown...
2011-06-17 lararennie@google.comCPP: Small code tidy-ups (adding includes etc).
2011-06-17 lararennie@google.comCPP: Changing int to size_t in one place, removing...
2011-06-17 lararennie@google.comCPP: Moving a utf8 normalisation function out of the...
2011-06-16 lararennie@google.comCPP: Update to JAVA r225. Patch contributed by philip...
2011-06-16 lararennie@google.comCPP: Extracting utility code into stl_util.h. Patch...
2011-06-16 lararennie@google.comCPP: Internal function rename (CompareFirst -> OrderByF...
2011-06-14 jia.shao.pengCPP:Update README on ICU version. Patch contributed...
2011-06-08 jia.shao.pengCPP: Fix compilation error when using GetInstance(...
2011-06-07 jia.shao.pengCPP: Get rid of base/ platform-specific sources and...
2011-06-07 jia.shao.pengCPP:Improve CMakeLists to not build a shared library...
2011-06-06 jia.shao.pengCPP:Fix CMakeLists regarding version check for library...
2011-06-06 jia.shao.pengCPP:Build shared library for C++, and fix gcc 4.4 build...
2011-06-06 jia.shao.pengCPP:Build shared library for C++, and fix gcc 4.4 build...
2011-05-27 lararennie@google.comCPP:Updating comments, extracting utf8 functionality...
2011-05-27 lararennie@google.comCPP: Regenerating metadata in line with r206 (v3.5).
2011-05-27 lararennie@google.comCPP: Making LoadMetadata in the anon namespace and...
2011-05-19 lararennie@google.comCPP: Changing reg-ex implementation to use ICU by defau...
2011-05-17 lararennie@google.comCPP: Small fix to CMakeLists.txt. Patch contributed...
2011-05-17 lararennie@google.comCPP: ICU regex adaptor class. Contributed by philip...
2011-05-16 lararennie@google.comCPP: Adding a reg-ex adapter implementation for RE2...
2011-05-16 lararennie@google.comCPP: Fixing bug when building the project in paths...
2011-05-12 lararennie@google.comCPP: Add a regex-adaptor to later allow different reg...
2011-05-10 lararennie@google.comCPP: Update metadata/code to v3.4. Patch contributed...
2011-05-09 lararennie@google.comTOOLS: Add capability to generate lite_metadata, added...
2011-04-28 jia.shao.pengCpp:Make libphonenumber compile on iOS and Mac OS X...
2011-04-28 jia.shao.pengFix UnicodeText const_iterator to make it work for...
2011-04-27 jia.shao.pengTOOLS: Update CMakeLists to auto-generate metadata...
2011-04-27 jia.shao.pengCPP: Update metadata to version 3.3. Patch contributed...
2011-04-26 jia.shao.pengCPP: Adding GetNddPrefixForRegion for libphonenumber...
2011-04-26 jia.shao.pengCPP: Adding strrmm to stringutil. Patch contributed...
2011-04-26 jia.shao.pengCPP: Adding phonenumber class to support implementing...
2011-04-26 jia.shao.pengCPP: Switch protobuff to lite and add Equals method...
2011-04-26 jia.shao.pengC++: Modify CMakeLists to fix issue 28.
2011-04-18 jia.shao.pengCPP: Adding explicit UTF-8 conversion during UnicodeStr...
2011-04-08 jia.shao.pengCPP:Rename NO_ERROR to NO_PARSING_ERROR to fix name...
2011-04-08 jia.shao.pengCPP: Small changes for consistency. Patch contributed...
2011-04-07 jia.shao.pengCPP: Update C++ source code and metadata. Patch contrib...
2011-04-07 jia.shao.pengCPP: Adding new functions to stringutil. Patch contribu...
2011-04-07 jia.shao.pengCPP: Removing proto files from cpp/src. Patch contribut...
2011-04-05 jia.shao.pengCPP: Adding simple RegionCode class to phonenumberutil_...
2011-04-04 jia.shao.pengCpp: Refactored CMakeLists. Patch contributed by philip...
2011-03-24 jia.shao.pengCpp: Adding FormatInOriginalFormat(). Patch contributed...
2011-03-24 jia.shao.pengCpp: Implementing Cache. Patch contributed by roubert...
2011-03-24 jia.shao.pengCpp: Adding GetSupportedRegions(). Patch contributed...
2011-03-24 jia.shao.pengCpp: Fix UTF-16 char in code to make code compile on...
2011-03-24 jia.shao.pengCpp:Fix a small memory leak. Patch contributed by phili...
2011-03-24 jia.shao.pengCpp:Update README with better documentation for protoco...
2011-03-21 jia.shao.pengCpp:Add protobuf version check. Patch contributed by...
2011-03-04 jia.shao.pengCpp:Improves dependency detection in CMakeLists.txt...
2011-03-03 jia.shao.pengCpp:Adding steps on getting ICU into README. Patch...
2011-03-02 jia.shao.pengCpp:Comment out unnessary include in utf.h. Patch contr...
2011-03-02 jia.shao.pengCpp: adding ARM support to CMakeLists. Patch contribute...
2011-02-28 jia.shao.pengUpdate phonenumber proto and logging. Patch contributed...
2011-02-25 jia.shao.pengCheck in more dependencies of the library. Patch contri...
2011-02-25 jia.shao.pengChecking in the generated metadata. Patch contributed...
2011-02-25 jia.shao.pengAdding implementations of PhoneNumberUtil. Patch contri...
2011-02-25 jia.shao.pengAdding SimpleItoa(int64). Patch contributed by philip...
2011-02-25 jia.shao.pengAdding dummy RE2Cache interface. Patch contributed...
2011-02-25 jia.shao.pengUpdate base dependencies to revision 76017 from the...
next