kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
759d2af4 2023-12-19 17:22:13 readme: add windows badge
3cb1ac9e 2023-12-19 17:21:24 ci: clean up windows workflow
c3fc668d 2023-12-15 16:36:25 ci: clean up release workflow
682da537 2023-12-14 18:28:55 Fix build on windows
4f0ae7a9 2023-12-11 17:40:31 Add configure check for strcasecmp
b85c9dac 2023-12-11 16:21:30 cmake: auto-detect `strtonum` Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408
7ca25961 2023-12-14 13:43:04 cmake: limit some macros to mingw Syncing this up with autotools. Also use the built-in `MINGW` variable.
c4034613 2023-12-11 16:29:44 delete broken link
819b6064 2023-12-11 16:21:00 upgrade links in comments to HTTPS
d8ade653 2023-12-15 16:25:26 ci: fix apt commands in solaris workflow