index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add wepoll support to light up the epoll backend on Windows
Nick Grifka
2020-05-08
1
-3
/
+15
*
Pass --quiet to the event_rcpgen.py (autotools already does this)
Azat Khuzhin
2020-05-05
1
-1
/
+1
*
cmake: missing test-closed binary
Azat Khuzhin
2020-04-08
1
-0
/
+1
*
cmake: replace CheckFunctionExists with CheckSymbolExists
yuangongji
2020-03-22
1
-150
/
+142
*
cmake: fix getaddrinfo checking error
yuangongji
2020-03-17
1
-12
/
+20
*
cmake: remove CheckFunctionExistsEx
yuangongji
2020-03-17
1
-58
/
+57
*
test: put thread into real time scheduling class on osx for better latencies
Azat Khuzhin
2020-01-13
1
-0
/
+1
*
cmake: do not print used method (EVENT_SHOW_METHOD) while running tests
Azat Khuzhin
2020-01-13
1
-1
/
+1
*
cmake: run regress test quietly like autotools (makes CI logs cleaner)
Azat Khuzhin
2020-01-13
1
-2
/
+2
*
Added uninstall target check to cmakelists
Dimo Markov
2020-01-08
1
-8
/
+9
*
cmake: set CMAKE_{RUNTIME,LIBRARY,ARCHIVE}_OUTPUT_DIRECTORY they are not defined
Azat Khuzhin
2019-11-30
1
-3
/
+12
*
cmake: improve package config file
yuangongji
2019-11-14
1
-31
/
+33
*
Parse IPv6 scope IDs.
Philip Homburg
2019-11-06
1
-0
/
+12
*
cmake: eliminate duplicate installation of public headers
yuangongji
2019-10-25
1
-0
/
+5
*
append to CMAKE_MODULE_PATH
Michael Davidsaver
2019-10-21
1
-1
/
+1
*
Do not use sysctl.h on linux (it had been deprecated)
Azat Khuzhin
2019-10-16
1
-1
/
+3
*
Avoid transforming base C_FLAGS set deliberately
William A Rowe Jr
2019-10-03
1
-1
/
+0
*
evutil_time: detect and use _gmtime64_s()/_gmtime64()
yuangongji
2019-09-19
1
-0
/
+7
*
https-client: load certificates from the system cert store on Windows
yuangongji
2019-09-17
1
-0
/
+3
*
arc4random: replace sysctl() with getrandom (on linux)
Azat Khuzhin
2019-09-03
1
-2
/
+6
*
Fixes spelling
Boris.Dergachov
2019-09-02
1
-1
/
+1
*
cmake: attach doxygen target into all target
yuangongji
2019-08-28
1
-7
/
+5
*
cmake: set library names to be the same as with autotools
yuangongji
2019-07-11
1
-0
/
+8
*
Enable _GNU_SOURCE for Android
Keith Smiley
2019-07-08
1
-0
/
+4
*
Enable kqueue for APPLE targets
Keith Smiley
2019-07-02
1
-1
/
+1
*
cmake: link against shell32.lib/advapi32.lib
Azat Khuzhin
2019-06-26
1
-2
/
+2
*
Require cmake >= 3.1.2 (for correct openssl 1.0.2 detection)
Azat Khuzhin
2019-06-26
1
-1
/
+1
*
cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)
yuangongji
2019-06-13
1
-0
/
+27
*
cmake: limit MSVC to Clang-CL
Jan Beich
2019-05-28
1
-1
/
+1
*
cmake: add -Wmissing-prototypes (like autotools has)
Azat Khuzhin
2019-05-25
1
-1
/
+2
*
build: struct sockaddr_un detection (sys/un.h, afunix.h)
Azat Khuzhin
2019-05-12
1
-0
/
+13
*
evwatch: Add "prepare" and "check" watchers.
Dan Rosen
2019-04-03
1
-1
/
+8
*
sample/becat: bufferevent cat, ncat/nc/telnet analog
Azat Khuzhin
2019-03-16
1
-0
/
+2
*
cmake: sync warnings with autotools v2
Azat Khuzhin
2019-03-13
1
-2
/
+7
*
Define `_GNU_SOURCE` properly/consistently per autoconf
Enji Cooper
2019-02-27
1
-1
/
+1
*
cmake: fix checking of devpoll backend (like in autotools, by devpoll.h exist...
Azat Khuzhin
2019-02-04
1
-1
/
+1
*
cmake: support static runtime (MSVC)
Azat Khuzhin
2018-12-17
1
-0
/
+28
*
cmake: Fix some typos in option descriptions
Fredrik Strupe
2018-12-15
1
-3
/
+3
*
cmake: do not build both (SHARED and STATIC) for MSVC/win32
Azat Khuzhin
2018-11-23
1
-3
/
+17
*
cmake: introduce EVENT__LIBRARY_TYPE option
Azat Khuzhin
2018-11-23
1
-16
/
+36
*
cmake: drop redundant add_dependencies()
Azat Khuzhin
2018-11-22
1
-10
/
+0
*
s/http-server: graceful cleanup
Azat Khuzhin
2018-11-13
1
-2
/
+7
*
cmake: set CMP0075 to NEW (for ws2_32.lib in win32)
Azat Khuzhin
2018-11-06
1
-0
/
+3
*
cmake: set CMP0074 to NEW (for OPENSSL_ROOT in appveyor)
Azat Khuzhin
2018-11-06
1
-0
/
+3
*
cmake: do not detect _GNU_SOURCE/__GNU_LIBRARY__ if it is cached
Azat Khuzhin
2018-11-05
1
-1
/
+1
*
cmake: add various warning flags like autotools has
Azat Khuzhin
2018-10-27
1
-30
/
+54
*
Add -fdiagnostics-color=always for Ninja
Azat Khuzhin
2018-10-17
1
-0
/
+5
*
Cleanup __func__ detection
Azat Khuzhin
2018-08-02
1
-1
/
+5
*
Get rid of macros which are never used
Philip Prindeville
2018-06-16
1
-6
/
+0
*
Fix typo in cmake because of which EVENT__SIZEOF_SIZE_T was wrong
Azat Khuzhin
2017-12-16
1
-1
/
+1
[next]