Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] FindRagel.cmake - remove cmake min version | Duncan Bellamy | 2021-05-31 | 1 | -3/+0 |
| | | | | As now causes warning and main CMakeLists.txt min version is greater | ||||
* | [Minor] Another ragel fix | Vsevolod Stakhov | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve ragel support in cmake | Vsevolod Stakhov | 2021-01-22 | 1 | -2/+5 |
| | |||||
* | [Minor] Make ragel-generated files independent of the parent directory | Peter Wu | 2020-01-21 | 1 | -2/+9 |
| | | | | | | | | | | * Use relative paths for `#line` directives to allow reproducible builds independent of the absolute build directory. For /b/rspamd/src/x.rl and build dir /b/build, it could result in `../../build/src/x.rl`. * The `-L` option for `Inhibit writing #line directives` is useless, it just comments out the line with `/* ... */`, but that means that the source file is still different. * Note that ragel only accepts one input file, despite plural `INPUTS`. | ||||
* | [Rework] Move cmake modules to a dedicated path | Vsevolod Stakhov | 2019-11-15 | 1 | -0/+96 |