libkiwix/src
Matthieu Gautier 3be4d92c53 Correctly check if we are compiling for linux or not.
In C++11 `linux` is not a reserved word, so compilators do not define it.
A correct way to check if we are compiling for linux is to check for
`__linux__`.
2017-04-10 14:28:25 +02:00
..
android Update android jni wrapper to new API. 2017-04-10 14:28:25 +02:00
common Correctly check if we are compiling for linux or not. 2017-04-10 14:28:25 +02:00
ctpp2 Switch build system to mesonbuild. 2016-12-22 12:01:20 +01:00
xapian Switch build system to mesonbuild. 2016-12-22 12:01:20 +01:00
config.h.in Make use of ctpp2 optional. 2017-02-22 12:05:44 +01:00
library.cpp Switch build system to mesonbuild. 2016-12-22 12:01:20 +01:00
manager.cpp Switch build system to mesonbuild. 2016-12-22 12:01:20 +01:00
meson.build Use the new search API in zimlib. 2017-04-10 14:28:25 +02:00
reader.cpp Beautify a bit the code. 2017-04-10 14:28:25 +02:00
searcher.cpp Use the new search API in zimlib. 2017-04-10 14:28:25 +02:00
xapianSearcher.cpp Use the stop words stored in the database to configure the queryparser. 2017-04-04 17:06:49 +02:00