Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 690ac07c | 2024-02-27 06:59:24 | adjust formatting of results | ||
| 9584fb3e | 2024-02-25 18:29:14 | define _MSC_VER when preprocessing, add guards | ||
| 1fd7e445 | 2024-02-21 16:53:31 | CI: limit scheduled runs to "libressl" org only this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push | ||
| 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. | ||
| 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). | ||
| 3729a8d1 | 2023-12-15 16:20:21 | ci: cleanup coverity workflow | ||
| 4ec5996f | 2023-12-15 15:16:02 | ci: reenable and clean up solaris workflow | ||
| def998b1 | 2023-12-20 16:09:18 | Fix timingsafe memcmp detection | ||
| 682da537 | 2023-12-14 18:28:55 | Fix build on windows | ||
| 7ca25961 | 2023-12-14 13:43:04 | cmake: limit some macros to mingw Syncing this up with autotools. Also use the built-in `MINGW` variable. |