summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2023-08-15sysdeps: Use C11 stdatomic.h where possibleSimon McVittie2-0/+2
2023-08-14On 32-bit glibc, define _TIME_BITS to 64 if not already definedSimon McVittie2-0/+18
2023-08-08DBusCredentials: add support for PID FDs via SO_PEERPIDFDLuca Boccassi2-0/+2
2023-08-07Let cmake retrieve version and variable information from meson build systemRalf Habacker3-176/+54
2023-08-07cmake: reorder include header and function checks to match meson build systemRalf Habacker1-27/+29
2023-06-06cmake: Define _GNU_SOURCE before checking for any symbolsSimon McVittie1-1/+2
2023-05-15Support /proc in _dbus_file_get_contentLuca Boccassi2-0/+6
2023-03-20cmake: add missing HAVE_SYS_SYSCALL_H defineLuca Boccassi1-0/+1
2022-11-29Fix SPDX license reference in FindGLIB2Simon McVittie1-1/+1
2022-11-29cmake: Add BSD-style licensesSimon McVittie4-23/+4
2022-10-05test: Export G_TEST_BUILDDIR, G_TEST_SRCDIRSimon McVittie1-0/+2
2022-09-21dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson1-0/+2
2022-09-15cmake: define DBUS_TEST_SOCKET_DIR in the config headerAlex Richardson1-0/+2
2022-08-10dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2-4/+0
2022-07-25Use project relative paths in CMake filesJordan Williams3-10/+10
2022-07-19build: Assume stdint.h is providedSimon McVittie2-4/+0
2022-07-19Remove fallback implementation of strtoll(), strtoull()Simon McVittie2-14/+0
2022-07-19cmake: Stop redefining snprintf() to _snprintf() on MSVCSimon McVittie1-1/+0
2022-07-19Remove emulation of va_copy() in non-C99 compilersSimon McVittie2-51/+0
2022-07-19build: Remove support for emulating inline with __inline or __inline__Simon McVittie1-4/+0
2022-07-15build-sys: check for afunix.hMarc-André Lureau2-0/+2
2022-07-13cmake: drop DBUS_VERBOSE_C_SMarc-André Lureau1-7/+0
2022-07-13cmake: drop unused HAVE_VASPRINTF/HAVE_VSNPRINTF checksMarc-André Lureau2-6/+0
2022-07-13cmake/autotools: remove HAVE_DIRFD/HAVE_DDFDMarc-André Lureau2-32/+0
2022-07-13cmake: drop needless headers checksMarc-André Lureau2-38/+0
2022-07-13build: Add machine-readable licensing markers to the Meson build systemSimon McVittie1-0/+1
2022-07-13cmake: Generate the same DBus1Config with Meson as with AutotoolsSimon McVittie1-1/+1
2022-07-13Add Meson build systemFélix Piédallu1-0/+43
2022-06-17build-sys: drop DBUS_CMAKEMarc-André Lureau1-3/+0
2022-05-25cmake: Check for setresuid and getresuidAlex Richardson2-0/+4
2022-05-19cmake: drop -DDBUS_CONSOLE_AUTH_DIR=Marc-André Lureau1-1/+0
2022-05-16cmake: Fix definition of DBUS_USE_SYNCAlex Richardson2-2/+2
2022-04-21cmake: in macro generate_compiler_warning_flags prevent duplicates in variabl...Ralf Habacker1-3/+4
2022-04-21cmake: Fix detecting -Wformat-* warnings for gccRalf Habacker1-0/+3
2022-04-21cmake: Fix not detecting unsupported g++ related warning checksRalf Habacker1-0/+2
2022-04-21sysdeps: On Linux, wrap close_range syscall directly if necessarySimon McVittie1-0/+1
2022-04-21sysdeps: Include <linux/close_range.h> if availableSimon McVittie1-0/+1
2022-04-21sysdeps: Use close_range() if availableSimon McVittie2-0/+4
2022-04-21Use closefrom() to not loop over all possible file descriptorsrim2-0/+4
2022-04-19build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie1-0/+9
2022-03-30cmake: Look for dbus-arch-deps.h next to DBus1Config.cmakeSimon McVittie1-0/+4
2022-03-29cmake: Only add warning flags if the compiler supports themAlex Richardson1-12/+40
2022-03-24cmake: Detect backtrace() support on platforms such as FreeBSDAlex Richardson1-1/+3
2022-03-02cmake: setup variable WORDS_BIGENDIAN correctlyRalf Habacker1-0/+3
2022-02-27build: Opt out from using mingw-w64's replacement printf(), etc.Simon McVittie1-0/+9
2021-12-10Disable the Containers interfaceSimon McVittie1-1/+0
2021-12-10cmake: Make gcc builds use similar compiler warnings to autotoolsRalf Habacker1-31/+45
2021-11-18cmake: In generated cmake support files get value for DBus1_INCLUDE_DIRS vari...Ralf Habacker1-5/+2
2021-11-18CMake: Set IMPORTED_IMPLIB propertyJulien Schueller1-0/+1
2021-11-18Add HAVE_DECL_xxx checks to cmake build systemRalf Habacker2-0/+6