libkiwix/test
Matthieu Gautier 3d75f24a29 Do not store raw pointer to NameMapper.
While it was "ok" to store raw pointer as, in our use case, the nameMapper
always live longer than object using it; it is not safe to store
raw pointer on object than may be deleted.

All classes storing a NameMapper now store a shared_ptr.
Functions only using the library (as `HumanReadableNameMapper`) continue
to use a (const) reference.
2022-10-18 17:00:11 +02:00
..
data Introduced /content endpoint 2022-08-11 18:04:05 +04:00
book.cpp Deprecate methods on Book. 2022-01-12 18:07:46 +01:00
counterParsing.cpp Adapt kiwix-lib to the new libzim api. 2020-12-02 12:16:48 +01:00
httplib.h Fix warning in httplib. 2021-11-16 09:39:56 +01:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp fixup! Do not store raw pointer to Library. 2022-10-18 17:00:11 +02:00
library_server.cpp fixup! Make the opds_dumper respect the provided nameMapper used in the server. 2022-10-18 17:00:11 +02:00
lrucache.cpp uint is not defined on Windows 2022-06-10 11:21:35 +02:00
manager.cpp fixup! Do not store raw pointer to Library. 2022-10-18 17:00:11 +02:00
meson.build It's libkiwix, not kiwixlib 2022-09-11 16:05:25 +02:00
name_mapper.cpp fixup! Do not store raw pointer to Library. 2022-10-18 17:00:11 +02:00
opds_catalog.cpp OpdsCatalog::getSearchUrl() 2021-06-30 18:27:00 +02:00
pathTools.cpp Do not include posix header on Windows 2022-01-19 16:15:59 +01:00
regex.cpp Got rid of unused *pendToFirstOccurence() funcs 2022-09-21 15:52:26 +04:00
server.cpp fixup! Make the opds_dumper respect the provided nameMapper used in the server. 2022-10-18 17:00:11 +02:00
server_helper.cpp Introduce a pagination object to render search result. 2022-05-23 19:12:17 +02:00
server_search.cpp Dropped taskbarless test server 2022-09-21 17:40:46 +04:00
server_testing_tools.h Do not store raw pointer to NameMapper. 2022-10-18 17:00:11 +02:00
stringTools.cpp New unit-test stringTools.ICULanguageInfo 2022-07-07 16:13:49 +04:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00
testing_tools.h fixup! Do not store raw pointer to Library. 2022-10-18 17:00:11 +02:00