kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
1c72631e 2023-12-19 17:32:44 ci: fix windows workflow syntax
759d2af4 2023-12-19 17:22:13 readme: add windows badge
74ef8629 2023-12-15 17:04:56 Add Solaris workflow badge to readme
4ec5996f 2023-12-15 15:16:02 ci: reenable and clean up solaris workflow
5809029c 2023-12-11 21:53:59 windows: minor compat header fixes - posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900 - stdio.h: include socket header before windows.h - pthread.h: delete exec permission from source file
4f0ae7a9 2023-12-11 17:40:31 Add configure check for strcasecmp
682da537 2023-12-14 18:28:55 Fix build on windows
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
c4034613 2023-12-11 16:29:44 delete broken link
c3fc668d 2023-12-15 16:36:25 ci: clean up release workflow