Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/mdcat: upgrade to 0.16.0 | Leo | 2020-04-12 | 1 | -5/+3 |
| | | | | | remove oniguruma from the dependencies as mdcat now uses the pure rust regex backend | ||||
* | testing/mdcat: disable on mips | Ariadne Conill | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | testing/mdcat: upgrade to 0.15.1 | Leo | 2020-02-17 | 1 | -3/+3 |
| | |||||
* | testing/various: enable stackprotector | Kevin Daudt | 2020-02-14 | 1 | -8/+1 |
| | | | | | | | | | On x86, the stack protector was disabled by addinsg `-fno-stack-protector` to CFLAGS. This was due to rust not passing `-lssp_nonshared` to the linker, causing build errors while linking. Rust has been patched to fix this issue, so now we can enable stack protection again. | ||||
* | testing/mdcat: upgrade to 0.15.0 | Leo | 2020-01-12 | 1 | -5/+4 |
| | |||||
* | testing/mdcat: orphan | Leo | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | testing/mdcat: fix on x86 by disabling stack protector | Rasmus Thomsen | 2019-12-27 | 1 | -0/+7 |
| | |||||
* | testing/mdcat: new aport | Leo | 2019-12-27 | 1 | -0/+30 |
https://github.com/lunaryorn/mdcat Cat for markdown |