Updated to version 79b7bde of tinygettext
authorIngo Ruhnke <grumbel@gmail.com>
Sun, 3 Aug 2014 17:29:45 +0000 (19:29 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sun, 3 Aug 2014 18:57:20 +0000 (20:57 +0200)
commit564f07b4b43e64dedca8727d4b5da0ae5a12577d
treec56b1d9489894d09414c1167f1eb61adc00cac5f
parentaf57bbb32aa9c5fa815c122dca81b79a281b5651
Updated to version 79b7bde of tinygettext
43 files changed:
external/tinygettext/.gitignore [new file with mode: 0644]
external/tinygettext/CMakeLists.txt
external/tinygettext/SConstruct
external/tinygettext/include/tinygettext/dictionary.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/dictionary_manager.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/file_system.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/iconv.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/language.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/log.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/log_stream.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/plural_forms.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/po_parser.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/tinygettext.hpp [new file with mode: 0644]
external/tinygettext/include/tinygettext/unix_file_system.hpp [new file with mode: 0644]
external/tinygettext/src/dictionary.cpp [new file with mode: 0644]
external/tinygettext/src/dictionary_manager.cpp [new file with mode: 0644]
external/tinygettext/src/iconv.cpp [new file with mode: 0644]
external/tinygettext/src/language.cpp [new file with mode: 0644]
external/tinygettext/src/log.cpp [new file with mode: 0644]
external/tinygettext/src/plural_forms.cpp [new file with mode: 0644]
external/tinygettext/src/po_parser.cpp [new file with mode: 0644]
external/tinygettext/src/tinygettext.cpp [new file with mode: 0644]
external/tinygettext/src/unix_file_system.cpp [new file with mode: 0644]
external/tinygettext/tinygettext/dictionary.cpp [deleted file]
external/tinygettext/tinygettext/dictionary.hpp [deleted file]
external/tinygettext/tinygettext/dictionary_manager.cpp [deleted file]
external/tinygettext/tinygettext/dictionary_manager.hpp [deleted file]
external/tinygettext/tinygettext/file_system.hpp [deleted file]
external/tinygettext/tinygettext/iconv.cpp [deleted file]
external/tinygettext/tinygettext/iconv.hpp [deleted file]
external/tinygettext/tinygettext/language.cpp [deleted file]
external/tinygettext/tinygettext/language.hpp [deleted file]
external/tinygettext/tinygettext/log.cpp [deleted file]
external/tinygettext/tinygettext/log.hpp [deleted file]
external/tinygettext/tinygettext/log_stream.hpp [deleted file]
external/tinygettext/tinygettext/plural_forms.cpp [deleted file]
external/tinygettext/tinygettext/plural_forms.hpp [deleted file]
external/tinygettext/tinygettext/po_parser.cpp [deleted file]
external/tinygettext/tinygettext/po_parser.hpp [deleted file]
external/tinygettext/tinygettext/tinygettext.cpp [deleted file]
external/tinygettext/tinygettext/tinygettext.hpp [deleted file]
external/tinygettext/tinygettext/unix_file_system.cpp [deleted file]
external/tinygettext/tinygettext/unix_file_system.hpp [deleted file]