| Commit message (Expand) | Author | Age | Files | Lines |
* | reenable assembly for MSVC | Brent Cook | 2023-10-30 | 1 | -3/+0 |
* | adjust how sizeof time_t is set, the current way causes issues with MSVC 2022... | Brent Cook | 2023-10-29 | 1 | -1/+0 |
* | Land #913, CMake build fixes | Brent Cook | 2023-10-29 | 1 | -2/+2 |
|\ |
|
| * | Consistently use CMAKE_CURRENT_BINARY_DIR | Marc Aldorasi | 2023-09-12 | 1 | -2/+2 |
* | | disable MSVC x64 asm | Brent Cook | 2023-10-29 | 1 | -0/+3 |
* | | remove unneeded switch for MSVC, cleanup comment alignment | Brent Cook | 2023-10-29 | 1 | -10/+6 |
* | | Fix processor detection in CMakeLists.txt | Jiajie Chen | 2023-09-04 | 1 | -10/+10 |
|/ |
|
* | enable asserts regardless of build type | Brent Cook | 2023-08-29 | 1 | -0/+7 |
* | Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`. | Pierre Wendling | 2023-08-19 | 1 | -3/+3 |
* | CMake: Export and install library targets. | Pierre Wendling | 2023-08-19 | 1 | -1/+33 |
* | Land #894, fix to enable ASM support in MinGW builds | Brent Cook | 2023-08-13 | 1 | -1/+1 |
|\ |
|
| * | cmake: fix to use MINGW variable to detect MinGW | Viktor Szakats | 2023-08-10 | 1 | -1/+1 |
* | | version is breaking things | Brent Cook | 2023-08-13 | 1 | -1/+1 |
* | | set default build type to 'Release' | Brent Cook | 2023-08-13 | 1 | -3/+12 |
|/ |
|
* | Remove hard-coded optimization level in CMake builds | Brent Cook | 2023-07-07 | 1 | -1/+1 |
* | Land #886, add compat getopt implementation | Brent Cook | 2023-07-07 | 1 | -0/+5 |
|\ |
|
| * | add compat getopt implementation, remove patches | Brent Cook | 2023-07-07 | 1 | -0/+5 |
* | | change socket / file descriptor checks on windows | Brent Cook | 2023-07-06 | 1 | -1/+1 |
|/ |
|
* | make cross compilation possible on macOS with CMake | Brent Cook | 2023-07-04 | 1 | -0/+9 |
* | fix asm on x86_64 macos | Brent Cook | 2023-05-26 | 1 | -1/+1 |
* | Disable assembly on macos for now | Theo Buehler | 2023-04-25 | 1 | -1/+1 |
* | handle i?86 for 32-bit CMake builds | Brent Cook | 2023-02-27 | 1 | -1/+2 |
* | set CMAKE_SYSTEM_PROCESSOR when cross compiling | Brent Cook | 2023-02-27 | 1 | -4/+4 |
* | reenable aarch64 asm for macos | Brent Cook | 2023-02-25 | 1 | -2/+0 |
* | only disable asm on aarch64 for now, enable for other archs | Brent Cook | 2023-02-23 | 1 | -3/+1 |
* | generally disable asm for now | Brent Cook | 2023-02-21 | 1 | -1/+4 |
* | disable BN ASM for aarch64 for now (fails tests) | Brent Cook | 2023-02-21 | 1 | -0/+1 |
* | generate and include arch-specific headers for CMake builds | Brent Cook | 2023-02-21 | 1 | -1/+27 |
* | Detect machine/endian.h for macOS | Jiajie Chen | 2022-07-12 | 1 | -0/+5 |
* | Add libmd as platform specific libraries for Solaris | kinichiro | 2022-01-17 | 1 | -1/+1 |
* | adjust cmake check to include dependencies for netinet/ip.h | Brent Cook | 2021-11-30 | 1 | -1/+1 |
* | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 1 | -0/+9 |
* | Update CMake for new header checks | Brent Cook | 2021-11-09 | 1 | -0/+10 |
* | Land #694, Add the option for Apple-style xcframework libraries | Brent Cook | 2021-11-09 | 1 | -0/+13 |
|\ |
|
| * | Add the option to support an Apple-style xcframework for tls, ssl, and crypto | Cameron Lowell Palmer | 2021-10-15 | 1 | -0/+13 |
* | | Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled. | Tobias Heider | 2021-11-06 | 1 | -18/+20 |
|/ |
|
* | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable | Tobias Heider | 2021-07-20 | 1 | -0/+1 |
* | Fix UWP build | kinichiro | 2021-05-29 | 1 | -1/+4 |
* | cmake: tweak for clang-cl | Paweł Wegner | 2021-05-18 | 1 | -2/+1 |
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -1/+2 |
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -0/+11 |
* | Add -lbcrypt to Windows builds for CNG in getentropy | Brent Cook | 2020-11-11 | 1 | -1/+1 |
* | [CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix indentati... | Samuel Marks | 2020-05-23 | 1 | -5/+6 |
* | Fix cmake build to enable masm with VS2019 | kinichiro | 2020-05-09 | 1 | -1/+1 |
* | more MSVC build/test tweaks | Brent Cook | 2020-05-01 | 1 | -1/+1 |
* | make cmake version bump conditional on MSVC | Brent Cook | 2020-05-01 | 1 | -1/+5 |
* | bump cmake and appveyor build environment | Brent Cook | 2020-05-01 | 1 | -1/+1 |
* | Force use of 3.15.7 | OJ | 2020-04-20 | 1 | -1/+1 |
* | Add support for use of static MSVC runtimes | OJ | 2020-04-15 | 1 | -1/+7 |
* | Check for existing uninstall target before creating. | Matthew Albrecht | 2019-09-20 | 1 | -6/+8 |