libkiwix/include
Veloman Yunkan c2927ce6f7 Library got a yet unused mutex
Introducing a mutex in `Library` necessitates manually implementing the
move constructor and assignment operator. It's better to still delegate
that work to the compiler to eliminate any possibility of bugs when new
data members are added to `Library`. The trick is to move the data into
an auxiliary class `LibraryBase` and derive `Library` from it.
2021-11-30 18:20:27 +04:00
..
book.h Thread-safe Book::Illustration::getData() 2021-11-19 16:44:25 +04:00
bookmark.h Add bookmarks support. 2018-12-02 15:47:29 +01:00
common.h Allow us to declare method to be deprecated. 2018-04-19 18:04:07 +02:00
downloader.h Use c++11 std::thread instead of pthread. 2021-01-26 17:53:25 +01:00
entry.h Rename kiwix-lib in libkiwix 2021-05-23 21:46:52 +02:00
kiwix.h Format all the code using clang-format. 2017-07-05 15:22:34 +02:00
kiwixserve.h add setPort() method 2019-10-28 15:56:49 +01:00
library.h Library got a yet unused mutex 2021-11-30 18:20:27 +04:00
libxml_dumper.h const-correct kiwix::Library 2021-04-28 11:42:55 +04:00
manager.h Manager::reload() 2021-11-30 18:20:27 +04:00
meson.build Add a (empty) `include/tools.h` header. 2021-07-07 14:43:13 +02:00
name_mapper.h Renamed NameMapperProxy -> UpdatableNameMapper 2021-11-30 18:20:27 +04:00
opds_catalog.h OpdsCatalog::getSearchUrl() 2021-06-30 18:27:00 +02:00
opds_dumper.h /catalog/v2/partial_entries OPDS API endpoint 2021-09-09 12:19:22 +04:00
reader.h Remove OriginId functions since they are not useful right now 2021-08-03 11:42:58 +02:00
search_renderer.h Add SearchRenderer handles for libzim structures 2021-07-03 14:05:50 +05:30
searcher.h Update libkiwix with new libzim api 2021-08-14 22:26:39 +05:30
server.h added custom index template 2021-10-12 19:44:05 +05:30
tools.h exposed fileExist, getMimeTypeForFile and getFileCoontent functions 2021-10-12 19:44:38 +05:30