kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
33ea4b45 2024-02-18 10:41:20 CI: redirect changelog error to stdout during CI stdout is redirected to "changelog.txt" and thus not seen
4b6c78a0 2024-02-17 20:58:31 CI: add "x" permission to release helper
45d267bd 2024-02-08 07:41:23 fix file comparison failures testing with WSL + CMake Using FC on Windows through a WSL mount assumes all filenames are UPPERCASE. So make the filenames UPPERCASE in the first place.
168f4bc6 2024-02-04 19:16:14 Windows: Improve the check for endianness when using Visual Studio. Visual studio does not define __BYTE_ORDER__ so all architectures were detected as LITTLE_ENDIAN since both __BYTE_ORDER__ and __ORDER_LITTLE_ENDIAN__ would evaluate to 0 and compare equal. This updates the checks to use CMakes detection of endianness, with a hard error, if this also fails.
9301c165 2023-12-20 02:23:16 readme: fix grammatical error Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
4dbdb1d8 2023-12-13 00:42:33 CI: fix automatic releases assets extension "zip"
e2827e05 2023-12-12 23:20:44 pthreads.h: avoid undefined behavior You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966
e675560c 2023-12-20 02:05:48 readme: tidy up styling
a31f8a95 2023-12-12 13:57:56 zap stray whitespace
2d7ff32a 2023-12-12 08:17:48 Update .github/workflows/release_by_tag.yml Co-authored-by: Joshua Sing <joshua@hypera.dev>