Age | Commit message (Collapse) | Author |
|
|
|
|
|
fix #3274
|
|
Simplifies the CMakeLists.txt a little bit
|
|
|
|
|
|
Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
|
|
|
|
|
|
[skip-ci]
|
|
|
|
|
|
|
|
make coverage will display an error instead
|
|
make coverage runs the test_suite and generates a report
|
|
Uses litesql
|
|
|
|
|
|
|
|
- Rename all Find*.cmake files to uppercase, to make things more consistent,
and fix some issues with them (notably the REQUIRED flag)
- Rename SYSTEMDDAEMON to SYSTEMD and only use the libsystemd instead of
libsystemd-daemon because it's deprecated for a long time now
- Provide a WITH_* and WITHOUT_* switch for all optional dependencies
- Document things in the INSTALL file
|
|
|
|
For now, it tries two TLS ports and then connects to the non-tls port. In
the future we would like the user to be able to configure that.
fix #2435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|