aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide getdelim and getline compat shimsTheo Buehler2024-12-201-0/+10
* Disable additional MSVC warningsDon Olmstead2024-11-131-1/+5
* cmake: use `CMAKE_INSTALL_SYSCONFDIR`Viktor Szakats2024-10-291-2/+2
* Fix CMake build on FreeBSDTheo Buehler2024-10-151-0/+4
* don't override language property for ASM files as CBrent Cook2024-10-081-1/+1
* fix syslog_r and pipe2 detectionTheo Buehler2024-10-021-1/+1
* Fix syslog_r detectionTheo Buehler2024-10-021-1/+1
* Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION"Theo Buehler2024-10-021-1/+1
* Land #1079, Switch to check_symbol_exists() for simple casesBrent Cook2024-10-011-17/+22
|\
| * Switch to check_symbol_exists() in simplest casesTheo Buehler2024-08-211-17/+22
* | Land #1084, Append version to dll on CMakeBrent Cook2024-10-011-1/+1
|\ \
| * | bump minimum CMake version for DLL_NAME_WITH_SOVERSIONBrent Cook2024-10-011-1/+1
| |/
* / Fix includedir on CMakeYang Kun2024-08-211-1/+1
|/
* cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*`Viktor Szakats2024-08-071-5/+4
* Update CMakeLists.txtrfl8902024-08-021-1/+1
* CMakeLists.txt: Fix HOST variable for ppc64OPNA26082024-07-191-1/+1
* use compat implementations of strlcpy and strlcatMoustaphaSaad2024-06-191-7/+10
* Remove timegm() compatTheo Buehler2024-05-251-5/+0
* Update CMakeLists.txtJim B2024-04-071-1/+1
* Update CMakeLists.txtJim B2024-04-061-13/+9
* 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
|\