Import zimlib_8.1.0+really8.0.0.orig.tar.gz
authorKunal Mehta <legoktm@debian.org>
Thu, 12 Jan 2023 03:05:31 +0000 (03:05 +0000)
committerKunal Mehta <legoktm@debian.org>
Thu, 12 Jan 2023 03:05:31 +0000 (03:05 +0000)
commit82aa37e94f05a2d92230ef86e1fefd42640e5c5c
treee843cf40d319e652998b32d350e971981fb54456
Import zimlib_8.1.0+really8.0.0.orig.tar.gz

[dgit import orig zimlib_8.1.0+really8.0.0.orig.tar.gz]
238 files changed:
.codecov.yml [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/script/build_libzim.cmd [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/libzim7.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/6to7.rst [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]
docs/usage.rst [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/archive.h [new file with mode: 0644]
include/zim/blob.h [new file with mode: 0644]
include/zim/entry.h [new file with mode: 0644]
include/zim/error.h [new file with mode: 0644]
include/zim/item.h [new file with mode: 0644]
include/zim/meson.build [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/suggestion.h [new file with mode: 0644]
include/zim/suggestion_iterator.h [new file with mode: 0644]
include/zim/tools.h [new file with mode: 0644]
include/zim/uuid.h [new file with mode: 0644]
include/zim/version.h [new file with mode: 0644]
include/zim/writer/contentProvider.h [new file with mode: 0644]
include/zim/writer/creator.h [new file with mode: 0644]
include/zim/writer/item.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/download_test_data.py [new file with mode: 0755]
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/archive.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/buffer_reader.cpp [new file with mode: 0644]
src/buffer_reader.h [new file with mode: 0644]
src/bufferstreamer.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/constants.h [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/decoderstreamreader.h [new file with mode: 0644]
src/dirent.cpp [new file with mode: 0644]
src/dirent_accessor.cpp [new file with mode: 0644]
src/dirent_accessor.h [new file with mode: 0644]
src/dirent_lookup.h [new file with mode: 0644]
src/direntreader.h [new file with mode: 0644]
src/endian_tools.h [new file with mode: 0644]
src/entry.cpp [new file with mode: 0644]
src/envvalue.cpp [new file with mode: 0644]
src/envvalue.h [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/fileheader.h [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/istreamreader.cpp [new file with mode: 0644]
src/istreamreader.h [new file with mode: 0644]
src/item.cpp [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/narrowdown.h [new file with mode: 0644]
src/rawstreamreader.h [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/suggestion.cpp [new file with mode: 0644]
src/suggestion_internal.h [new file with mode: 0644]
src/suggestion_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/version.cpp [new file with mode: 0644]
src/writer/_dirent.h [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/clusterWorker.cpp [new file with mode: 0644]
src/writer/clusterWorker.h [new file with mode: 0644]
src/writer/contentProvider.cpp [new file with mode: 0644]
src/writer/counterHandler.cpp [new file with mode: 0644]
src/writer/counterHandler.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/defaultIndexData.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/handler.h [new file with mode: 0644]
src/writer/item.cpp [new file with mode: 0644]
src/writer/queue.h [new file with mode: 0644]
src/writer/tinyString.h [new file with mode: 0644]
src/writer/titleListingHandler.cpp [new file with mode: 0644]
src/writer/titleListingHandler.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/xapianHandler.cpp [new file with mode: 0644]
src/writer/xapianHandler.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/xapianWorker.cpp [new file with mode: 0644]
src/writer/xapianWorker.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/gu [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]
subprojects/liblzma.wrap [new file with mode: 0644]
subprojects/zstd.wrap [new file with mode: 0644]
test/archive.cpp [new file with mode: 0644]
test/bufferstreamer.cpp [new file with mode: 0644]
test/cluster.cpp [new file with mode: 0644]
test/compression.cpp [new file with mode: 0644]
test/creator.cpp [new file with mode: 0644]
test/decoderstreamreader.cpp [new file with mode: 0644]
test/defaultIndexdata.cpp [new file with mode: 0644]
test/dirent.cpp [new file with mode: 0644]
test/dirent_lookup.cpp [new file with mode: 0644]
test/find.cpp [new file with mode: 0644]
test/header.cpp [new file with mode: 0644]
test/indexing_criteria.cpp [new file with mode: 0644]
test/istreamreader.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/parseLongPath.cpp [new file with mode: 0644]
test/random.cpp [new file with mode: 0644]
test/rawstreamreader.cpp [new file with mode: 0644]
test/reader.cpp [new file with mode: 0644]
test/search.cpp [new file with mode: 0644]
test/search_iterator.cpp [new file with mode: 0644]
test/suggestion.cpp [new file with mode: 0644]
test/suggestion_iterator.cpp [new file with mode: 0644]
test/template.cpp [new file with mode: 0644]
test/tinyString.cpp [new file with mode: 0644]
test/tools.cpp [new file with mode: 0644]
test/tools.h [new file with mode: 0644]
test/tooltesting.cpp [new file with mode: 0644]
test/uuid.cpp [new file with mode: 0644]