kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
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.
b7bf4538 2024-02-12 03:10:44 delete checked-in tap-driver.sh it is autogenerated, so don't keep it in tree
e7a9f266 2024-01-07 18:29:10 integrate new upstream endbr64 test code, remove os-specific reverts
c0951243 2024-01-14 14:46:52 CI: limit scheduled runs to "libressl" org only
0a1cdac2 2023-12-20 00:49:46 ci: remove autoconf from msys2 in windows workflow
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
1fbca281 2023-12-19 20:25:54 ci: avoid unnecessary steps in windows 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