Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -93/+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! | ||||
* | maint: update readme | Rafael G. Martins | 2021-01-03 | 1 | -4/+9 |
| | |||||
* | maint: readme: minor fix | Rafael G. Martins | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | maint: added instructions on how to produce a release | Rafael G. Martins | 2020-05-31 | 1 | -0/+88 |