summaryrefslogtreecommitdiff
path: root/src/config.m4 (follow)
AgeCommit message (Collapse)Author
2018-02-05Compatibility layer for pcre2jvoisin
This should close #129
2018-01-17Make the build system a bit more portablejvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-10-10Remove a useless ile for nowjvoisin
This should close #31
2017-10-05Use clang on travis-ci (#23)jvoisin
2017-09-26Implement, test and document namespace supportjvoisin
2017-09-26Simplify and improve the build systemjvoisin
- CFLAGS are now set in the config.m4 file (and not in the Makefile anymore) - `make release` is added - `make debug` and `make coverage` are now simpler - hardening flags are added
2017-09-22Improve a bit the .travis.yml filejvoisin
2017-09-21Add travisjvoisin
2017-09-20Initial importSebastien Blot