dbus/tools
Simon McVittie ed87c10fdc CI: Remove meson-dist and cmake-dist build systems
Before we removed the Autotools build system, these meant: do a
`make dist` with Autotools, then unpack the resulting tarball, and build
it with Meson or CMake (as appropriate). This was important because the
contents of an Autotools `make dist` differed significantly from what's
in git: only the files that were explicitly declared as sources in the
Autotools build system were distributed, and Autotools would also add its
own generated cruft.

Now that we're doing releases with Meson, the official source release
artifact is basically `git archive`, so there's much less need to
distinguish between official source releases and what's in git, and these
variant build systems became simple aliases for meson and cmake.
Remove those aliases from tools/ci-build.sh, and stop using them in
.gitlab-ci.yml.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2023-12-01 19:00:20 +00:00
..
docker/windows Add SPDX license tags for the MIT (Expat) license, where straightforward 2023-08-14 17:18:04 +00:00
.gitignore .gitignore: Ignore many more generated files 2018-12-14 13:28:50 +00:00
build-timestamp.py build: Add machine-readable licensing markers to the Meson build system 2022-07-13 20:36:13 +01:00
check-runstatedir.sh build: Show a warning if the system bus socket is not interoperable 2022-10-11 17:14:11 +01:00
ci-build.sh CI: Remove meson-dist and cmake-dist build systems 2023-12-01 19:00:20 +00:00
ci-install.sh CI: on openSUSE use cmake from the windows:mingw project instead from devel:tools:building 2023-12-01 17:18:01 +01:00
cmake-format tools/cmake-format: Relicense to BSD-3-Clause 2022-11-29 13:33:53 +00:00
CMakeLists.txt tools/dbus-run-session: fix race between manual and automatically started dbus-daemon on Windows 2021-11-23 08:38:14 +01:00
dbus-cleanup-sockets.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
dbus-echo.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
dbus-launch-win.c Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license 2023-01-04 07:53:44 +00:00
dbus-launch-x11.c Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license 2023-01-04 07:53:44 +00:00
dbus-launch.c Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license 2023-01-04 07:53:44 +00:00
dbus-launch.h Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later license 2023-01-04 07:53:44 +00:00
dbus-monitor.c time: use dbus_int64_t for seconds instead of long 2023-08-23 14:42:05 +02:00
dbus-print-message.c time: use dbus_int64_t for seconds instead of long 2023-08-23 14:42:05 +02:00
dbus-print-message.h time: use dbus_int64_t for seconds instead of long 2023-08-23 14:42:05 +02:00
dbus-run-session.c time: use dbus_int64_t for seconds instead of long 2023-08-23 14:42:05 +02:00
dbus-send.c time: use dbus_int64_t for seconds instead of long 2023-08-23 14:42:05 +02:00
dbus-spam.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
dbus-update-activation-environment.c Add SPDX license tags for the MIT (Expat) license, where straightforward 2023-08-14 17:18:04 +00:00
dbus-uuidgen.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
disable-uac.rc Add Meson build system 2022-07-13 20:36:13 +01:00
GetAllMatchRules.py GetAllMatchRules: provide an example how it could be used 2014-10-06 12:10:51 +01:00
meson-compat-install-emptydirs.py meson: Allow sudo meson install, which doesn't set DESTDIR 2023-08-15 12:14:57 +00:00
meson-compat-install-symlink.py meson: Allow sudo meson install, which doesn't set DESTDIR 2023-08-15 12:14:57 +00:00
meson.build meson: Introduce message_bus and tools command line option 2023-01-04 09:35:06 +01:00
run-with-tmp-session-bus.sh Use separate bus configuration files for executing test cases with a temporary session bus 2018-10-18 20:06:43 +02:00
test-tool.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
test-tool.h tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
tool-common.c tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
tool-common.h tools: Mark GPL-only files with SPDX license identifier 2022-11-29 13:33:53 +00:00
user-path.reg.in CI: Add running test cases for cross builds 2020-05-29 16:43:45 +02:00
Win32.Manifest Add Windows manifest to dbus-update-activation-environment.exe 2017-09-27 22:05:13 +02:00