Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-29 | Make lcov gcov etc optional | Florent Le Coz | |
make coverage will display an error instead | |||
2015-10-29 | Add code coverage support | Florent Le Coz | |
make coverage runs the test_suite and generates a report | |||
2015-09-18 | Introduce an optional Database module | Florent Le Coz | |
Uses litesql | |||
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz | |
2015-02-23 | Add the FindCARES cmake module | Florent Le Coz | |
2015-01-10 | Fix the cmake LIBUUID_INCLUDE_DIRS value when we are not using pkg-config | Florent Le Coz | |
2014-11-13 | Improve dependencies checks in the build process | Florent Le Coz | |
- 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 | |||
2014-06-08 | Properly search for libbotan even in a botan-1.11 subdirectory | Florent Le Coz | |
2014-06-08 | Implement TLS support using Botan | Florent Le Coz | |
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 | |||
2014-05-30 | Use libuuid to generate unique IDs for iq and adhoc sessions | Florent Le Coz | |
2014-05-30 | Use pkg-config first to find libraries | Florent Le Coz | |
2014-04-30 | Link with systemd instead of systemd-daemon | Florent Le Coz | |
2014-04-15 | Add support for systemd-daemon | Florent Le Coz | |
2014-02-19 | Fix a typo in Find* comments | Florent Le Coz | |
2014-02-19 | Fix FindIconv cmake module to correctly compile the c++ test code | Florent Le Coz | |
2014-01-13 | Remove cryptopp dependency, directly include a simple sha1 implementation | Florent Le Coz | |
2013-12-08 | Provide a JID for IRC users, and add a stringprep dependency for this | Florent Le Coz | |
2013-12-08 | Rewrite the FindIconv module cleanly | Florent Le Coz | |
2013-12-08 | Rewrite the FindCryptopp cmake module cleanly | Florent Le Coz | |
2013-11-10 | Properly detect iconv features to compile | Florent Le Coz | |
2013-11-03 | Add FindCryptoPP to the cmake search stuf | Florent Le Coz | |