summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Make dependency paths relocatableIngo Bauersachs2023-05-161-17/+11
* cmake: Only use relative paths for install DESTINATION option (#1405)Jeremy W. Murphy2023-05-151-2/+1
* Fix Configure_RPATH()Azat Khuzhin2023-05-141-7/+6
* Install LibeventConfig.cmake similar to other cmake filesJonathan Ringer2023-05-141-18/+4
* Use GNUInstallDirs for mapping installation directoriesJonathan Ringer2023-05-141-1/+3
* Fix building with -Wstack-protector due to VLA and fobid themAzat Khuzhin2023-04-041-0/+2
* build: split kqueue warning message into cross-compile and applefanquake2023-04-041-2/+7
* build: improve mbedtls searching on macOS with brew for cmake (#1419)Michael Ford2023-03-051-0/+14
* build: use FORTIFY_SOURCE=3 in CMake buildfanquake2023-02-131-1/+1
* Fix pthread detection for regress tests on AndroidAzat Khuzhin2023-01-281-1/+4
* buffer: use pread() for evbuffer_file_segment_materialize()Dmitry Antipov2023-01-021-0/+1
* Allow CLI override of CMAKE_DEBUG_POSTFIX (#1391)mdavidsaver2022-12-161-1/+3
* cmake: remove redundant _GNU_SOURCE definitionAzat Khuzhin2022-11-201-1/+0
* cmake: do influence CMAKE_DEBUG_POSTFIX of the outer project (if any)Azat Khuzhin2022-11-201-1/+1
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-121-0/+6
* Ignore unknown pragmasAzat Khuzhin2022-11-121-0/+2
* cmake: tiny cleanupAzat Khuzhin2022-11-121-6/+4
* cmake: Fix Android build.Ryan Pavlik2022-10-081-0/+5
* epoll: use epoll_pwait2() if availableDmitry Antipov2022-09-271-0/+1
* Add manual CMAKE_C_BYTE_ORDER set for old CMakeDmitry Ilyin2022-09-261-0/+9
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-121-0/+10
* Add openssl-compat.h into HDR_PRIVATEAzat Khuzhin2022-09-111-0/+1
* Fixed CMake configuration failure (libevent#1321)Borys Smejda2022-08-131-1/+1
* Add check of mmap64 function and use it when available rather that mmapDmitry Ilyin2022-08-091-0/+1
* Add postfix for Debug configuration.Haowei Hsu2022-08-071-0/+2
* Detech -Wno-unused-functions for GCC tooAzat Khuzhin2022-07-091-1/+3
* cmake: add compiler version to the status messageAzat Khuzhin2022-07-091-1/+1
* Add -Wundef for cmake and fix EVENT__SIZEOF_TIME_T usageAzat Khuzhin2022-07-091-0/+1
* build: only try silence options if they existfanquake2022-06-301-4/+4
* Do not install RPATH for install tree by defaultAzat Khuzhin2022-03-101-0/+1
* Set RPATH only if installation is done into non system directoryAzat Khuzhin2022-01-151-0/+20
* Add -Wno-void-pointer-to-enum-cast (we use this hack in tests)Azat Khuzhin2021-09-191-0/+3
* cmake: don't override CMAKE_CONFIGURATION_TYPES.Paweł Wegner2021-05-141-4/+0
* build: remove no-longer used checks for vasprintffanquake2021-03-281-2/+0
* build: remove splice implementation fragmentsfanquake2021-03-281-1/+0
* cmake: find openssl prefix via brewAzat Khuzhin2020-11-021-0/+19
* sample: add https-client-mbedtlsokhowang(王沛文)2020-09-161-0/+3
* build: fix building under windows with thread supportAzat Khuzhin2020-09-011-1/+1
* Detect existence of pthread_mutexattr_setprotocol()Azat Khuzhin2020-08-291-31/+42
* Convert from WinCrypt to Windows BCryptGerry Garvey2020-08-021-2/+2
* Merge ssl implementations (openssl and mbedtls)okhowang(王沛文)2020-07-221-2/+2
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-7/+21
* mbed TLS cmake supportJesse Fang2020-07-221-0/+24
* build: do not disable deprecation warnings on macOSPierce Lopez2020-07-041-2/+1
* cmake: avoid problems from use of CMAKE_USE_PTHREADS_INITPaul Osborne2020-06-181-2/+2
* Add wepoll support to light up the epoll backend on WindowsNick Grifka2020-05-081-3/+15
* Pass --quiet to the event_rcpgen.py (autotools already does this)Azat Khuzhin2020-05-051-1/+1
* cmake: missing test-closed binaryAzat Khuzhin2020-04-081-0/+1
* cmake: replace CheckFunctionExists with CheckSymbolExistsyuangongji2020-03-221-150/+142
* cmake: fix getaddrinfo checking erroryuangongji2020-03-171-12/+20