aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bat
Commit message (Collapse)AuthorAgeFilesLines
* testing/bat: re-introduce fish-completion subpackageLeo2020-04-271-1/+4
|
* testing/bat: upgrade to 0.15.0Leo2020-04-261-2/+2
|
* testing/bat: upgrade to 0.13.0Leo2020-04-011-4/+5
|
* testing/various: enable stackprotectorKevin Daudt2020-02-141-9/+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/bat: upgrade to 0.12.1Chloe Kudryavtsev2019-09-231-3/+4
| | | | | | Also: - add options="net" to enable rootbld builds - clang-dev and llvm-dev are used by onig_sys crate build-time
* testing/bat: enable on arches supported by rust >= 1.37.0-r0Rasmus Thomsen2019-08-301-2/+9
| | | | | * Remove uneccesary `export RUSTFLAGS="-C target-feature=-crt-static"`, which is disabled by default anyway
* testing/bat: add missing dependency on less (GNU less)Leo2019-08-081-1/+2
| | | | fixes #10713
* testing/bat: new aportChloe Kudryavtsev2019-06-081-0/+33
bat is a cat(1) clone that acts like standard cat when the output is not a tty. If the output *is* a tty, it provides syntax highlighting and integrated paging on top of the typical cat(1) features. Closes GH-8678