summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: use CMAKE_LIBRARY_OUTPUT_DIRECTORY for the final shared library symlinkAzat Khuzhin2019-11-301-2/+2
* cmake: improve package config fileyuangongji2019-11-143-49/+231
* cmake: eliminate duplicate installation of public headersyuangongji2019-10-251-11/+0
* Doxygen documentation improvementsyuangongji2019-08-291-0/+1
* cmake: attach doxygen target into all targetyuangongji2019-08-281-0/+111
* cmake: install shared library only if it was requestedAzat Khuzhin2019-07-121-1/+1
* cmake: set library names to be the same as with autotoolsyuangongji2019-07-111-8/+46
* cmake: add missing autotools targets (doxygen, uninstall, event_rpcgen.py)yuangongji2019-06-131-0/+23
* Fix typos in a comment describing the purpose of `VersionViaGit.cmake`Enji Cooper2019-02-281-1/+1
* cmake: introduce EVENT__LIBRARY_TYPE optionAzat Khuzhin2018-11-231-33/+48
* Make cmake's check_const_exists() rely on cacheAzat Khuzhin2018-10-181-14/+16
* Fix CheckFunctionExistsEx() cmake macro on win32Azat Khuzhin2018-04-261-15/+13
* cmake: ensure windows dll's are installed as well as lib filesPhilip Herron2018-04-091-0/+1
* configure: avoid false positive in DragonFlyBSDCarlo Marcelo Arenas Belón2017-09-111-3/+3
* cmake: use APPEND during exporting targets (for old cmake)Azat Khuzhin2017-03-141-0/+1
* cmake: fix pkgconfig generation (copy-paste typo)Azat Khuzhin2017-03-131-2/+2
* cmake: fix export absolute path and relative path and cleanup a bitAzat Khuzhin2017-03-131-6/+3
* cmake: generate and install pkgconfig filesAzat Khuzhin2017-03-131-0/+29
* cmake: build SHARED and STATIC libraries (like autoconf does)Azat Khuzhin2017-03-132-4/+87
* cmake: add missing event_openssl/event_pthreads librariesAzat Khuzhin2017-03-131-1/+1
* cmake: fix extracting of the version from git (check for number of matches)Azat Khuzhin2017-03-081-18/+21
* Check for WNOWAIT in waitpid() in runtime (not in cmake/configure)Azat Khuzhin2017-03-081-18/+0
* cmake: Fix checking of enum values from sysctl.hAzat Khuzhin2017-03-081-0/+23
* Do not overwrite version from GIT if it is older then defaultsAzat Khuzhin2017-01-291-9/+17
* Bump version in master to 2.2.0-alpha-devAzat Khuzhin2017-01-291-3/+3
* 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-2/+5
* cmake: fix CheckFunctionExistsEx/CheckPrototypeDefinition (CMP0054)Azat Khuzhin2016-10-262-6/+4
* 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/+18
* cmake: fix adding of compiler flags, and now it willAzat Khuzhin2016-03-101-4/+2
* More cmake updates, lot's of missing definitionsMark Ellzey2015-12-201-4/+4
* CMAKE CMAKE CMAKE CLEANUPSMark Ellzey2015-12-203-0/+113
* Lot's of cmake updatesMark Ellzey2015-12-191-0/+14
* This fixes a bug introduced in 27bd9faf498b91923296cc91643e03ec4055c230Joakim Söderberg2015-02-051-0/+17
* Fix cmake error when the Module path has more than one entry.Acer Yang2014-11-301-2/+1
* updates in cmake buildSergey Nikulov2014-09-021-1/+1
* Export event_extra not event_extras.Joakim Söderberg2014-03-071-1/+1
* Change all uses of WIN32 to _WIN32Joakim Söderberg2014-01-211-2/+2
* Some work on making it possible to simply do add_subdirectory() on the project.Joakim Soderberg2014-01-141-2/+1
* Add CMake config and install targets.Joakim Soderberg2014-01-092-0/+28
* Only look for ZLib when it is used (if tests are included).Joakim Soderberg2013-12-191-2/+2
* Add a "make verify_coverage" target generation coverage info.Joakim Soderberg2013-12-171-0/+162
* Added a test for testing if kqueue works with pipes.Joakim Söderberg2013-12-171-0/+52
* Add copyright and licensing files for CMake modules.Joakim Soderberg2013-12-162-0/+79
* Initial CMake commit.Joakim Soderberg2013-12-096-0/+271