Import zimlib_4.0.4.orig.tar.gz
authorKunal Mehta <legoktm@debian.org>
Mon, 5 Nov 2018 04:31:24 +0000 (04:31 +0000)
committerKunal Mehta <legoktm@debian.org>
Mon, 5 Nov 2018 04:31:24 +0000 (04:31 +0000)
commit37a2838166b9c97bce781e27c01dc35f4fbcb0a0
treede87c0ab2c496fe65196fb0d8865dbc3f974f57f
Import zimlib_4.0.4.orig.tar.gz

[dgit import orig zimlib_4.0.4.orig.tar.gz]
440 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
README.md [new file with mode: 0644]
examples/createZimExample.cpp [new file with mode: 0644]
examples/meson.build [new file with mode: 0644]
include/meson.build [new file with mode: 0644]
include/zim/article.h [new file with mode: 0644]
include/zim/blob.h [new file with mode: 0644]
include/zim/error.h [new file with mode: 0644]
include/zim/file.h [new file with mode: 0644]
include/zim/fileheader.h [new file with mode: 0644]
include/zim/fileiterator.h [new file with mode: 0644]
include/zim/search.h [new file with mode: 0644]
include/zim/search_iterator.h [new file with mode: 0644]
include/zim/uuid.h [new file with mode: 0644]
include/zim/writer/article.h [new file with mode: 0644]
include/zim/writer/zimcreator.h [new file with mode: 0644]
include/zim/zim.h [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
scripts/libzim-compile-resources [new file with mode: 0755]
scripts/meson.build [new file with mode: 0644]
src/_dirent.h [new file with mode: 0644]
src/article.cpp [new file with mode: 0644]
src/blob.cpp [new file with mode: 0644]
src/buffer.cpp [new file with mode: 0644]
src/buffer.h [new file with mode: 0644]
src/cache.h [new file with mode: 0644]
src/cluster.cpp [new file with mode: 0644]
src/cluster.h [new file with mode: 0644]
src/config.h.in [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/dirent.cpp [new file with mode: 0644]
src/endian_tools.h [new file with mode: 0644]
src/envvalue.cpp [new file with mode: 0644]
src/envvalue.h [new file with mode: 0644]
src/file.cpp [new file with mode: 0644]
src/file_compound.cpp [new file with mode: 0644]
src/file_compound.h [new file with mode: 0644]
src/file_part.h [new file with mode: 0644]
src/file_reader.cpp [new file with mode: 0644]
src/file_reader.h [new file with mode: 0644]
src/fileheader.cpp [new file with mode: 0644]
src/fileimpl.cpp [new file with mode: 0644]
src/fileimpl.h [new file with mode: 0644]
src/fs.h [new file with mode: 0644]
src/fs_unix.cpp [new file with mode: 0644]
src/fs_unix.h [new file with mode: 0644]
src/fs_windows.cpp [new file with mode: 0644]
src/fs_windows.h [new file with mode: 0644]
src/levenshtein.cpp [new file with mode: 0755]
src/levenshtein.h [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/md5.c [new file with mode: 0644]
src/md5.h [new file with mode: 0644]
src/md5stream.cpp [new file with mode: 0644]
src/md5stream.h [new file with mode: 0644]
src/meson.build [new file with mode: 0644]
src/search.cpp [new file with mode: 0644]
src/search_internal.h [new file with mode: 0644]
src/search_iterator.cpp [new file with mode: 0644]
src/template.cpp [new file with mode: 0644]
src/template.h [new file with mode: 0644]
src/tools.cpp [new file with mode: 0644]
src/tools.h [new file with mode: 0644]
src/uuid.cpp [new file with mode: 0644]
src/writer/_dirent.h [new file with mode: 0644]
src/writer/article.cpp [new file with mode: 0644]
src/writer/cluster.cpp [new file with mode: 0644]
src/writer/cluster.h [new file with mode: 0644]
src/writer/deflatestream.cpp [new file with mode: 0644]
src/writer/deflatestream.h [new file with mode: 0644]
src/writer/dirent.cpp [new file with mode: 0644]
src/writer/lzmastream.cpp [new file with mode: 0644]
src/writer/lzmastream.h [new file with mode: 0644]
src/writer/queue.h [new file with mode: 0644]
src/writer/tee.cpp [new file with mode: 0644]
src/writer/tee.h [new file with mode: 0644]
src/writer/xapianIndexer.cpp [new file with mode: 0644]
src/writer/xapianIndexer.h [new file with mode: 0644]
src/writer/zimcreator.cpp [new file with mode: 0644]
src/writer/zimcreatordata.h [new file with mode: 0644]
src/xapian/htmlparse.cc [new file with mode: 0644]
src/xapian/htmlparse.h [new file with mode: 0644]
src/xapian/myhtmlparse.cc [new file with mode: 0644]
src/xapian/myhtmlparse.h [new file with mode: 0644]
src/xapian/namedentities.h [new file with mode: 0644]
src/zim_types.h [new file with mode: 0644]
static/meson.build [new file with mode: 0644]
static/resources_list.txt [new file with mode: 0644]
static/stopwords/en [new file with mode: 0644]
static/stopwords/fra [new file with mode: 0644]
static/stopwords/he [new file with mode: 0644]
subprojects/gtest/.gitignore [new file with mode: 0644]
subprojects/gtest/.travis.yml [new file with mode: 0644]
subprojects/gtest/CMakeLists.txt [new file with mode: 0644]
subprojects/gtest/README.md [new file with mode: 0644]
subprojects/gtest/appveyor.yml [new file with mode: 0644]
subprojects/gtest/googlemock/CHANGES [new file with mode: 0644]
subprojects/gtest/googlemock/CMakeLists.txt [new file with mode: 0644]
subprojects/gtest/googlemock/CONTRIBUTORS [new file with mode: 0644]
subprojects/gtest/googlemock/LICENSE [new file with mode: 0644]
subprojects/gtest/googlemock/Makefile.am [new file with mode: 0644]
subprojects/gtest/googlemock/README.md [new file with mode: 0644]
subprojects/gtest/googlemock/build-aux/.keep [new file with mode: 0644]
subprojects/gtest/googlemock/configure.ac [new file with mode: 0644]
subprojects/gtest/googlemock/docs/CheatSheet.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/CookBook.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/DesignDoc.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/DevGuide.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/Documentation.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/ForDummies.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/FrequentlyAskedQuestions.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/KnownIssues.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_5/CheatSheet.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_5/CookBook.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_5/Documentation.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_5/ForDummies.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_6/CheatSheet.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_6/CookBook.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_6/Documentation.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_6/ForDummies.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_7/CheatSheet.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_7/CookBook.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_7/Documentation.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_7/ForDummies.md [new file with mode: 0644]
subprojects/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-actions.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-cardinalities.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-actions.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-matchers.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-matchers.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-more-actions.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-more-matchers.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock-spec-builders.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/gmock.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-port.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h [new file with mode: 0644]
subprojects/gtest/googlemock/include/gmock/internal/gmock-port.h [new file with mode: 0644]
subprojects/gtest/googlemock/meson.build [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2005/gmock.sln [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2005/gmock.vcproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2005/gmock_config.vsprops [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2005/gmock_main.vcproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2005/gmock_test.vcproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2010/gmock.sln [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2010/gmock.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2010/gmock_config.props [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2010/gmock_main.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2010/gmock_test.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2015/gmock.sln [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2015/gmock.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2015/gmock_config.props [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2015/gmock_main.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/msvc/2015/gmock_test.vcxproj [new file with mode: 0644]
subprojects/gtest/googlemock/scripts/fuse_gmock_files.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/LICENSE [new file with mode: 0644]
subprojects/gtest/googlemock/scripts/generator/README [new file with mode: 0644]
subprojects/gtest/googlemock/scripts/generator/README.cppclean [new file with mode: 0644]
subprojects/gtest/googlemock/scripts/generator/cpp/__init__.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/ast.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/gmock_class.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/keywords.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/tokenize.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/cpp/utils.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/generator/gmock_gen.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/gmock-config.in [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/gmock_doctor.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/upload.py [new file with mode: 0755]
subprojects/gtest/googlemock/scripts/upload_gmock.py [new file with mode: 0755]
subprojects/gtest/googlemock/src/gmock-all.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock-cardinalities.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock-internal-utils.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock-matchers.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock-spec-builders.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock.cc [new file with mode: 0644]
subprojects/gtest/googlemock/src/gmock_main.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-actions_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-cardinalities_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-generated-actions_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-generated-function-mockers_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-generated-internal-utils_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-generated-matchers_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-internal-utils_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-matchers_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-more-actions_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-nice-strict_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-port_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock-spec-builders_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_all_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_ex_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_leak_test.py [new file with mode: 0755]
subprojects/gtest/googlemock/test/gmock_leak_test_.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_link2_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_link_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_link_test.h [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_output_test.py [new file with mode: 0755]
subprojects/gtest/googlemock/test/gmock_output_test_.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_output_test_golden.txt [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_stress_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_test.cc [new file with mode: 0644]
subprojects/gtest/googlemock/test/gmock_test_utils.py [new file with mode: 0755]
subprojects/gtest/googletest/.gitignore [new file with mode: 0644]
subprojects/gtest/googletest/CHANGES [new file with mode: 0644]
subprojects/gtest/googletest/CMakeLists.txt [new file with mode: 0644]
subprojects/gtest/googletest/CONTRIBUTORS [new file with mode: 0644]
subprojects/gtest/googletest/LICENSE [new file with mode: 0644]
subprojects/gtest/googletest/Makefile.am [new file with mode: 0644]
subprojects/gtest/googletest/README.md [new file with mode: 0644]
subprojects/gtest/googletest/build-aux/.keep [new file with mode: 0644]
subprojects/gtest/googletest/cmake/internal_utils.cmake [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest.cbproj [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest.groupproj [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest_all.cc [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest_link.cc [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest_main.cbproj [new file with mode: 0644]
subprojects/gtest/googletest/codegear/gtest_unittest.cbproj [new file with mode: 0644]
subprojects/gtest/googletest/configure.ac [new file with mode: 0644]
subprojects/gtest/googletest/docs/AdvancedGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/DevGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/Documentation.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/FAQ.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/Primer.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/PumpManual.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/Samples.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_AdvancedGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_Documentation.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_FAQ.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_Primer.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_PumpManual.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_5_XcodeGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_AdvancedGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_Documentation.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_FAQ.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_Primer.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_PumpManual.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_Samples.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_6_XcodeGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_AdvancedGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_Documentation.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_FAQ.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_Primer.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_PumpManual.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_Samples.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/V1_7_XcodeGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/docs/XcodeGuide.md [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-death-test.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-message.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-param-test.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-spi.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-test-part.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/gtest_prod.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
subprojects/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
subprojects/gtest/googletest/meson.build [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest-md.sln [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest-md.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest.sln [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_main-md.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_main.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_prod_test-md.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_prod_test.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_unittest-md.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/msvc/gtest_unittest.vcproj [new file with mode: 0644]
subprojects/gtest/googletest/samples/prime_tables.h [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample1.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample1.h [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample10_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample1_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample2.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample2.h [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample2_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample3-inl.h [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample3_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample4.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample4.h [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample4_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample5_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample6_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample7_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample8_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/samples/sample9_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/scripts/common.py [new file with mode: 0644]
subprojects/gtest/googletest/scripts/fuse_gtest_files.py [new file with mode: 0755]
subprojects/gtest/googletest/scripts/gen_gtest_pred_impl.py [new file with mode: 0755]
subprojects/gtest/googletest/scripts/gtest-config.in [new file with mode: 0755]
subprojects/gtest/googletest/scripts/pump.py [new file with mode: 0755]
subprojects/gtest/googletest/scripts/release_docs.py [new file with mode: 0755]
subprojects/gtest/googletest/scripts/upload.py [new file with mode: 0755]
subprojects/gtest/googletest/scripts/upload_gtest.py [new file with mode: 0755]
subprojects/gtest/googletest/src/gtest-all.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-death-test.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-filepath.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-internal-inl.h [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-port.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-printers.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-test-part.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest-typed-test.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest.cc [new file with mode: 0644]
subprojects/gtest/googletest/src/gtest_main.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-death-test_ex_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-death-test_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-filepath_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-linked_ptr_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-listener_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-message_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-options_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-param-test2_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-param-test_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-param-test_test.h [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-port_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-printers_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-test-part_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-tuple_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-typed-test2_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-typed-test_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-typed-test_test.h [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest-unittest-api_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_all_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_break_on_failure_unittest.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_break_on_failure_unittest_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_catch_exceptions_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_catch_exceptions_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_color_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_color_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_env_var_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_env_var_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_environment_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_filter_unittest.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_filter_unittest_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_help_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_help_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_list_tests_unittest.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_list_tests_unittest_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_main_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_no_test_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_output_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_output_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_output_test_golden_lin.txt [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_pred_impl_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_premature_exit_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_prod_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_repeat_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_shuffle_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_shuffle_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_sole_header_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_stress_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_test_utils.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_throw_on_failure_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_throw_on_failure_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_uninitialized_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_uninitialized_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_unittest.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_xml_outfile1_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_xml_outfile2_test_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_xml_outfiles_test.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_xml_output_unittest.py [new file with mode: 0755]
subprojects/gtest/googletest/test/gtest_xml_output_unittest_.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/gtest_xml_test_utils.py [new file with mode: 0755]
subprojects/gtest/googletest/test/production.cc [new file with mode: 0644]
subprojects/gtest/googletest/test/production.h [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/DebugProject.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/General.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/ReleaseProject.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Config/TestTarget.xcconfig [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Resources/Info.plist [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget.h [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Scripts/runtests.sh [new file with mode: 0644]
subprojects/gtest/googletest/xcode/Scripts/versiongenerate.py [new file with mode: 0755]
subprojects/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj [new file with mode: 0644]
subprojects/gtest/meson.build [new file with mode: 0644]
subprojects/gtest/readme.txt [new file with mode: 0644]
subprojects/gtest/travis.sh [new file with mode: 0755]
subprojects/gtest/upstream.wrap [new file with mode: 0644]
test/cluster.cpp [new file with mode: 0644]
test/dirent.cpp [new file with mode: 0644]
test/header.cpp [new file with mode: 0644]
test/lzmastream.cpp [new file with mode: 0644]
test/main.cpp [new file with mode: 0644]
test/meson.build [new file with mode: 0644]
test/pytest/basic_open_test.py [new file with mode: 0644]
test/pytest/data/wikibooks_be_all_nopic_2017-02.zim [new file with mode: 0644]
test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimaa [new file with mode: 0644]
test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimab [new file with mode: 0644]
test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimac [new file with mode: 0644]
test/pytest/meson.build [new file with mode: 0644]
test/pytest/wrapper/libzim_ext.pyx [new file with mode: 0644]
test/pytest/wrapper/meson.build [new file with mode: 0644]
test/pytest/wrapper/zim_wrapper.pxd [new file with mode: 0644]
test/template.cpp [new file with mode: 0644]
test/uuid.cpp [new file with mode: 0644]
test/zlibstream.cpp [new file with mode: 0644]
travis/compile.sh [new file with mode: 0755]
travis/install_deps.sh [new file with mode: 0755]