- 14 Mar, 2022 2 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
- 08 Mar, 2022 1 commit
-
-
Ralf Habacker authored
cmake: Fix race condition on creating docbook based files Closes #381 See merge request dbus/dbus!268
-
- 04 Mar, 2022 3 commits
-
-
Ralf Habacker authored
With the previous implementation, race conditions could arise because a generated intermediate file was used by multiple targets. To fix the mentioned problem, the macro 'generate_docbook_file' has been integrated into a in a new macro 'add_docbook' to simplify the dependency chain and make it easier to use. When using an xml template with the 'TEMPLATE' parameter, a separate intermediate xml file is used for each generated output file to avoid overwriting each other, which was the main cause of the described problem. Due to the adaptation of the calling conventions it was necessary to introduce the parameter 'MAN_CATEGORY'. Fixes #381 Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
cmake: fix setting DBUS_*_CONFIG_FILE on non win32 platform See merge request dbus/dbus!267
-
Ralf Habacker authored
The files were installed to the datadir (usually /usr/share) since commit 70950325, but the macros used to implement dbus-daemon --system and dbus-daemon --session still looked for them in the sysconfdir (usually /etc). Fixes: 70950325 "Adjust cmake build to match autoconf installation locations"
-
- 03 Mar, 2022 1 commit
-
-
Ralf Habacker authored
cmake: setup variable WORDS_BIGENDIAN correctly Closes #375 See merge request dbus/dbus!266
-
- 02 Mar, 2022 2 commits
-
-
Ralf Habacker authored
Since version 3.0 cmake provides the macro test_big_endian for that purpose. fixes #375 Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
The documentation has been added to the header to avoid duplication as these functions are implemented platform specific. Cherry-picked from merge request dbus/dbus!243 Reviewed-by: @smcv Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
- 01 Mar, 2022 7 commits
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
build: Fix logic for --with-x configure option See merge request dbus/dbus!263
-
Lars Wendler authored
-
Lars Wendler authored
-
Lars Wendler authored
-
Lars Wendler authored
-
Lars Wendler authored
Previously, --with-x would disable the check for X11 libraries, which was not intended.
-
- 28 Feb, 2022 12 commits
-
-
Simon McVittie authored
bus: Fix error handling for inotify_init() See merge request dbus/dbus!235
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
fd 0 is a valid fd - although if we are using stdin as our inotify fd, something is weird somewhere. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This reverts commit 428f60e8 . Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Resolves: dbus/dbus#350 Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Nothing changed in v0.39 yet, and it would be confusing to have the version uploaded alongside dbus 1.14.0 say "not yet finalized". Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This reverts commit 254b1797 . Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ralf Habacker authored
doc/dbus-api-design: fix broken links See merge request dbus/dbus!257
-
* use version independent qtdbus url * developer.gnome.org links moved to developer-old.gnome.org * bustle now on freedesktop gitlab
-
Ralf Habacker authored
build: Opt out from using mingw-w64's replacement printf(), etc. Closes #380 See merge request dbus/dbus!261
-
- 27 Feb, 2022 3 commits
-
-
Simon McVittie authored
This makes sure we notice problems early. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Now that we have resolved the failure to build with newer mingw-w64, we don't need to hold these back to Debian 10 'buster' and can upgrade to the current stable release, Debian 11 'bullseye'. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The Windows code in dbus is careful to use Windows-specific equivalents of the Standard C features that are not implemented by msvcrt.dll, so we don't need to substitute a Standard C printf implementation. This avoids compiler warnings/errors when gcc expects us to be using Microsoft printf syntax (`ms_printf` attribute), but newer versions of mingw-w64 expect us to be using GNU or Standard C printf syntax (`gnu_printf` attribute) as a result of `__USE_MINGW_ANSI_STDIO` being enabled by default if not otherwise specified. Resolves: dbus/dbus#380 Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 25 Feb, 2022 6 commits
-
-
Simon McVittie authored
CI: Update Debian releases See merge request dbus/dbus!260
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We need this to be able to download MSYS packages now. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is the current stable release for Debian, making Debian 10 a much less interesting target for backports. Add a manually-triggered job so we can still try buster occasionally. Continue to use buster for mingw-w64 builds until format string issues with bullseye toolchains can be sorted out. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Debian 9 'stretch' is EOL, and Ubuntu 16.04 is EOL unless you enter into a special subscription with Canonical. This puts them outside our informal security-support policy, and realistically, anyone sufficiently change-averse to be following these distributions is not going to be backporting a current version of dbus. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The necessary CI runner doesn't seem to be available, and we shouldn't let that prevent us from merging dbus changes. This can be reverted when the runner comes back. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 23 Feb, 2022 3 commits
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-