Age | Commit message (Expand) | Author |
2017-02-01 | Actually, just use the C locale for the date formats | louiz’ |
2017-02-01 | Only use the C.UTF-8 LANG value | louiz’ |
2017-01-06 | Use udns instead of c-ares | louiz’ |
2017-01-04 | Remove the PrintBuildParameter make target | louiz’ |
2017-01-04 | Use fsanitize=address and undefined in debug builds if ubsan and asan are there | louiz’ |
2016-12-10 | Add a make coverage target to merge all other coverages, and upload to codecov | louiz’ |
2016-12-08 | Use a portable way to get the relative paths into __FILENAME__ | louiz’ |
2016-11-15 | Fix some little compilation errors with some configs, from last commit | louiz’ |
2016-11-15 | Support the ident protocol | louiz’ |
2016-11-09 | Start version 5.0 | louiz’ |
2016-11-09 | Release version 4.04.0 | louiz’ |
2016-09-28 | Add coverage_e2e, which runs e2e, and regenerate a global coverage report | louiz’ |
2016-09-17 | make dist creates the archive with the current time, not the git time | louiz’ |
2016-08-22 | Move get_first_non_empty to louloulibs/utils | louiz’ |
2016-08-21 | Add get_first_non_empty and use it into Database to simplify a little bit | louiz’ |
2016-08-20 | Go back to non-verbose make check | louiz’ |
2016-08-20 | Better dependencies for make rpm and dist | louiz’ |
2016-08-04 | Start version 4.0 | louiz’ |
2016-08-04 | Release 3.03.0v3 | louiz’ |
2016-08-03 | Be verbose with make check | louiz’ |
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’ |
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’ |
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 |
2016-01-14 | Only activate systemd’s watchdog if we are compiling with systemd | Florent Le Coz |
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 |
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 |
2015-10-29 | make coverage is only available with a debug build | Florent Le Coz |