summaryrefslogtreecommitdiff
path: root/cmake/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* internals: Assume compiler supports a subset of ISO varargs syntaxSimon McVittie2018-11-151-22/+0
* Refactor cmake checks for DBUS_VA_COPY and DBUS_VA_COPY_ARRAYRalf Habacker2018-11-151-51/+64
* Revert "Refactor cmake checks for DBUS_VA_COPY and DBUS_VA_COPY_ARRAY"Ralf Habacker2018-10-251-63/+51
* Remove todo(s) for cmake build systemRalf Habacker2018-10-241-3/+0
* Add cmake support for HAVE_GNUC_VARARGS and HAVE_ISO_VARARGSRalf Habacker2018-10-241-0/+22
* Add cmake check for HAVE_DDFDRalf Habacker2018-10-241-0/+15
* Add cmake check for HAVE_DIRFDRalf Habacker2018-10-241-1/+11
* Add cmake check for DBUS_USE_SYNCRalf Habacker2018-10-241-0/+8
* Refactor cmake checks for DBUS_VA_COPY and DBUS_VA_COPY_ARRAYRalf Habacker2018-10-241-51/+63
* Add cmake support for DBUS_HAVE_LINUX_EPOLLRalf Habacker2018-10-241-0/+10
* cmake: Fix incorrect header list separator in configure checksRalf Habacker2018-10-221-2/+2
* cmake: Add comment to configure checks explaining why we are not specifying H...Ralf Habacker2018-10-201-1/+1
* Add missing setup of DBUS_BUS_ENABLE_INOTIFYRalf Habacker2018-10-201-0/+1
* Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2018-02-201-0/+1
* cmake: Check for getrlimit, setrlimitSimon McVittie2018-02-201-0/+2
* unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2017-09-291-10/+0
* build: Remove unused substitution DBUS_PATH_OR_ABSTRACTSimon McVittie2017-09-291-7/+0
* Add missing include file for cmake function check_include_files() (commit 2d2...Ralf Habacker2015-03-051-0/+1
* Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker2015-03-051-0/+1
* Keep include file checks in sync with autotools.Ralf Habacker2015-03-051-9/+25
* Fix broken cmake HAVE_SOCKLEN_T type finding check.Ralf Habacker2015-03-051-1/+3
* cmake: check for the necessary symbols for test-segfault.cSimon McVittie2015-02-201-0/+3
* Add configure checks for accept4, dirfd, inotify_init1 and unix_fd_passing to...Ralf Habacker2014-10-241-0/+4
* Add configure check for pipe2 to cmake build system.Ralf Habacker2014-10-171-0/+2
* CMake warning--.Ralf Habacker2014-01-171-1/+1
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-4/+2
* dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2013-09-161-1/+0
* Use dbus/dbus-arch-deps.h.in as source for cmake tooRalf Habacker2011-09-231-27/+23
* fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2010-05-051-0/+1
* Don't truncate pointers on Windows x64 platformFridrich Štrba2010-05-031-0/+1
* Fix warnings on Windows CE target.Marcus Brinkmann2010-04-141-0/+1
* add missing HAVE_ macros to cmakeRomain Pokrzywka2010-04-131-1/+6
* Added signal.h and locale.h detection for cmake build system.Ralf Habacker2010-03-221-0/+2
* apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i...Romain Pokrzywka2010-02-071-2/+4
* with msvc, replace va_copy by assigning the va_lists (cherry picked from comm...Frank Osterfeld2009-12-011-1/+4
* add check for abstract sockets (cherry picked from commit 5b657984f4bc5544a8d...Frank Osterfeld2009-11-301-0/+17
* fix configure check and VA_COPY usageFrank Osterfeld2009-11-301-3/+5
* mingw compile++ , w2k-support++Christian Ehrlicher2009-11-291-0/+1
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-0/+1
* * cmake: added cygwin compile supportRalf Habacker2007-06-031-1/+2
* * cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check ...Ralf Habacker2007-03-081-1/+2
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+126