Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github: Add -Wno-stringop-overflow to the GCC/CMake builds | Martin Storsjo | 2023-10-06 | 1 | -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 macOS | Martin Storsjo | 2023-10-06 | 1 | -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 version | Martin Storsjo | 2023-10-06 | 1 | -2/+2 |
| | |||||
* | ci: Update the checkout steps to the latest, non deprecated version | Martin Storsjo | 2023-10-06 | 1 | -13/+13 |
| | |||||
* | ci: Use sysctl instead of nproc on macOS | Martin Storsjo | 2022-05-31 | 1 | -1/+1 |
| | | | | There's no nproc command on macOS. | ||||
* | Add Github Actions CI build testing | Martin Storsjo | 2022-01-10 | 1 | -0/+174 |