Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d06a1136 | 2024-02-04 19:26:00 | Windows: Don't set -Wall when compiling with Visual Studio. As it enables a lot of spammed warnings that are not part of W4. This reduces the warnings a lot when compiling LibreSSL in CLion for me. | ||
| 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). | ||
| 33925d16 | 2024-01-02 03:08:14 | cmake: disable ASM for Windows ARM64 With ASM support the builds either exit with an assert or hang (with asserts disabled). | ||
| 9301c165 | 2023-12-20 02:23:16 | readme: fix grammatical error Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | ||
| 3cb1ac9e | 2023-12-19 17:21:24 | ci: clean up windows workflow | ||
| c4034613 | 2023-12-11 16:29:44 | delete broken link | ||
| 819b6064 | 2023-12-11 16:21:00 | upgrade links in comments to HTTPS | ||
| 74ef8629 | 2023-12-15 17:04:56 | Add Solaris workflow badge to readme | ||
| e675560c | 2023-12-20 02:05:48 | readme: tidy up styling | ||
| c3fc668d | 2023-12-15 16:36:25 | ci: clean up release workflow |