summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: remove CheckFunctionExistsExyuangongji2020-03-171-58/+57
* test: put thread into real time scheduling class on osx for better latenciesAzat Khuzhin2020-01-131-0/+1
* cmake: do not print used method (EVENT_SHOW_METHOD) while running testsAzat Khuzhin2020-01-131-1/+1
* cmake: run regress test quietly like autotools (makes CI logs cleaner)Azat Khuzhin2020-01-131-2/+2
* Added uninstall target check to cmakelistsDimo Markov2020-01-081-8/+9
* cmake: set CMAKE_{RUNTIME,LIBRARY,ARCHIVE}_OUTPUT_DIRECTORY they are not definedAzat Khuzhin2019-11-301-3/+12
* cmake: improve package config fileyuangongji2019-11-141-31/+33
* Parse IPv6 scope IDs.Philip Homburg2019-11-061-0/+12
* cmake: eliminate duplicate installation of public headersyuangongji2019-10-251-0/+5
* append to CMAKE_MODULE_PATHMichael Davidsaver2019-10-211-1/+1
* Do not use sysctl.h on linux (it had been deprecated)Azat Khuzhin2019-10-161-1/+3
* Avoid transforming base C_FLAGS set deliberatelyWilliam A Rowe Jr2019-10-031-1/+0
* evutil_time: detect and use _gmtime64_s()/_gmtime64()yuangongji2019-09-191-0/+7
* https-client: load certificates from the system cert store on Windowsyuangongji2019-09-171-0/+3
* arc4random: replace sysctl() with getrandom (on linux)Azat Khuzhin2019-09-031-2/+6
* Fixes spellingBoris.Dergachov2019-09-021-1/+1
* cmake: attach doxygen target into all targetyuangongji2019-08-281-7/+5
* cmake: set library names to be the same as with autotoolsyuangongji2019-07-111-0/+8
* Enable _GNU_SOURCE for AndroidKeith Smiley2019-07-081-0/+4
* Enable kqueue for APPLE targetsKeith Smiley2019-07-021-1/+1
* cmake: link against shell32.lib/advapi32.libAzat Khuzhin2019-06-261-2/+2
* Require cmake >= 3.1.2 (for correct openssl 1.0.2 detection)Azat Khuzhin2019-06-261-1/+1
* cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)yuangongji2019-06-131-0/+27
* cmake: limit MSVC to Clang-CLJan Beich2019-05-281-1/+1
* cmake: add -Wmissing-prototypes (like autotools has)Azat Khuzhin2019-05-251-1/+2
* build: struct sockaddr_un detection (sys/un.h, afunix.h)Azat Khuzhin2019-05-121-0/+13
* evwatch: Add "prepare" and "check" watchers.Dan Rosen2019-04-031-1/+8
* 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