kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
cf501238 2024-03-08 00:51:42 add 3.8.3 Changelog
cb2c9d73 2024-03-06 04:07:07 bump to LibreSSL 3.8.3
56b50e19 2024-03-06 04:01:57 update endbr64 fixes from upstream
3a8d7ef2 2024-02-27 07:02:15 format artifacts with shared conditionally
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
168f4bc6 2024-02-04 19:16:14 Windows: Improve the check for endianness when using Visual Studio. Visual studio does not define __BYTE_ORDER__ so all architectures were detected as LITTLE_ENDIAN since both __BYTE_ORDER__ and __ORDER_LITTLE_ENDIAN__ would evaluate to 0 and compare equal. This updates the checks to use CMakes detection of endianness, with a hard error, if this also fails.
3cb1ac9e 2023-12-19 17:21:24 ci: clean up windows workflow
74ef8629 2023-12-15 17:04:56 Add Solaris workflow badge to readme
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.
c3fc668d 2023-12-15 16:36:25 ci: clean up release workflow