summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-01-13Generate systemd file from template and make installs it and the confFlorent Le Coz
The unit file Type=, as well as the executable path should now be correct with a simple “make install”, whatever the install prefix and the DESTDIR values are. ref #3152
2015-11-05Only include the coverage flags when compiling with gccFlorent Le Coz
2015-10-29Only download Catch when the test_suite target is builtFlorent Le Coz
2015-10-29Make lcov gcov etc optionalFlorent Le Coz
make coverage will display an error instead
2015-10-29make coverage is only available with a debug buildFlorent Le Coz
2015-10-29Add code coverage supportFlorent Le Coz
make coverage runs the test_suite and generates a report
2015-10-29Use Catch for our test suiteFlorent Le Coz
`make check` is also added to compile and run the tests Catch is fetched with cmake automatically into the build directory when needed
2015-10-24Add the network module to the test_suiteFlorent Le Coz
Because we added a network unit test
2015-09-23Provide username and realname IRC server optionsFlorent Le Coz
Used in the USER command when connecting to the IRC server, instead of the first nick. fix #3028
2015-09-18Introduce an optional Database moduleFlorent Le Coz
Uses litesql
2015-07-15louloulibs is part of the repository, so no need to check for its presenceFlorent Le Coz
2015-06-04Bump to 3.0~devFlorent Le Coz
2015-05-28Release version 2.02.0v2Florent Le Coz
2015-05-28Revert "Use git-archive-all in the make dist, to include the submodules in ↵Florent Le Coz
the archive" This reverts commit 54f96debcaa80ea2d49f722b0df11d227943ebba.
2015-05-26Use git-archive-all in the make dist, to include the submodules in the archiveFlorent Le Coz
2015-03-02Forgot to remove some XMPP files that are now in louloulibs insteadFlorent Le Coz
2015-02-27Suggest the command git submodule update --initFlorent Le Coz
2015-02-27Fix a typoFlorent Le Coz
2015-02-27Also check if the louloulibs/CMakeLists.txt file is missingFlorent Le Coz
Because apparently when cloning a repository with submodules, git creates empty sub-directories
2015-02-27Only use include_directory() if the directory path is definedFlorent Le Coz
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz
2015-02-26Fix the systemd-conditional codeFlorent Le Coz
By using SYSTEMD_FOUND instead of SYSTEMDDAEMON_FOUND, where I forgot to rename it…
2015-02-23Implement async DNS resolution using c-aresFlorent Le Coz
fix #2533
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-07-15Provide WITHOUT_BOTAN and WITHOUT_SYSTEMD cmake flagsFlorent Le Coz
Use them to build without linking to them, even if they are on your system
2014-07-12Bump master version to 2.0~devFlorent Le Coz
2014-07-12Release version 1.01.0Florent Le Coz
2014-06-30Fix some cmake issuesFlorent Le Coz
fix #2551
2014-06-24Provide a make dist targetFlorent Le Coz
2014-06-23Rename cmake target test->test_suite for cmake 3.0Florent Le Coz
See CMP0037
2014-06-20Write the software version, including the git hash, in config.h using cmakeFlorent Le Coz
2014-06-18includes from cmake BINARY_DIR should be included before considering SOURCE_DIRFlorent Le Coz
2014-06-08Silence warnings coming from Botan headersFlorent 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-11mini reorderFlorent Le Coz
2014-05-11[cmake] Do not print useless messages when an optional lib is not foundFlorent Le Coz
2014-04-30Use epoll on linux by default, poll otherwiseFlorent Le Coz
2014-04-28Upgrade to C++14Florent Le Coz
2014-04-22Fix the CMakeLists.txt to correctly have -Ibuild/src/Florent Le Coz
2014-04-15Add support for systemd-daemonFlorent Le Coz
2014-04-13Improved doc rule in the cmake thingFlorent Le Coz
2014-04-13Do not link with pthreadFlorent Le Coz
2014-03-14Fix the CMakeLists.txt regarding ronnFlorent Le Coz
2014-02-19Move CMake’s config.h(.cmake) files into src/Florent Le Coz
2014-02-17Build the man page as part of the build process, if ronn is foundFlorent Le Coz
2014-02-17Make install ruleFlorent Le Coz
2014-01-14Fix the build system to correctly include config.hFlorent 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