summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -DEVENT__DISABLE_CLOCK_GETTIME switch for cmakeAzat Khuzhin2016-10-031-1/+6
* Bump version to 2.1.6-beta everywhereAzat Khuzhin2016-08-271-1/+1
* tests: use waitpid(..., WNOWAIT) to fix failing of main/fork under solarisAzat Khuzhin2016-08-111-0/+2
* cmake/solaris: set CMAKE_REQUIRED_LIBRARIES to fix functions detectionsAzat Khuzhin2016-08-101-0/+3
* cmake/solaris: fix building (link with socket,nsl)Azat Khuzhin2016-08-101-0/+5
* cmake: check for ZLIB_INCLUDE_DIR, since we can have only library without hea...Azat Khuzhin2016-08-091-2/+2
* cmake/win32: do not compile regress_thread on -DEVENT__DISABLE_THREAD_SUPPORT=ONAzat Khuzhin2016-08-091-1/+3
* cmake/win32: do not compile evthread_win32 on -DEVENT__DISABLE_THREAD_SUPPORT=ONAzat Khuzhin2016-08-091-1/+0
* cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG)Azat Khuzhin2016-08-091-1/+1
* cmake: do not use stderr for notifications/version-infoAzat Khuzhin2016-08-091-4/+4
* [#372] check for errno.hMark Ellzey2016-06-281-0/+1
* cmake: require 3.1 only for win32 to make it work under ubunty preciseAzat Khuzhin2016-03-101-1/+5
* cmake: require at least 3.1 for target_sources()Azat Khuzhin2016-03-101-1/+1
* cmake: fix adding of compiler flags, and now it willAzat Khuzhin2016-03-101-19/+20
* Replace -Wswitch-enum with -Wswitch, and add it into cmake rules tooAzat Khuzhin2016-03-101-1/+1
* cmake: fix building dns-example under win32 (missing getopt)Azat Khuzhin2016-01-141-0/+6
* cmake: Fix detection of ssize_t/SSIZE_TAzat Khuzhin2016-01-071-15/+13
* Fixed issue with cmake version generationMark Ellzey2015-12-211-4/+4
* Cmake is now officially working.Mark Ellzey2015-12-211-16/+20
* More cmake updates, lot's of missing definitionsMark Ellzey2015-12-201-15/+22
* CMAKE CMAKE CMAKE CLEANUPSMark Ellzey2015-12-201-212/+357
* Lot's of cmake updatesMark Ellzey2015-12-191-77/+168
* sample/https-client: check for ERR_remove_thread_state() existenceAzat Khuzhin2015-11-241-1/+5
* test: run regress with EVENT_DEBUG_MODE=1 and withoutAzat Khuzhin2015-09-021-0/+3
* sample: add HTTP CONNECT tunnelling example using libevent http layerAzat Khuzhin2015-08-181-0/+1
* This fixes a bug introduced in 27bd9faf498b91923296cc91643e03ec4055c230Joakim Söderberg2015-02-051-1/+1
* Increment version to 2.1.5-betaNick Mathewson2015-01-051-4/+4
* Fix CMake shared library buildNobuaki Sukegawa2015-01-031-3/+18
* Fix compilation for older OpenSSL versions.Joakim Soderberg2014-09-241-0/+1
* updates in cmake buildSergey Nikulov2014-09-021-65/+81
* Add missing headerfile for cmakeTrond Norbye2014-03-241-0/+1
* Increment version to 2.1.4-alpha-devNick Mathewson2014-03-211-2/+3
* Fixup make install for cmake projectsTrond Norbye2014-03-211-1/+3
* Increment version to 2.1.4-alphaNick Mathewson2014-03-161-2/+2
* Merge remote-tracking branch 'origin/pr/110'Nick Mathewson2014-03-031-21/+79
|\
| * Add option to build shared libraryTrond Norbye2014-02-251-7/+59
| * Rename event_extras to event_extraTrond Norbye2014-02-191-17/+23
* | Stop checking for inet_aton; we don't use it.Nick Mathewson2014-02-241-1/+0
|/
* Added -Qunused-arguments for clang on macosxTrond Norbye2014-02-141-0/+4
* Guard against EVENT_NOWIN32 being set during testing.Joakim Soderberg2014-01-221-2/+19
* CMake: Get rid of python not found warning when regress tests turned off.Joakim Söderberg2014-01-221-55/+57
* Fix CMake compile when OpenSSL is disabled.Joakim Söderberg2014-01-221-3/+5
* Split epoll lookup table into a separate header fileNick Mathewson2014-01-211-0/+1
* Fix include bug.Joakim Söderberg2014-01-211-2/+7