summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* sample/becat: bufferevent cat, ncat/nc/telnet analogAzat Khuzhin2019-03-161-0/+2
* cmake: sync warnings with autotools v2Azat Khuzhin2019-03-131-2/+7
* Define `_GNU_SOURCE` properly/consistently per autoconfEnji Cooper2019-02-271-1/+1
* cmake: fix checking of devpoll backend (like in autotools, by devpoll.h exist...Azat Khuzhin2019-02-041-1/+1
* cmake: support static runtime (MSVC)Azat Khuzhin2018-12-171-0/+28
* cmake: Fix some typos in option descriptionsFredrik Strupe2018-12-151-3/+3
* cmake: do not build both (SHARED and STATIC) for MSVC/win32Azat Khuzhin2018-11-231-3/+17
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2018-11-231-16/+36
* cmake: drop redundant add_dependencies()Azat Khuzhin2018-11-221-10/+0
* s/http-server: graceful cleanupAzat Khuzhin2018-11-131-2/+7
* cmake: set CMP0075 to NEW (for ws2_32.lib in win32)Azat Khuzhin2018-11-061-0/+3
* cmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)Azat Khuzhin2018-11-061-0/+3
* cmake: do not detect _GNU_SOURCE/__GNU_LIBRARY__ if it is cachedAzat Khuzhin2018-11-051-1/+1
* cmake: add various warning flags like autotools hasAzat Khuzhin2018-10-271-30/+54
* Add -fdiagnostics-color=always for NinjaAzat Khuzhin2018-10-171-0/+5
* Cleanup __func__ detectionAzat Khuzhin2018-08-021-1/+5
* Get rid of macros which are never usedPhilip Prindeville2018-06-161-6/+0
* Fix typo in cmake because of which EVENT__SIZEOF_SIZE_T was wrongAzat Khuzhin2017-12-161-1/+1
* Fix generation of LibeventConfig.cmake for the installation treeAndrey Okoshkin2017-11-291-3/+3
* cmake doesn't has POLICY CMP0054 in low versionlightningkay2017-11-041-1/+4
* Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.Kiyoshi Aman2017-09-251-11/+10
* test: fix 32bit linux regressCarlo Marcelo Arenas Belón2017-09-011-1/+1
* cmake: set CMP0054 to NEW to avoid variables over expansion (since cmake 3.8)Azat Khuzhin2017-05-291-2/+3
* cmake: fix building bench/bench_cascade under win32 (missing getopt)Azat Khuzhin2017-05-291-10/+8
* cmake: avoid requiring cmake 3.1 on win32 for dns-exampleAzat Khuzhin2017-05-291-8/+9
* cmake: eliminate EVENT_BUILDING_REGRESS_TEST, since we link with shared libsAzat Khuzhin2017-03-141-9/+1
* cmake: clean not used #defines from event-config.hAzat Khuzhin2017-03-131-1/+0
* cmake: add <pthread.h> only for non-win32Azat Khuzhin2017-03-131-1/+3
* cmake: support visibility for AppleClang tooAzat Khuzhin2017-03-131-4/+10
* cmake: fix export absolute path and relative path and cleanup a bitAzat Khuzhin2017-03-131-28/+16
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-131-99/+51
* cmake: add missing event_openssl/event_pthreads librariesAzat Khuzhin2017-03-131-252/+231
* Fix detection of timerfd_create() in CMake.Shuo Chen2017-03-121-1/+1
* Do not add epoll_sub (syscall wrappers) for epoll in cmakeAzat Khuzhin2017-03-081-1/+1
* Detect arch4random_addrandom() existenceMarek Sebera2017-03-081-0/+1
* cmake: detect _GNU_SOURCE not by __GNU_LIBRARY__ only (fallback to _GNU_SOURCE)Azat Khuzhin2017-03-081-1/+8
* Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-081-2/+0
* cmake: add <pthread.h> into CMAKE_REQUIRED_INCLUDES for sizeof(pthread_t)Azat Khuzhin2017-03-081-0/+1
* cmake: Fix checking of enum values from sysctl.hAzat Khuzhin2017-03-081-4/+5
* Do not check for ERR_remove_thread_state() (do not link ssl into every library)Pierce Lopez2017-03-061-4/+0
* Fix RPATH for APPLETrond Norbye2017-02-281-1/+1
* cmake: check for 'struct linger' existenceAzat Khuzhin2017-01-291-0/+2
* Make EVENT_STAGE_NAME non cachedAzat Khuzhin2017-01-291-17/+16
* Bump version in master to 2.2.0-alpha-devAzat Khuzhin2017-01-291-1/+2
* 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