| Commit message (Expand) | Author | Age | Files | Lines |
| * | Windows: Improve the check for endianness when using Visual Studio. | Christian Andersen | 2024-03-03 | 1 | -0/+9 |
| * | Windows: Don't set -Wall when compiling with Visual Studio. | Christian Andersen | 2024-03-03 | 1 | -2/+2 |
| * | cmake: disable ASM for Windows ARM64 | Viktor Szakats | 2024-03-03 | 1 | -0/+3 |
| * | Fix timingsafe memcmp detection | Theo Buehler | 2024-03-03 | 1 | -2/+2 |
| * | cmake: limit some macros to mingw | Viktor Szakats | 2024-03-03 | 1 | -5/+7 |
| * | cmake: auto-detect `strtonum` | Viktor Szakats | 2024-03-03 | 1 | -0/+5 |
| * | Land #938, cmake: simplify if expressions, accept CPU values more consistently | Brent Cook | 2023-11-07 | 1 | -19/+19 |
| |\ |
|
| | * | always check `CMAKE_SYSTEM_PROCESSOR` with `MATCHES` | Viktor Szakats | 2023-11-07 | 1 | -4/+4 |
| | * | simplify `MATCHES`/`STREQUAL` syntax | Viktor Szakats | 2023-11-07 | 1 | -19/+19 |
| * | | cmake: stop passing unused C macros | Viktor Szakats | 2023-11-07 | 1 | -1/+1 |
| |/ |
|
| * | cmake: fix arm64 to not trigger armv4 ASM | Viktor Szakats | 2023-11-07 | 1 | -1/+2 |
| * | Land #932, use existing crypto/ssl libs for tls tests | Brent Cook | 2023-11-05 | 1 | -1/+1 |
| |\ |
|
| | * | slim `tls-static` library (used in tests) | Viktor Szakats | 2023-11-04 | 1 | -1/+1 |
| * | | also fix ocspcheck and nc, dedupe build logic | Viktor Szakats | 2023-11-05 | 1 | -6/+12 |
| |/ |
|
| * | 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 |
| |/ |
|