Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b68d02c4 | 2024-02-13 03:24:53 | test windows builds with shared libs enabled | ||
| 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. | ||
| 12da3154 | 2024-01-08 21:57:01 | align read only sections on masm/windows to 64 bytes Avoid conflicts where alignment is specified later in the underlying assembly. | ||
| 7eb79e69 | 2024-02-04 17:04:09 | Windows: Fix assertion pop-up up when using Debug compiled libressl. When running the signertest, or the test project in https://github.com/libressl/portable/issues/266 an assertion window pops up. This was fixed in afcd4be8a72a for a release compiled library. To prevent the issue in debug mode, it looks like it is necessary to also disable the assertion window popup. With this all tests pass when compiling and running them with a Debug, Release or RelWithDebInfo CMake build on windows (for me). | ||
| 2bd8ce01 | 2023-12-20 01:33:08 | ci: add concurrency groups to workflows | ||
| a31f8a95 | 2023-12-12 13:57:56 | zap stray whitespace | ||
| 2d7ff32a | 2023-12-12 08:17:48 | Update .github/workflows/release_by_tag.yml Co-authored-by: Joshua Sing <joshua@hypera.dev> | ||
| 0a1cdac2 | 2023-12-20 00:49:46 | ci: remove autoconf from msys2 in windows 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 |