summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.1.11-stable (with ABI breakage)Azat Khuzhin2019-08-021-3/+3
* cmake: set library names to be the same as with autotoolsyuangongji2019-08-021-0/+7
* Enable _GNU_SOURCE for AndroidKeith Smiley2019-08-021-0/+4
* Enable kqueue for APPLE targetsKeith Smiley2019-08-021-1/+1
* cmake: link against shell32.lib/advapi32.libAzat Khuzhin2019-08-021-2/+2
* cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)yuangongji2019-08-021-0/+27
* Bump version to 2.1.10-stable everywhereAzat Khuzhin2019-05-251-1/+1
* cmake: add -Wmissing-prototypes (like autotools has)Azat Khuzhin2019-05-251-1/+2
* Merge branch 'issue-807-accept4-getnameinfo-AF_UNIX'Azat Khuzhin2019-05-251-0/+13
* cmake: sync warnings with autotools v2Azat Khuzhin2019-05-251-2/+7
* Define `_GNU_SOURCE` properly/consistently per autoconfEnji Cooper2019-05-251-1/+1
* Bump version to 2.1.9-beta everywhereAzat Khuzhin2019-02-101-1/+1
* cmake: fix checking of devpoll backend (like in autotools, by devpoll.h exist...Azat Khuzhin2019-02-101-1/+1
* cmake: support static runtime (MSVC)Azat Khuzhin2019-02-021-0/+28
* cmake: Fix some typos in option descriptionsFredrik Strupe2019-02-021-3/+3
* cmake: do not build both (SHARED and STATIC) for MSVC/win32Azat Khuzhin2019-02-021-3/+17
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2019-02-021-16/+36
* cmake: drop redundant add_dependencies()Azat Khuzhin2019-02-021-10/+0
* Merge branch 'sample-http-server'Azat Khuzhin2019-02-021-2/+7
* cmake: set CMP0075 to NEW (for ws2_32.lib in win32)Azat Khuzhin2019-02-021-0/+3
* cmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)Azat Khuzhin2019-02-021-0/+3
* cmake: do not detect _GNU_SOURCE/__GNU_LIBRARY__ if it is cachedAzat Khuzhin2019-02-021-1/+1
* cmake: add various warning flags like autotools hasAzat Khuzhin2019-02-021-30/+54
* Add -fdiagnostics-color=always for NinjaAzat Khuzhin2019-02-021-0/+5
* Cleanup __func__ detectionAzat Khuzhin2019-02-021-1/+5
* Get rid of macros which are never usedPhilip Prindeville2019-02-021-6/+0
* Fix typo in cmake because of which EVENT__SIZEOF_SIZE_T was wrongAzat Khuzhin2019-02-021-1/+1
* Fix generation of LibeventConfig.cmake for the installation treeAndrey Okoshkin2019-02-021-3/+3
* cmake doesn't has POLICY CMP0054 in low versionlightningkay2019-02-021-1/+4
* Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.Kiyoshi Aman2019-02-021-11/+10
* test: fix 32bit linux regressCarlo Marcelo Arenas Belón2019-02-021-1/+1
* cmake: set CMP0054 to NEW to avoid variables over expansion (since cmake 3.8)Azat Khuzhin2019-02-021-2/+3
* cmake: fix building bench/bench_cascade under win32 (missing getopt)Azat Khuzhin2019-02-021-10/+8
* cmake: avoid requiring cmake 3.1 on win32 for dns-exampleAzat Khuzhin2019-02-021-8/+9
* Merge branch 'win32-fixes'Azat Khuzhin2019-02-021-11/+4
* Merge branch 'cmake-missing-bits'Azat Khuzhin2019-02-021-313/+238
* Fix detection of timerfd_create() in CMake.Shuo Chen2019-02-021-1/+1
* Do not add epoll_sub (syscall wrappers) for epoll in cmakeAzat Khuzhin2019-02-021-1/+1
* Merge branch 'cmake-configure-fixes-v2'Azat Khuzhin2019-02-021-7/+15
* Merge branch 'fix-openssl-linking'Azat Khuzhin2019-02-021-4/+0
* Fix RPATH for APPLETrond Norbye2019-02-021-1/+1
* Merge branch 'fix-struct-linger'Azat Khuzhin2019-02-021-0/+2
* Make EVENT_STAGE_NAME non cachedAzat Khuzhin2019-02-021-16/+16
* Bump version to 2.1.8-stable everywhereAzat Khuzhin2017-01-261-1/+1
* Bump version to 2.1.7-beta everywhereAzat Khuzhin2016-11-041-1/+1
* Fix cmake -DEVENT__COVERAGE=ONAzat Khuzhin2016-11-021-6/+6
* cmake: fix finding python2, and check that it is really 2Azat Khuzhin2016-10-311-6/+10
* cmake: cleanupZonr Chang2016-10-261-3/+3
* cmake/win32: fix running regress, but fixing finding python2 interpreterAzat Khuzhin2016-10-261-1/+4
* cmake: use PYTHON_EXECUTABLE to find python2Azat Khuzhin2016-10-041-1/+2