Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| dc95823c | 2016-08-10 00:27:59 | cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix functions detections Otherwise we will not detect next functions for instance: - gethostbyname_r # and related And now both autotools/cmake builds passes all regress tests in basic env (on solaris of course). Fixes: dns/client_fail_requests_getaddrinfo | ||
| 050bfc7f | 2016-08-10 00:16:48 | cmake/solaris: fix building (link with socket,nsl) | ||
| 38716c65 | 2016-08-07 23:07:44 | cmake: do not use stderr for notifications/version-info For all except "STATUS" message() will write to stderr, and this also includes case when you does not have <mode> at all. Plus for every message in stderr powershell generates exception and make appveyor fails. Fixes: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.85/job/i10k7m0t80330mtr | ||
| de0c1965 | 2016-08-08 15:50:46 | cmake/win32: do not compile regress_thread on -DEVENT__DISABLE_THREAD_SUPPORT=ON | ||
| ecb0ec82 | 2016-08-08 15:45:29 | cmake/win32: do not compile evthread_win32 on -DEVENT__DISABLE_THREAD_SUPPORT=ON There is duplicated "evthread_win32.c" appending to ${SRC_CORE} list, leave only one that under if EVENT__DISABLE_THREAD_SUPPORT Fixes: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.96/job/44q3rgifasny7gek | ||
| c4dfb93f | 2016-08-09 10:56:34 | cmake: check for ZLIB_INCLUDE_DIR, since we can have only library without headers | ||
| e35f2241 | 2016-08-07 23:46:26 | cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG) Fixes: 8b228e27f57300be61b57a41a2ec8666b726dc34 ("Lot's of cmake updates") | ||
| 30316177 | 2016-06-28 10:37:24 | [#372] check for errno.h | ||
| 87f7238f | 2016-03-10 01:50:12 | cmake: require 3.1 only for win32 to make it work under ubunty precise Also I [TRIED] wily but ubuntu can't upgrade transparently. TRIED: https://travis-ci.org/azat/libevent/jobs/114924723 Fixes: https://travis-ci.org/libevent/libevent/jobs/114917275 | ||
| c46ead5d | 2016-03-10 01:07:54 | cmake: require at least 3.1 for target_sources() |