kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
4b6c78a0 2024-02-17 20:58:31 CI: add "x" permission to release helper
b68d02c4 2024-02-13 03:24:53 test windows builds with shared libs enabled
b7bf4538 2024-02-12 03:10:44 delete checked-in tap-driver.sh it is autogenerated, so don't keep it in tree
d06a1136 2024-02-04 19:26:00 Windows: Don't set -Wall when compiling with Visual Studio. As it enables a lot of spammed warnings that are not part of W4. This reduces the warnings a lot when compiling LibreSSL in CLion for me.
e675560c 2023-12-20 02:05:48 readme: tidy up styling
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
a31f8a95 2023-12-12 13:57:56 zap stray whitespace
2bd8ce01 2023-12-20 01:33:08 ci: add concurrency groups to workflows
2d7ff32a 2023-12-12 08:17:48 Update .github/workflows/release_by_tag.yml Co-authored-by: Joshua Sing <joshua@hypera.dev>
a2e4a3f3 2023-12-12 00:28:52 CI: automatically create release, upload windows builds