kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
16fb59d6 2023-12-19 17:34:10 ci: tidy windows workflow job name
1c72631e 2023-12-19 17:32:44 ci: fix windows workflow syntax
3cb1ac9e 2023-12-19 17:21:24 ci: clean up windows workflow
3729a8d1 2023-12-15 16:20:21 ci: cleanup coverity workflow
a2e4a3f3 2023-12-12 00:28:52 CI: automatically create release, upload windows builds
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
4ec5996f 2023-12-15 15:16:02 ci: reenable and clean up solaris workflow
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
74ef8629 2023-12-15 17:04:56 Add Solaris workflow badge to readme