libkiwix/include/common
Matthieu Gautier 34021994cd Fix for Android
- No std::to_string. We have to implement it with a ostringstream
- No pthread_cancel. So we use pthread_kill to send a signal to the thread.
2018-10-24 10:48:53 +02:00
..
base64.h base64_encode takes a string instead of a char* 2018-10-24 10:47:12 +02:00
networkTools.h Fix for Windows 2018-10-24 10:47:12 +02:00
otherTools.h Move the function to convert from xml_node to string in otherTools. 2018-08-29 15:28:52 +02:00
pathTools.h Add a tool's function to get the data directory. 2018-08-29 15:28:52 +02:00
regexTools.h Format all the code using clang-format. 2017-07-05 15:22:34 +02:00
stringTools.h Fix for Android 2018-10-24 10:48:53 +02:00