aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* github: Add -Wno-stringop-overflow to the GCC/CMake buildsMartin Storsjo2023-10-061-2/+2
| | | | | | | | CMake builds with -O3 by default, while autotools builds with -O2. When optimizing in -O3 mode, GCC finds things to warn about with -Wno-stringop-overflow that it doesn't find in -O2 mode. (This happens at least with GCC 11, found in Ubuntu 22.04.)
* ci: Disable warnings about deprecated functions on macOSMartin Storsjo2023-10-061-2/+2
| | | | | | macOS has marked the function vsprintf deprecated; this is used in FDKsprintf with a number of uses in the codebase, that aren't entirely trivial to move over to vsnprintf.
* ci: Update the llvm-mingw job to the latest versionMartin Storsjo2023-10-061-2/+2
|
* ci: Update the checkout steps to the latest, non deprecated versionMartin Storsjo2023-10-061-13/+13
|
* ci: Use sysctl instead of nproc on macOSMartin Storsjo2022-05-311-1/+1
| | | | There's no nproc command on macOS.
* Add Github Actions CI build testingMartin Storsjo2022-01-101-0/+174