aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build static library for regression tests when shared build with CMakekinichiro2021-11-271-0/+9
* Update CMake for new header checksBrent Cook2021-11-091-0/+10
* Land #694, Add the option for Apple-style xcframework librariesBrent Cook2021-11-091-0/+13
|\
| * Add the option to support an Apple-style xcframework for tls, ssl, and cryptoCameron Lowell Palmer2021-10-151-0/+13
* | Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled.Tobias Heider2021-11-061-18/+20
|/
* Add -DHAVE_GNU_STACK on ELF platforms to enable non-executableTobias Heider2021-07-201-0/+1
* Fix UWP buildkinichiro2021-05-291-1/+4
* cmake: tweak for clang-clPaweł Wegner2021-05-181-2/+1
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-1/+2
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-0/+11
* Add -lbcrypt to Windows builds for CNG in getentropyBrent Cook2020-11-111-1/+1
* [CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix indentati...Samuel Marks2020-05-231-5/+6
* Fix cmake build to enable masm with VS2019kinichiro2020-05-091-1/+1
* more MSVC build/test tweaksBrent Cook2020-05-011-1/+1
* make cmake version bump conditional on MSVCBrent Cook2020-05-011-1/+5
* bump cmake and appveyor build environmentBrent Cook2020-05-011-1/+1
* Force use of 3.15.7OJ2020-04-201-1/+1
* Add support for use of static MSVC runtimesOJ2020-04-151-1/+7
* Check for existing uninstall target before creating.Matthew Albrecht2019-09-201-6/+8