Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | Properly use the docstring variables | louiz’ | |
2016-07-12 | Clean the list of options visible in non-advanced ccmake | louiz’ | |
2016-07-12 | Use an ugly way, because SOURCES property does not work in cmake 3.0 | louiz’ | |
2016-07-12 | Set the required cmake version to 3.0 | louiz’ | |
2016-07-12 | Don't use target_sources() in cmake because it's >=3.1 only | louiz’ | |
2016-07-12 | Move reload.*pp from louloulibs to src | louiz’ | |
2016-07-02 | Add a valgrind suppression file | louiz’ | |
2016-06-29 | Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the env | louiz’ | |
2016-06-13 | Display a message to tell if we found pandoc or not | louiz’ | |
fix #3177 | |||
2016-06-11 | Allow cmake to configure the systemd unit’s user and group | Emmanuel Gil Peyrot | |
2016-05-23 | Update the build process to take into account the rst files | louiz’ | |
2016-04-22 | Move the e2e tests out of make check | louiz’ | |
2016-04-22 | Force LANG to en_US when generating biboumi.spec (fixes the date format) | louiz’ | |
2016-03-24 | Fetch Catch from our own clone, instead of the github one. | louiz’ | |
Avoids: - Relying on github’s services - Fetching a new (malicious) version, automatically, without any “check” | |||
2016-02-24 | Add a basic integration test in python | Florent Le Coz | |
2016-01-21 | Add a “rpm” target in the makefile, building a RPM | Florent Le Coz | |
2016-01-21 | Spec file becomes a template, auto filled with the date and version | Florent Le Coz | |
2016-01-15 | Fix a build when litesql is found but not botan | Florent Le Coz | |
fix #3157 | |||
2016-01-14 | Only activate systemd’s watchdog if we are compiling with systemd | Florent Le Coz | |
ref #3152 | |||
2016-01-13 | Display an info message on make dist | Florent Le Coz | |
2016-01-13 | Install the unit file in lib/, not etc/ | Florent Le Coz | |
2016-01-13 | Include catch.hpp in the dist tarball | Florent Le Coz | |
2016-01-13 | If catch.hpp is found in tests/, use it without cloning the git repo | Florent Le Coz | |
2016-01-13 | Remove the second '-' from the package when ~dev is there | Florent Le Coz | |
2016-01-13 | Build the doc with the default make target | Florent Le Coz | |
2016-01-13 | Generate systemd file from template and make installs it and the conf | Florent 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-05 | Only include the coverage flags when compiling with gcc | Florent Le Coz | |
2015-10-29 | Only download Catch when the test_suite target is built | Florent Le Coz | |
2015-10-29 | Make lcov gcov etc optional | Florent Le Coz | |
make coverage will display an error instead | |||
2015-10-29 | make coverage is only available with a debug build | Florent Le Coz | |
2015-10-29 | Add code coverage support | Florent Le Coz | |
make coverage runs the test_suite and generates a report | |||
2015-10-29 | Use Catch for our test suite | Florent 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-24 | Add the network module to the test_suite | Florent Le Coz | |
Because we added a network unit test | |||
2015-09-23 | Provide username and realname IRC server options | Florent Le Coz | |
Used in the USER command when connecting to the IRC server, instead of the first nick. fix #3028 | |||
2015-09-18 | Introduce an optional Database module | Florent Le Coz | |
Uses litesql | |||
2015-07-15 | louloulibs is part of the repository, so no need to check for its presence | Florent Le Coz | |
2015-06-04 | Bump to 3.0~dev | Florent Le Coz | |
2015-05-28 | Release version 2.02.0v2 | Florent Le Coz | |
2015-05-28 | Revert "Use git-archive-all in the make dist, to include the submodules in ↵ | Florent Le Coz | |
the archive" This reverts commit 54f96debcaa80ea2d49f722b0df11d227943ebba. | |||
2015-05-26 | Use git-archive-all in the make dist, to include the submodules in the archive | Florent Le Coz | |
2015-03-02 | Forgot to remove some XMPP files that are now in louloulibs instead | Florent Le Coz | |
2015-02-27 | Suggest the command git submodule update --init | Florent Le Coz | |
2015-02-27 | Fix a typo | Florent Le Coz | |
2015-02-27 | Also check if the louloulibs/CMakeLists.txt file is missing | Florent Le Coz | |
Because apparently when cloning a repository with submodules, git creates empty sub-directories | |||
2015-02-27 | Only use include_directory() if the directory path is defined | Florent Le Coz | |
2015-02-27 | Remove all the libs that are now in louloulibs | Florent Le Coz | |
2015-02-26 | Fix the systemd-conditional code | Florent Le Coz | |
By using SYSTEMD_FOUND instead of SYSTEMDDAEMON_FOUND, where I forgot to rename it… | |||
2015-02-23 | Implement async DNS resolution using c-ares | Florent Le Coz | |
fix #2533 | |||
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-07-15 | Provide WITHOUT_BOTAN and WITHOUT_SYSTEMD cmake flags | Florent Le Coz | |
Use them to build without linking to them, even if they are on your system |