summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* CI: Don't pin msys2 packages to a specific version at allSimon McVittie2022-09-121-13/+15
* tools/ci-install.sh: Install meson build dependencies on FreeBSDAlex Richardson2022-08-101-0/+3
* ci-build.sh: Add a autotools ci_variant without the docs archiveAlex Richardson2022-08-101-4/+6
* gitlab-ci: Use GNU make on FreeBSDAlex Richardson2022-08-102-1/+5
* gitlab-ci: Install pkg-config on FreeBSDAlex Richardson2022-08-101-0/+1
* dbus-launch-x11.c: Silence clang -Wcast-align warningAlex Richardson2022-08-101-1/+1
* tools/ci-build.sh: Ensure that $builddir is setAlex Richardson2022-08-101-0/+4
* tools/ci-install.sh: Add FreeBSD supportAlex Richardson2022-08-101-0/+30
* tools/ci-{build,install}.sh: Use a portable interpreter argumentAlex Richardson2022-08-102-2/+2
* Remove fallback implementation of strtoll(), strtoull()Simon McVittie2022-07-194-324/+1
* dbus-launch-x11: Ignore X11 connection when checking for memory leaksSimon McVittie2022-07-151-1/+20
* CI: Link libexpat statically when using Wine to run testsSimon McVittie2022-07-131-0/+3
* CI: Ensure that subprojects (if used) are on the Wine PATHSimon McVittie2022-07-131-1/+10
* CI: Enable Ducktype-based documentation on Debian/UbuntuSimon McVittie2022-07-131-2/+12
* CI: Run Meson with -v so we can see compiler command-linesSimon McVittie2022-07-131-1/+1
* CI: Enable modular tests for all Meson-based CI buildsSimon McVittie2022-07-131-1/+2
* CI: Factor out Wine setup so that it applies equally to MesonSimon McVittie2022-07-131-15/+21
* CI: Install cross pkg-config on openSUSESimon McVittie2022-07-131-0/+1
* CI: Explicitly enable wrap dependenciesSimon McVittie2022-07-131-0/+5
* CI: Tell Meson build where to find the source directorySimon McVittie2022-07-131-1/+1
* CI: Implement debug build variant for MesonSimon McVittie2022-07-131-1/+22
* CI: Explicitly disable features that can't work on WindowsSimon McVittie2022-07-131-0/+13
* CI: Add glue to build with mingw-w64 toolchain on DebianSimon McVittie2022-07-131-1/+14
* CI: Only use openSUSE mingw*-meson as a replacement for `meson setup`Simon McVittie2022-07-131-7/+15
* CI: Verify that Autotools `make dist` includes everything needed for MesonSimon McVittie2022-07-131-4/+4
* CI: Consistently build in ./buildSimon McVittie2022-07-131-8/+13
* CI: Add repository for word-size-independent mingw stuffSimon McVittie2022-07-131-0/+2
* CI: Reinstate mingw*-glib2-develSimon McVittie2022-07-131-0/+1
* CI: Use mingw32-meson if that's what we're targetingSimon McVittie2022-07-131-1/+4
* Add meson build CIMarc-André Lureau2022-07-133-2/+24
* meson: Create /var/lib/dbusSimon McVittie2022-07-131-0/+5
* build: Change how we create empty directories from MesonSimon McVittie2022-07-132-0/+20
* build: Change how we create symlinks from MesonSimon McVittie2022-07-132-0/+23
* subprojects: Allow expat and GLib to be built as subprojectsSimon McVittie2022-07-131-0/+1
* build: Add machine-readable licensing markers to the Meson build systemSimon McVittie2022-07-132-0/+2
* build: Distribute Meson build system in release tarballsSimon McVittie2022-07-131-0/+3
* build-timestamp.py: Respect SOURCE_DATE_EPOCHSimon McVittie2022-07-131-1/+8
* tools: Ship disable-uac.rc instead of generating it at build timeSimon McVittie2022-07-131-4/+1
* Add Meson build systemFélix Piédallu2022-07-133-0/+132
* tools/ci: remove --{enable,disable}-containersMarc-André Lureau2022-07-061-2/+0
* dbus-send: Add support for variants to arrays and dictionariesFrederik Van Bogaert2022-05-231-3/+42
* build-sys: console-auth-dir leftoversMarc-André Lureau2022-05-201-3/+0
* tools/ci-install.sh: Install newer CMake on openSuSEAlex Richardson2022-05-171-17/+22
* tools/ci-build.sh: Add a ci_cmake_junit_output argumentAlex Richardson2022-05-171-1/+11
* tools/ci-build.sh: Pass user arguments to cmake lastAlex Richardson2022-05-011-1/+1
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-191-11/+2
* Fix no-X11 build after d847b5f6ae994c408c166ed51752ed9f550df600Alex Richardson2022-04-161-2/+0
* Add automatic detection of suite to CI scriptsRalf Habacker2022-04-042-6/+16
* Add automatic detection of distribution to CI scriptsRalf Habacker2022-04-042-9/+22
* dbus-launch: If no X11, look for existing bus before failingSimon McVittie2022-03-291-32/+48