mirror of https://github.com/kiwix/libkiwix.git
Api changes : - removeLastPathElement do not takes extra arguments `removePreSeparator` and `removePostSeparator`. This is not needed as path do not need special tailing separator. - Only one function `split`. Arguments can be implicitly convert to string. No need for overloading functions to explicitly cast them. - `split` function takes another argument `trimEmpty`. If true, empty element are removed. Path manipulation now almost pass trough a vector<string> to store each path's part. Most of the complex works is now made in the normalizeParts function. |
||
---|---|---|
.. | ||
tools | ||
book.h | ||
bookmark.h | ||
common.h | ||
downloader.h | ||
entry.h | ||
kiwix.h | ||
kiwixserve.h | ||
library.h | ||
libxml_dumper.h | ||
manager.h | ||
meson.build | ||
name_mapper.h | ||
opds_dumper.h | ||
reader.h | ||
search_renderer.h | ||
searcher.h | ||
server.h |