Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs! | ||||
* | build: fixed mixed-tab in valgrind script | Rafael G. Martins | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | build: added shebang to valgrind script | Rafael G. Martins | 2017-01-20 | 1 | -0/+2 |
| | |||||
* | build: accept parameters to valgrind script | Rafael G. Martins | 2016-12-26 | 1 | -2/+2 |
| | |||||
* | build: use bash, but get it properly during build time | Rafael G. Martins | 2016-10-12 | 1 | -4/+0 |
| | | | | hardcoding it for travis, as bash is always installed there. | ||||
* | build: man: tests: do not use bash | Rafael G. Martins | 2016-10-12 | 1 | -1/+1 |
| | | | | tested with busybox' ash, that is not exactly posix. | ||||
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 1 | -0/+18 |
this commit also includes some "integration test" in shell script |