Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 340037f6 | 2025-06-01 08:20:41 | add autotools build copyright headers | ||
| c51665d4 | 2025-06-01 08:11:22 | add copyright headers to Cmake files based on original committer and date | ||
| 84895087 | 2023-12-14 03:36:09 | cmake: stop exporting compat functions | ||
| 89fcb1a3 | 2023-11-05 08:56:09 | also fix ocspcheck and nc, dedupe build logic | ||
| c4bb6b79 | 2023-09-12 18:33:46 | MSVC: Enable building ocspcheck. - Add `STDIN_FILENO` to compat unistd header. - Use quotes to include compat getopt header in the compat unistd. - Export additional symbols needed by ocspcheck (optarg, optind, ftruncate) | ||
| 71ce0b8c | 2023-07-04 10:37:24 | generate opensslconf.h in build dir for cmake | ||
| a316f8ab | 2022-12-18 22:10:11 | link internal apps statically | ||
| cfbdf67f | 2022-12-18 22:10:11 | link internal apps statically | ||
| adde656b | 2021-12-26 15:42:47 | Add strtonum to compat library and export it crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories. | ||
| c211d97e | 2021-12-04 10:49:59 | Remove unneeded target_include_directories with cmake This could remove recurring of the same statement for include directories. Instead of this removals, apps/* and tests should have include path that had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and internal static libs. |