kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
e5f1938c 2023-08-27 05:29:27 Fix build flags for tests The default C flags for all build types other than 'Debug' sets -DNDEBUG which disables assert(), and breaks tests. This switches tests to use 'Debug' instead, reenabling asserts.
4c1f595d 2023-08-27 10:12:55 Update man links
27478182 2023-08-26 03:07:16 Update man links
d95ec322 2023-08-25 02:49:38 Update man links
86a6826f 2023-08-15 11:08:06 Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. This allows users to install the CMake configs without forcing a `LibreSSL` directory after `LIBRESSL_INSTALL_CMAKEDIR`.
5432e22b 2023-08-06 15:04:02 CMake: Copy public headers to the build directory.
31391735 2023-08-06 15:08:28 CI: Test consuming the exported CMake configs.
a89cd659 2023-08-06 15:07:31 CMake: Export and install library targets. The configs can be consumed by setting LibreSSL_DIR to the build directory, or after installation using CMAKE_PREFIX_PATH/LibreSSL_DIR. For compatibility, the EXPORT_NAME of targets and the LIBRESSL_* variables are set to match the names used in FindLibreSSL.
31458956 2023-08-18 20:01:07 Land #902
30188c46 2023-08-18 19:00:45 CI: fedora rawhide follow up