aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: disable default NDEBUG differentlyViktor Szakats2024-03-111-2/+7
* Land #989 cmake: disable ASM for Windows ARM64Brent Cook2024-02-121-0/+3
|\
| * cmake: disable ASM for Windows ARM64Viktor Szakats2024-01-021-0/+3
* | Land #998, Windows: Improve check for endianness when using Visual StudioBrent Cook2024-02-121-0/+9
|\ \
| * | Windows: Improve the check for endianness when using Visual Studio.Christian Andersen2024-02-041-0/+9
| |/
* / Windows: Don't set -Wall when compiling with Visual Studio.Christian Andersen2024-02-041-2/+2
|/
* Fix timingsafe memcmp detectionTheo Buehler2023-12-201-2/+2
* cmake: limit some macros to mingwViktor Szakats2023-12-141-5/+7
* try fixing missing tls-compat for testsViktor Szakats2023-12-141-2/+2
* cmake: stop exporting compat functionsViktor Szakats2023-12-141-3/+3
* cmake: auto-detect `strtonum`Viktor Szakats2023-12-111-0/+5
* Land #938, cmake: simplify if expressions, accept CPU values more consistentlyBrent Cook2023-11-071-19/+19
|\
| * always check `CMAKE_SYSTEM_PROCESSOR` with `MATCHES`Viktor Szakats2023-11-071-4/+4
| * simplify `MATCHES`/`STREQUAL` syntaxViktor Szakats2023-11-071-19/+19
* | cmake: stop passing unused C macrosViktor Szakats2023-11-071-1/+1
|/
* cmake: fix arm64 to not trigger armv4 ASMViktor Szakats2023-11-071-1/+2
* Land #932, use existing crypto/ssl libs for tls testsBrent Cook2023-11-051-1/+1
|\
| * slim `tls-static` library (used in tests)Viktor Szakats2023-11-041-1/+1
* | also fix ocspcheck and nc, dedupe build logicViktor Szakats2023-11-051-6/+12
|/
* reenable assembly for MSVCBrent Cook2023-10-301-3/+0
* adjust how sizeof time_t is set, the current way causes issues with MSVC 2022...Brent Cook2023-10-291-1/+0
* Land #913, CMake build fixesBrent Cook2023-10-291-2/+2
|\
| * Consistently use CMAKE_CURRENT_BINARY_DIRMarc Aldorasi2023-09-121-2/+2
* | disable MSVC x64 asmBrent Cook2023-10-291-0/+3
* | remove unneeded switch for MSVC, cleanup comment alignmentBrent Cook2023-10-291-10/+6
* | Fix processor detection in CMakeLists.txtJiajie Chen2023-09-041-10/+10
|/
* enable asserts regardless of build typeBrent Cook2023-08-291-0/+7
* Move `LibreSSL/` to `LIBRESSL_INSTALL_CMAKEDIR`.Pierre Wendling2023-08-191-3/+3
* CMake: Export and install library targets.Pierre Wendling2023-08-191-1/+33
* Land #894, fix to enable ASM support in MinGW buildsBrent Cook2023-08-131-1/+1
|\
| * cmake: fix to use MINGW variable to detect MinGWViktor Szakats2023-08-101-1/+1
* | version is breaking thingsBrent Cook2023-08-131-1/+1
* | set default build type to 'Release'Brent Cook2023-08-131-3/+12
|/
* Remove hard-coded optimization level in CMake buildsBrent Cook2023-07-071-1/+1
* Land #886, add compat getopt implementationBrent Cook2023-07-071-0/+5
|\
| * add compat getopt implementation, remove patchesBrent Cook2023-07-071-0/+5
* | change socket / file descriptor checks on windowsBrent Cook2023-07-061-1/+1
|/
* make cross compilation possible on macOS with CMakeBrent Cook2023-07-041-0/+9
* fix asm on x86_64 macosBrent Cook2023-05-261-1/+1
* Disable assembly on macos for nowTheo Buehler2023-04-251-1/+1
* handle i?86 for 32-bit CMake buildsBrent Cook2023-02-271-1/+2
* set CMAKE_SYSTEM_PROCESSOR when cross compilingBrent Cook2023-02-271-4/+4
* reenable aarch64 asm for macosBrent Cook2023-02-251-2/+0
* only disable asm on aarch64 for now, enable for other archsBrent Cook2023-02-231-3/+1
* generally disable asm for nowBrent Cook2023-02-211-1/+4
* disable BN ASM for aarch64 for now (fails tests)Brent Cook2023-02-211-0/+1
* generate and include arch-specific headers for CMake buildsBrent Cook2023-02-211-1/+27
* Detect machine/endian.h for macOSJiajie Chen2022-07-121-0/+5
* Add libmd as platform specific libraries for Solariskinichiro2022-01-171-1/+1
* adjust cmake check to include dependencies for netinet/ip.hBrent Cook2021-11-301-1/+1