Properly use the docstring variables
Clean the list of options visible in non-advanced ccmake
Use an ugly way, because SOURCES property does not work in cmake 3.0
Set the required cmake version to 3.0
Don't use target_sources() in cmake because it's >=3.1 only
Move reload.*pp from louloulibs to src
Add a valgrind suppression file
Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the env
Display a message to tell if we found pandoc or not fix #3177
Allow cmake to configure the systemd unit’s user and group
Update the build process to take into account the rst files
Move the e2e tests out of make check
Force LANG to en_US when generating biboumi.spec (fixes the date format)
Fetch Catch from our own clone, instead of the github one. Avoids: - Relying on github’s services - Fetching a new (malicious) version, automatically, without any “check”
Add a basic integration test in python
Add a “rpm” target in the makefile, building a RPM
Spec file becomes a template, auto filled with the date and version
Fix a build when litesql is found but not botan fix #3157
Only activate systemd’s watchdog if we are compiling with systemd ref #3152
Display an info message on make dist