libkiwix/test
Matthieu Gautier 598dd3c175 [API Break] Fix pathTools (and a bit stringTools).
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.
2019-09-19 18:16:06 +02:00
..
library.cpp Better API to filter books in a library. 2019-06-26 16:41:01 +02:00
meson.build [API Break] Fix pathTools (and a bit stringTools). 2019-09-19 18:16:06 +02:00
parseUrl.cpp Fix parsing of url 2018-05-14 17:41:05 +02:00
pathTools.cpp [API Break] Fix pathTools (and a bit stringTools). 2019-09-19 18:16:06 +02:00
regex.cpp Add tests of regex tools. 2019-08-12 12:05:51 +02:00
stringTools.cpp [API Break] Fix pathTools (and a bit stringTools). 2019-09-19 18:16:06 +02:00
tagParsing.cpp Add a method to get the value of a specific tag. 2019-09-17 10:37:53 +02:00