Import zimlib_6.2.2.orig.tar.gz
authorKunal Mehta <legoktm@debian.org>
Sat, 5 Sep 2020 09:29:25 +0000 (10:29 +0100)
committerKunal Mehta <legoktm@debian.org>
Sat, 5 Sep 2020 09:29:25 +0000 (10:29 +0100)
commit78afe4d4b94c638f79d12d27383fcc2b53508141
tree339fa6aef47466ec941b83081c7b414070681293
Import zimlib_6.2.2.orig.tar.gz

[dgit import orig zimlib_6.2.2.orig.tar.gz]
186 files changed:
.codecov.yml [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/move.yml [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.github/workflows/package.yml [new file with mode: 0644]
.gitignore [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]
debian/changelog [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libzim-dev.install [new file with mode: 0644]
debian/libzim6.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/meson.build [new file with mode: 0644]
docs/requirements.txt [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/creator.h [new file with mode: 0644]
include/zim/writer/url.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/cluster.cpp [new file with mode: 0644]
src/cluster.h [new file with mode: 0644]
src/compression.cpp [new file with mode: 0644]
src/compression.h [new file with mode: 0644]
src/concurrent_cache.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: 0644]
src/levenshtein.h [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/lrucache.h [new file with mode: 0644]
src/md5.c [new file with mode: 0644]
src/md5.h [new file with mode: 0644]
src/meson.build [new file with mode: 0644]
src/reader.h [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/creator.cpp [new file with mode: 0644]
src/writer/creatordata.h [new file with mode: 0644]
src/writer/dirent.cpp [new file with mode: 0644]
src/writer/direntPool.h [new file with mode: 0644]
src/writer/queue.h [new file with mode: 0644]
src/writer/workers.cpp [new file with mode: 0644]
src/writer/workers.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/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/af [new file with mode: 0644]
static/stopwords/ar [new file with mode: 0644]
static/stopwords/bg [new file with mode: 0644]
static/stopwords/bn [new file with mode: 0644]
static/stopwords/br [new file with mode: 0644]
static/stopwords/ca [new file with mode: 0644]
static/stopwords/cs [new file with mode: 0644]
static/stopwords/da [new file with mode: 0644]
static/stopwords/de [new file with mode: 0644]
static/stopwords/el [new file with mode: 0644]
static/stopwords/en [new file with mode: 0644]
static/stopwords/eo [new file with mode: 0644]
static/stopwords/es [new file with mode: 0644]
static/stopwords/et [new file with mode: 0644]
static/stopwords/eu [new file with mode: 0644]
static/stopwords/fa [new file with mode: 0644]
static/stopwords/fi [new file with mode: 0644]
static/stopwords/fr [new file with mode: 0644]
static/stopwords/ga [new file with mode: 0644]
static/stopwords/gl [new file with mode: 0644]
static/stopwords/ha [new file with mode: 0644]
static/stopwords/he [new file with mode: 0644]
static/stopwords/hi [new file with mode: 0644]
static/stopwords/hr [new file with mode: 0644]
static/stopwords/hu [new file with mode: 0644]
static/stopwords/hy [new file with mode: 0644]
static/stopwords/id [new file with mode: 0644]
static/stopwords/it [new file with mode: 0644]
static/stopwords/ja [new file with mode: 0644]
static/stopwords/ko [new file with mode: 0644]
static/stopwords/ku [new file with mode: 0644]
static/stopwords/la [new file with mode: 0644]
static/stopwords/lt [new file with mode: 0644]
static/stopwords/lv [new file with mode: 0644]
static/stopwords/mr [new file with mode: 0644]
static/stopwords/ms [new file with mode: 0644]
static/stopwords/nl [new file with mode: 0644]
static/stopwords/no [new file with mode: 0644]
static/stopwords/pl [new file with mode: 0644]
static/stopwords/pt [new file with mode: 0644]
static/stopwords/ro [new file with mode: 0644]
static/stopwords/ru [new file with mode: 0644]
static/stopwords/sk [new file with mode: 0644]
static/stopwords/sl [new file with mode: 0644]
static/stopwords/so [new file with mode: 0644]
static/stopwords/st [new file with mode: 0644]
static/stopwords/sv [new file with mode: 0644]
static/stopwords/sw [new file with mode: 0644]
static/stopwords/th [new file with mode: 0644]
static/stopwords/tl [new file with mode: 0644]
static/stopwords/tr [new file with mode: 0644]
static/stopwords/uk [new file with mode: 0644]
static/stopwords/ur [new file with mode: 0644]
static/stopwords/vi [new file with mode: 0644]
static/stopwords/yo [new file with mode: 0644]
static/stopwords/zh [new file with mode: 0644]
static/stopwords/zu [new file with mode: 0644]
subprojects/gtest.wrap [new file with mode: 0644]
test/cluster.cpp [new file with mode: 0644]
test/compression.cpp [new file with mode: 0644]
test/data/meson.build [new file with mode: 0644]
test/data/wikibooks_be_all_nopic_2017-02.zim [new file with mode: 0644]
test/data/wikibooks_be_all_nopic_2017-02_splitted.zimaa [new file with mode: 0644]
test/data/wikibooks_be_all_nopic_2017-02_splitted.zimab [new file with mode: 0644]
test/data/wikibooks_be_all_nopic_2017-02_splitted.zimac [new file with mode: 0644]
test/data/wikipedia_en_climate_change_nopic_2020-01.zim [new file with mode: 0644]
test/dirent.cpp [new file with mode: 0644]
test/find.cpp [new file with mode: 0644]
test/header.cpp [new file with mode: 0644]
test/impl_find.cpp [new file with mode: 0644]
test/iterator.cpp [new file with mode: 0644]
test/lrucache.cpp [new file with mode: 0644]
test/meson.build [new file with mode: 0644]
test/tempfile.cpp [new file with mode: 0644]
test/tempfile.h [new file with mode: 0644]
test/template.cpp [new file with mode: 0644]
test/uuid.cpp [new file with mode: 0644]
test/zimfile.cpp [new file with mode: 0644]