aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tau
Commit message (Collapse)AuthorAgeFilesLines
* community/tau: move from testingRasmus Thomsen2020-03-021-35/+0
|
* testing/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* testing/various: enable stackprotectorKevin Daudt2020-02-141-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/tau: upgrade to 0.10.2Rasmus Thomsen2020-01-201-4/+4
|
* tree-wide: use --buildtype=debugoptimized for meson packagesRasmus Thomsen2020-01-071-2/+2
| | | | | | | As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols.
* testing/tau: upgrade to 0.10.1Rasmus Thomsen2019-12-231-3/+3
|
* testing/tau: upgrade to 0.9.3Rasmus Thomsen2019-10-061-5/+5
|
* testing/tau: disable stack protector on x86Leo2019-08-311-0/+7
|
* testing/tau: upgrade to 0.9.2Rasmus Thomsen2019-08-301-4/+4
| | | | * Enable on more arches
* testing/tau: new aportRasmus Thomsen2019-08-151-0/+35