libkiwix/test
Veloman Yunkan dd118df612 Got rid of langMap in opds_dumper.cpp
Language code to human friendly name translation is now done with the
help of the ICU library. It works if the line

```
-include $(LANGSRCDIR)/resfiles.mk
```

in the file `source/data/Makefile.in` of the icu4c dependency is not
commented out. Currently, the said line is commented out (along with
some other include's) by the `icu4c_custom_data.patch` patch of the
`kiwix-build` tool.
2021-08-03 11:32:38 +02:00
..
data Made test library.xml a multi-language library 2021-08-03 11:32:38 +02:00
book.cpp Both Book::update() methods update the category 2021-03-17 14:10:57 +04:00
counterParsing.cpp Adapt kiwix-lib to the new libzim api. 2020-12-02 12:16:48 +01:00
httplib.h Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Helper function Library::getBookPropValueSet() 2021-08-03 11:32:38 +02:00
manager.cpp Move back used helper functions to the public API. 2021-07-07 14:43:13 +02:00
meson.build Add unit tests for Searcher and Reader 2021-07-03 14:07:14 +05:30
opds_catalog.cpp OpdsCatalog::getSearchUrl() 2021-06-30 18:27:00 +02:00
pathTools.cpp Move back used helper functions to the public API. 2021-07-07 14:43:13 +02:00
reader.cpp Add unit tests for Searcher and Reader 2021-07-03 14:07:14 +05:30
regex.cpp Move all public *Tools.h in src. 2021-07-07 14:43:13 +02:00
searcher.cpp Add unit tests for Searcher and Reader 2021-07-03 14:07:14 +05:30
server.cpp Got rid of langMap in opds_dumper.cpp 2021-08-03 11:32:38 +02:00
stringTools.cpp Better parsing of `M/Counter` 2020-10-28 16:03:18 +01:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00