summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2015-01-10Fix the cmake LIBUUID_INCLUDE_DIRS value when we are not using pkg-configFlorent Le Coz
2014-11-13Improve dependencies checks in the build processFlorent 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-08Properly search for libbotan even in a botan-1.11 subdirectoryFlorent Le Coz
2014-06-08Implement TLS support using BotanFlorent 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-30Use libuuid to generate unique IDs for iq and adhoc sessionsFlorent Le Coz
2014-05-30Use pkg-config first to find librariesFlorent Le Coz
2014-04-30Link with systemd instead of systemd-daemonFlorent Le Coz
2014-04-15Add support for systemd-daemonFlorent Le Coz
2014-02-19Fix a typo in Find* commentsFlorent Le Coz
2014-02-19Fix FindIconv cmake module to correctly compile the c++ test codeFlorent Le Coz
2014-01-13Remove cryptopp dependency, directly include a simple sha1 implementationFlorent Le Coz
2013-12-08Provide a JID for IRC users, and add a stringprep dependency for thisFlorent Le Coz
2013-12-08Rewrite the FindIconv module cleanlyFlorent Le Coz
2013-12-08Rewrite the FindCryptopp cmake module cleanlyFlorent Le Coz
2013-11-10Properly detect iconv features to compileFlorent Le Coz
2013-11-03Add FindCryptoPP to the cmake search stufFlorent Le Coz