summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Make dependency paths relocatableIngo Bauersachs2023-05-163-33/+39
* cmake: Only use relative paths for install DESTINATION option (#1405)Jeremy W. Murphy2023-05-151-2/+2
* Make sure exported include dirs are correctTobias Mayer2023-05-141-70/+11
* Use GNUInstallDirs for mapping installation directoriesJonathan Ringer2023-05-143-11/+9
* Search library name of Debug for find_event_lib.Haowei Hsu2022-08-071-4/+14
* Initial Mbed-TLS 3 support to get the GitHub Actions working againWilliam Marlow2022-07-091-5/+18
* Support build dir of the MbedTLSAzat Khuzhin2022-07-091-3/+5
* Set RPATH only if installation is done into non system directoryAzat Khuzhin2022-01-151-2/+1
* CheckWorkingKqueue.cmake: fix missing headersChristopher Chavez2021-11-111-0/+2
* cmake: Fix generted pkgconfig files.Biswapriyo Nath2021-05-051-2/+2
* cmake: do not link libevent with libevent_coreLoïc Yhuel2020-11-231-0/+1
* Change prefix for man pages from "le_" to "libevent_"Azat Khuzhin2020-10-042-5/+5
* Add prefix (le_) for man pagesAzat Khuzhin2020-10-042-2/+26
* Drop DOXYGEN_MAN_LINKS unsupported cmake flagAzat Khuzhin2020-10-041-1/+0
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-1/+1
* mbed TLS cmake supportJesse Fang2020-07-221-0/+159
* remove FindGit.cmake, improve `git describe` commandyuangongji2020-05-282-47/+4
* cmake: set a default value for LIBEVENT_STATIC_LINKyuangongji2020-05-011-2/+2
* cmake: replace CheckFunctionExists with CheckSymbolExistsyuangongji2020-03-222-20/+36
* LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC...Mario Emmenlauer2020-03-171-39/+45
* cmake: fix getaddrinfo checking erroryuangongji2020-03-171-0/+20
* cmake: remove CheckFunctionExistsExyuangongji2020-03-172-97/+0
* cmake: set rpath for libraries on linuxyuangongji2020-01-241-1/+2
* coverage: 'lcov --remove' need full pathyuangongji2020-01-241-9/+4
* cmake: use CMAKE_LIBRARY_OUTPUT_DIRECTORY for the final shared library symlinkAzat Khuzhin2019-11-301-2/+2
* cmake: improve package config fileyuangongji2019-11-143-49/+231
* cmake: eliminate duplicate installation of public headersyuangongji2019-10-251-11/+0
* Doxygen documentation improvementsyuangongji2019-08-291-0/+1
* cmake: attach doxygen target into all targetyuangongji2019-08-281-0/+111
* cmake: install shared library only if it was requestedAzat Khuzhin2019-07-121-1/+1
* cmake: set library names to be the same as with autotoolsyuangongji2019-07-111-8/+46
* cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)yuangongji2019-06-131-0/+23
* Fix typos in a comment describing the purpose of `VersionViaGit.cmake`Enji Cooper2019-02-281-1/+1
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2018-11-231-33/+48
* Make cmake's check_const_exists() rely on cacheAzat Khuzhin2018-10-181-14/+16
* Fix CheckFunctionExistsEx() cmake macro on win32Azat Khuzhin2018-04-261-15/+13
* cmake: ensure windows dll's are installed as well as lib filesPhilip Herron2018-04-091-0/+1
* configure: avoid false positive in DragonFlyBSDCarlo Marcelo Arenas Belón2017-09-111-3/+3
* cmake: use APPEND during exporting targets (for old cmake)Azat Khuzhin2017-03-141-0/+1
* cmake: fix pkgconfig generation (copy-paste typo)Azat Khuzhin2017-03-131-2/+2
* cmake: fix export absolute path and relative path and cleanup a bitAzat Khuzhin2017-03-131-6/+3
* cmake: generate and install pkgconfig filesAzat Khuzhin2017-03-131-0/+29
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-132-4/+87
* cmake: add missing event_openssl/event_pthreads librariesAzat Khuzhin2017-03-131-1/+1
* cmake: fix extracting of the version from git (check for number of matches)Azat Khuzhin2017-03-081-18/+21
* Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-081-18/+0
* cmake: Fix checking of enum values from sysctl.hAzat Khuzhin2017-03-081-0/+23
* Do not overwrite version from GIT if it is older then defaultsAzat Khuzhin2017-01-291-9/+17
* Bump version in master to 2.2.0-alpha-devAzat Khuzhin2017-01-291-3/+3
* Bump version to 2.1.8-stable everywhereAzat Khuzhin2017-01-261-1/+1