CPP: Move non-base source code to src/phonenumbers/
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 1 Jul 2011 08:22:06 +0000 (08:22 +0000)
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 1 Jul 2011 08:22:06 +0000 (08:22 +0000)
commita58f046dc87ae25b5f5cb985d88103c78218e7e6
tree1165d86aacda3e2bf59897ee5f409eb646993dff
parent324aa26d35161f99eec47261f3542049324353fa
CPP: Move non-base source code to src/phonenumbers/

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@282 ee073f10-1060-11df-b6a4-87a95322a99c
46 files changed:
cpp/CMakeLists.txt
cpp/src/build/build_config.h [deleted file]
cpp/src/lite_metadata.cc [deleted file]
cpp/src/metadata.h [deleted file]
cpp/src/phonenumbers/default_logger.cc [moved from cpp/src/default_logger.cc with 96% similarity]
cpp/src/phonenumbers/default_logger.h [moved from cpp/src/default_logger.h with 98% similarity]
cpp/src/phonenumbers/encoding_utils.h [moved from cpp/src/encoding_utils.h with 97% similarity]
cpp/src/phonenumbers/lite_metadata.cc [new file with mode: 0644]
cpp/src/phonenumbers/logger.cc [moved from cpp/src/logger.cc with 95% similarity]
cpp/src/phonenumbers/logger.h [moved from cpp/src/logger.h with 100% similarity]
cpp/src/phonenumbers/logger_test.cc [moved from cpp/src/logger_test.cc with 98% similarity]
cpp/src/phonenumbers/metadata.cc [moved from cpp/src/metadata.cc with 56% similarity]
cpp/src/phonenumbers/metadata.h [new file with mode: 0644]
cpp/src/phonenumbers/normalize_utf8.h [moved from cpp/src/normalize_utf8.h with 97% similarity]
cpp/src/phonenumbers/phonenumber.cc [moved from cpp/src/phonenumber.cc with 97% similarity]
cpp/src/phonenumbers/phonenumber.h [moved from cpp/src/phonenumber.h with 100% similarity]
cpp/src/phonenumbers/phonenumberutil.cc [moved from cpp/src/phonenumberutil.cc with 99% similarity]
cpp/src/phonenumbers/phonenumberutil.h [moved from cpp/src/phonenumberutil.h with 99% similarity]
cpp/src/phonenumbers/phonenumberutil_test.cc [moved from cpp/src/phonenumberutil_test.cc with 99% similarity]
cpp/src/phonenumbers/regexp_adapter.h [moved from cpp/src/regexp_adapter.h with 100% similarity]
cpp/src/phonenumbers/regexp_adapter_icu.cc [moved from cpp/src/regexp_adapter_icu.cc with 98% similarity]
cpp/src/phonenumbers/regexp_adapter_re2.cc [moved from cpp/src/regexp_adapter_re2.cc with 98% similarity]
cpp/src/phonenumbers/regexp_adapter_test.cc [moved from cpp/src/regexp_adapter_test.cc with 99% similarity]
cpp/src/phonenumbers/regexp_cache.cc [moved from cpp/src/regexp_cache.cc with 96% similarity]
cpp/src/phonenumbers/regexp_cache.h [moved from cpp/src/regexp_cache.h with 100% similarity]
cpp/src/phonenumbers/regexp_cache_test.cc [moved from cpp/src/regexp_cache_test.cc with 94% similarity]
cpp/src/phonenumbers/region_code.h [moved from cpp/src/region_code.h with 100% similarity]
cpp/src/phonenumbers/run_tests.cc [moved from cpp/src/run_tests.cc with 100% similarity]
cpp/src/phonenumbers/stl_util.h [moved from cpp/src/stl_util.h with 100% similarity]
cpp/src/phonenumbers/stringutil.cc [moved from cpp/src/stringutil.cc with 99% similarity]
cpp/src/phonenumbers/stringutil.h [moved from cpp/src/stringutil.h with 100% similarity]
cpp/src/phonenumbers/stringutil_test.cc [moved from cpp/src/stringutil_test.cc with 99% similarity]
cpp/src/phonenumbers/test_metadata.cc [moved from cpp/src/test_metadata.cc with 98% similarity]
cpp/src/phonenumbers/utf/README [moved from cpp/src/utf/README with 100% similarity]
cpp/src/phonenumbers/utf/rune.c [moved from cpp/src/utf/rune.c with 98% similarity]
cpp/src/phonenumbers/utf/stringpiece.h [moved from cpp/src/utf/stringpiece.h with 100% similarity]
cpp/src/phonenumbers/utf/stringprintf.h [moved from cpp/src/utf/stringprintf.h with 100% similarity]
cpp/src/phonenumbers/utf/unicodetext.cc [moved from cpp/src/utf/unicodetext.cc with 98% similarity]
cpp/src/phonenumbers/utf/unicodetext.h [moved from cpp/src/utf/unicodetext.h with 100% similarity]
cpp/src/phonenumbers/utf/unicodetext_test.cc [moved from cpp/src/utf/unicodetext_test.cc with 97% similarity]
cpp/src/phonenumbers/utf/unilib.cc [moved from cpp/src/utf/unilib.cc with 96% similarity]
cpp/src/phonenumbers/utf/unilib.h [moved from cpp/src/utf/unilib.h with 100% similarity]
cpp/src/phonenumbers/utf/utf.h [moved from cpp/src/utf/utf.h with 100% similarity]
cpp/src/phonenumbers/utf/utfdef.h [moved from cpp/src/utf/utfdef.h with 100% similarity]
tools/java/cpp-build/src/com/google/i18n/phonenumbers/tools/BuildMetadataCppFromXml.java
tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar