Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 25bf3a55 | 2024-03-11 15:31:14 | cmake: disable default NDEBUG differently Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases. | ||
| 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 | ||
| 499a33a3 | 2024-02-25 18:12:24 | include placeholder cet.h for cpp | ||
| e7a9f266 | 2024-01-07 18:29:10 | integrate new upstream endbr64 test code, remove os-specific reverts | ||
| 759d2af4 | 2023-12-19 17:22:13 | readme: add windows badge | ||
| 3cb1ac9e | 2023-12-19 17:21:24 | ci: clean up windows workflow | ||
| 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. | ||
| 74ef8629 | 2023-12-15 17:04:56 | Add Solaris workflow badge to readme |