summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-18Move _GNU_SOURCE to config.h.cmakeRalf Habacker1-0/+5
2021-11-18Move DBUS_BUILT_R_DYNAMIC to config.h.cmakeRalf Habacker1-0/+3
2021-11-18Fix definition of HAVE_SOCKLEN_TRalf Habacker1-1/+1
2021-11-18Add configure checks for vsnprintf and vasprintf to cmake build systemRalf Habacker2-0/+6
2021-11-10cmake: fix find_package related naming mismatch for GLIB2Ralf Habacker1-0/+0
2020-11-26cmake: add macro add_unit_test to reduce code duplicationRalf Habacker1-47/+57
2020-09-23cmake: make support for traditional activation optionalRalf Habacker1-0/+1
2020-06-10cmake: Add support for systemd integration on Linux operating systemsRalf Habacker2-0/+61
2020-06-10cmake: Add macro check_auto_option() as an addition to add_auto_option()Ralf Habacker1-0/+21
2020-06-10cmake: rename tristateoption() to add_auto_option() and make signature compat...Ralf Habacker1-2/+2