-
-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit ec4e104.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tinygettext
updated
31 files
+0 −23 | .appveyor-macos.yml | |
+0 −41 | .appveyor.yml | |
+10 −2 | .gitignore | |
+199 −44 | CMakeLists.txt | |
+100 −0 | FindICONV.cmake | |
+1 −2 | LICENSE.md | |
+11 −11 | README.md | |
+0 −85 | flake.lock | |
+0 −24 | flake.nix | |
+0 −47 | guix.scm | |
+3 −1 | include/tinygettext/dictionary.hpp | |
+3 −2 | include/tinygettext/dictionary_manager.hpp | |
+3 −1 | include/tinygettext/file_system.hpp | |
+19 −47 | include/tinygettext/iconv.hpp | |
+4 −2 | include/tinygettext/language.hpp | |
+3 −1 | include/tinygettext/log.hpp | |
+1 −1 | include/tinygettext/log_stream.hpp | |
+8 −6 | include/tinygettext/plural_forms.hpp | |
+3 −1 | include/tinygettext/po_parser.hpp | |
+5 −3 | include/tinygettext/unix_file_system.hpp | |
+0 −4 | src/dictionary.cpp | |
+17 −23 | src/dictionary_manager.cpp | |
+14 −10 | src/iconv.cpp | |
+5 −9 | src/language.cpp | |
+2 −26 | src/plural_forms.cpp | |
+6 −3 | src/po_parser.cpp | |
+20 −8 | src/unix_file_system.cpp | |
+0 −4 | test/po_parser_test.cpp | |
+1 −5 | test/tinygettext_test.cpp | |
+0 −11 | tinygettext-config.cmake.in | |
+0 −36 | tinygettext.nix |