| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-28 | Fix the CI on clang | jvoisin | |
| Apparently, clang doesn't like the `putwchar` function for no good reason. Replacing it with `printf` fixes a NULL-ptr deref, so let's do that, as we don't really care about the content of the buffer anyway, only that it's not optimized away. | |||
| 2025-10-28 | Add GCC14 to the CI | jvoisin | |
| 2025-10-28 | Allow the CI to fail on clang for now | jvoisin | |
| We know clang isn't working great for now, and we still need the CI to fix bugs. | |||
| 2025-10-28 | Use dustri.org instead of musl.cc to download the toolchain | jvoisin | |
| 2025-05-12 | Bump actions/upload-pages-artifact from v1 to v3 | jvoisin | |
| 2025-01-28 | Bump clang versions in the CI | jvoisin | |
| 2024-10-08 | Run various C versions in the CI | jvoisin | |
| 2024-05-20 | Improve the testsuite reliability wrt. gcc | jvoisin | |
| 2023-12-28 | Make the CI fail when the testsuite fails | jvoisin | |
| 2023-12-28 | Build with USE_NATIVE_CHK for clang and gcc | jvoisin | |
| 2023-12-10 | Add gcc 13 to the CI | jvoisin | |
| 2023-12-08 | Add a check in the CI to keep the readme up to date | jvoisin | |
| 2023-09-29 | Make use of the native _chk variants for real | jvoisin | |
| 2023-09-27 | Add an option to make use of compiler-provided _chk builtins | jvoisin | |
| 2023-09-21 | Add clang 15 to the CI | jvoisin | |
| 2023-09-20 | Add tests for compile-time errors | jvoisin | |
| 2023-09-04 | Install wget for the coverity workflow | jvoisin | |
| 2023-08-28 | Fix the coverity run | jvoisin | |
| 2023-08-21 | Add coverity analysis | jvoisin | |
| 2023-08-20 | Split build and run | jvoisin | |
| Both in the CI, and in the Makefile | |||
| 2023-08-20 | Cache the musl toolchain in the coverage step in the CI | jvoisin | |
| 2023-08-20 | Run the testsuite on multiple gcc versions | jvoisin | |
| 2023-08-20 | Specify "shell: bash" in github actions | jvoisin | |
| As [documented](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference), this brings us `set -eo pipefail`. | |||
| 2023-08-20 | Fix clang build | jvoisin | |
| - s/CLFAGS/CFLAGS/ - provide paths to local includes - sprinkle more __pass_object_size__ - remove a problematic test | |||
| 2023-07-05 | Cache musl-toolchain download | jvoisin | |
| 2023-07-05 | Run several clang versions in the CI | jvoisin | |
| 2023-07-05 | Don't download musl-cc for clang in the CI | jvoisin | |
| 2023-06-25 | Run clang and gcc in the CI | jvoisin | |
| 2023-05-30 | Add code coverage | jvoisin | |
| And make it available at https://jvoisin.github.io/fortify-headers/include/index.html | |||
| 2023-04-13 | Add a basic testsuite | jvoisin | |
