summaryrefslogtreecommitdiff
path: root/cmake/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* Support /proc in _dbus_file_get_contentLuca Boccassi2023-05-151-0/+3
* dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson2022-09-211-0/+2
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-08-101-1/+0
* build: Assume stdint.h is providedSimon McVittie2022-07-191-1/+0
* Remove fallback implementation of strtoll(), strtoull()Simon McVittie2022-07-191-2/+0
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-191-45/+0
* build-sys: check for afunix.hMarc-André Lureau2022-07-151-0/+1
* cmake: drop unused HAVE_VASPRINTF/HAVE_VSNPRINTF checksMarc-André Lureau2022-07-131-2/+0
* cmake/autotools: remove HAVE_DIRFD/HAVE_DDFDMarc-André Lureau2022-07-131-26/+0
* cmake: drop needless headers checksMarc-André Lureau2022-07-131-13/+0
* cmake: Check for setresuid and getresuidAlex Richardson2022-05-251-0/+2
* cmake: Fix definition of DBUS_USE_SYNCAlex Richardson2022-05-161-1/+1
* sysdeps: On Linux, wrap close_range syscall directly if necessarySimon McVittie2022-04-211-0/+1
* sysdeps: Include <linux/close_range.h> if availableSimon McVittie2022-04-211-0/+1
* sysdeps: Use close_range() if availableSimon McVittie2022-04-211-0/+1
* Use closefrom() to not loop over all possible file descriptorsrim2022-04-211-0/+1
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-191-0/+9
* cmake: Detect backtrace() support on platforms such as FreeBSDAlex Richardson2022-03-241-1/+3
* Add HAVE_DECL_xxx checks to cmake build systemRalf Habacker2021-11-181-0/+3
* Fix definition of HAVE_SOCKLEN_TRalf Habacker2021-11-181-1/+1
* Add configure checks for vsnprintf and vasprintf to cmake build systemRalf Habacker2021-11-181-0/+2
* Merge branch 'fix-poll-header' into 'master'Simon McVittie2020-04-011-1/+1
|\
| * sysdeps: use POSIX poll.h instead of sys/poll.hNatanael Copa2020-03-261-1/+1
* | _dbus_generate_random_bytes: use getrandom(2)Natanael Copa2020-03-261-0/+2
|/
* Merge branch 'non-posix-getwpnam-r' into 'master'Simon McVittie2020-03-111-1/+1
|\
| * build: Drop support for non-POSIX getpwnam_r(), getgrnam_r()Simon McVittie2018-11-191-1/+1
* | Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-231-3/+3
* | Remove spaces between cmake command and opening bracketRalf Habacker2019-01-231-18/+18
* | build: Require va_copy() or __va_copy() on non-MSVC compilersSimon McVittie2018-11-191-19/+1
* | Only use _DBUS_VA_COPY_ASSIGN to implement va_copy() on MSVCSimon McVittie2018-11-191-2/+2
* | Don't check how to copy a va_list if we already have va_copy()Simon McVittie2018-11-191-19/+19
|/
* 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