libkiwix/include/tools
Matthieu Gautier 9b4419f3fc [ABI Break] Correctly detect the executable path in appimage.
There are two executable path :
- The user one (the appimage path)
- The real one (in the appimage archive)

When we search of `library.xml` we need the user one.
But when we search of `aria2c` or `kiwix-serve` we need the real one.

Fix kiwix/kiwix-desktop#256
2019-09-17 11:23:16 +02:00
..
base64.h [API break] Move all the tools in the tools directory instead of common. 2019-01-23 15:31:38 +01:00
lock.h Add a new tool `Lock` to lock a mutex. 2019-08-10 10:59:13 +02:00
networkTools.h Remove getNetworkInterfaces and getBestPublicIp function. 2019-04-04 17:00:45 +02:00
otherTools.h Fix include in otherTools.h 2019-08-11 10:19:48 +02:00
pathTools.h [ABI Break] Correctly detect the executable path in appimage. 2019-09-17 11:23:16 +02:00
regexTools.h Make appendToFirstOccurence take argument by reference. 2019-08-11 10:19:48 +02:00
stringTools.h Add a string tool to join a list of strings together. 2019-09-16 09:42:10 +02:00