summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Support /proc in _dbus_file_get_contentLuca Boccassi2023-05-152-0/+6
* cmake: add missing HAVE_SYS_SYSCALL_H defineLuca Boccassi2023-03-201-0/+1
* Fix SPDX license reference in FindGLIB2Simon McVittie2022-11-291-1/+1
* cmake: Add BSD-style licensesSimon McVittie2022-11-294-23/+4
* test: Export G_TEST_BUILDDIR, G_TEST_SRCDIRSimon McVittie2022-10-051-0/+2
* dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson2022-09-211-0/+2
* cmake: define DBUS_TEST_SOCKET_DIR in the config headerAlex Richardson2022-09-151-0/+2
* dbus-sysdeps-util-unix.c: Avoid including sys/syslimits.hAlex Richardson2022-08-102-4/+0
* Use project relative paths in CMake filesJordan Williams2022-07-253-10/+10
* build: Assume stdint.h is providedSimon McVittie2022-07-192-4/+0
* Remove fallback implementation of strtoll(), strtoull()Simon McVittie2022-07-192-14/+0
* cmake: Stop redefining snprintf() to _snprintf() on MSVCSimon McVittie2022-07-191-1/+0
* Remove emulation of va_copy() in non-C99 compilersSimon McVittie2022-07-192-51/+0
* build: Remove support for emulating inline with __inline or __inline__Simon McVittie2022-07-191-4/+0
* build-sys: check for afunix.hMarc-André Lureau2022-07-152-0/+2
* cmake: drop DBUS_VERBOSE_C_SMarc-André Lureau2022-07-131-7/+0
* cmake: drop unused HAVE_VASPRINTF/HAVE_VSNPRINTF checksMarc-André Lureau2022-07-132-6/+0
* cmake/autotools: remove HAVE_DIRFD/HAVE_DDFDMarc-André Lureau2022-07-132-32/+0
* cmake: drop needless headers checksMarc-André Lureau2022-07-132-38/+0
* build: Add machine-readable licensing markers to the Meson build systemSimon McVittie2022-07-131-0/+1
* cmake: Generate the same DBus1Config with Meson as with AutotoolsSimon McVittie2022-07-131-1/+1
* Add Meson build systemFélix Piédallu2022-07-131-0/+43
* build-sys: drop DBUS_CMAKEMarc-André Lureau2022-06-171-3/+0
* cmake: Check for setresuid and getresuidAlex Richardson2022-05-252-0/+4
* cmake: drop -DDBUS_CONSOLE_AUTH_DIR=Marc-André Lureau2022-05-191-1/+0
* cmake: Fix definition of DBUS_USE_SYNCAlex Richardson2022-05-162-2/+2
* cmake: in macro generate_compiler_warning_flags prevent duplicates in variabl...Ralf Habacker2022-04-211-3/+4
* cmake: Fix detecting -Wformat-* warnings for gccRalf Habacker2022-04-211-0/+3
* cmake: Fix not detecting unsupported g++ related warning checksRalf Habacker2022-04-211-0/+2
* 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-212-0/+4
* Use closefrom() to not loop over all possible file descriptorsrim2022-04-212-0/+4
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-191-0/+9
* cmake: Look for dbus-arch-deps.h next to DBus1Config.cmakeSimon McVittie2022-03-301-0/+4
* cmake: Only add warning flags if the compiler supports themAlex Richardson2022-03-291-12/+40
* cmake: Detect backtrace() support on platforms such as FreeBSDAlex Richardson2022-03-241-1/+3
* cmake: setup variable WORDS_BIGENDIAN correctlyRalf Habacker2022-03-021-0/+3
* build: Opt out from using mingw-w64's replacement printf(), etc.Simon McVittie2022-02-271-0/+9
* Disable the Containers interfaceSimon McVittie2021-12-101-1/+0
* cmake: Make gcc builds use similar compiler warnings to autotoolsRalf Habacker2021-12-101-31/+45
* cmake: In generated cmake support files get value for DBus1_INCLUDE_DIRS vari...Ralf Habacker2021-11-181-5/+2
* CMake: Set IMPORTED_IMPLIB propertyJulien Schueller2021-11-181-0/+1
* Add HAVE_DECL_xxx checks to cmake build systemRalf Habacker2021-11-182-0/+6
* Move _GNU_SOURCE to config.h.cmakeRalf Habacker2021-11-181-0/+5
* Move DBUS_BUILT_R_DYNAMIC to config.h.cmakeRalf 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-182-0/+6
* cmake: fix find_package related naming mismatch for GLIB2Ralf Habacker2021-11-101-0/+0
* cmake: add macro add_unit_test to reduce code duplicationRalf Habacker2020-11-261-47/+57