summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-05CI: Avoid using a no-op download location that gives a 403 errorSimon McVittie1-1/+1
2023-06-05CI: Update Windows runnersSimon McVittie1-1/+1
2023-02-08CI: Re-run some tests as root or as non-root, as appropriateSimon McVittie1-8/+23
2023-02-08CI: Remove vestigial support for re-running tests in a Docker containerSimon McVittie2-44/+3
2023-02-08CI: Don't change ownership of source directorySimon McVittie1-5/+0
2022-10-11dbus-monitor: Disable automatic message filteringKai A. Hiller1-1/+2
2022-09-13Fix no-X11 build after d847b5f6ae994c408c166ed51752ed9f550df600Alex Richardson1-2/+0
2022-09-12CI: Don't pin msys2 packages to a specific version at allSimon McVittie1-13/+15
2022-09-12tools/ci-install.sh: clean up the previously used installation prefix and the...Ralf Habacker1-0/+7
2022-09-12tools/ci-install.sh: Use partially qualified versions with mingw package namesRalf Habacker1-11/+11
2022-09-12tools/ci-install.sh: on debian|ubuntu reduce the need for mingw package name ...Ralf Habacker1-2/+9
2022-02-27CI: Make most gcc warnings fatal for CMake buildsSimon McVittie1-1/+1
2022-02-25CI: Use https to download MSYS packagesSimon McVittie1-1/+1
2022-02-25CI: Install ci-certificatesSimon McVittie1-0/+1
2022-02-25CI: Remove EOL versions of Debian and UbuntuSimon McVittie2-53/+9
2022-01-27docker/windows: fix bad path from MR !218Marc-André Lureau1-1/+1
2022-01-21gitlab-ci: build a Windows docker image, with VS15 & msysMarc-André Lureau3-0/+143
2021-12-06tools/ci-build.sh: Double maximum test time when running tests on WindowsRalf Habacker1-0/+2
2021-11-29tools/ci-*.sh: Show used command line for CI build scriptsRalf Habacker2-0/+4
2021-11-29_dbus_spawn_program(): Add additional parameter to return errorRalf Habacker1-10/+4
2021-11-29_dbus_spawn_program() now returns #NULL for unification in case of errorRalf Habacker1-2/+2
2021-11-25dbus-run-session: also catches a server-exit under WindowsRalf Habacker1-2/+33
2021-11-23tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker1-2/+2
2021-11-23tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker5-8/+51
2021-10-25tools/cmake-format: fix sed warning `Expression #1, char 25: unknown option f...Ralf Habacker1-1/+1
2021-10-25tools/cmake-format: add support to use custom source root directoryRalf Habacker1-9/+30
2021-06-21dbus-send: Validate interface, member names before useSimon McVittie1-2/+32
2021-06-21dbus-send: Print an error message if object path is syntactically invalidSimon McVittie1-0/+7
2021-01-13ci: bump msys2 deps, fix broken linksMarc-André Lureau1-13/+14
2020-11-24tools/ci-install.sh: Use package=() style for local package list to avoid '\'...Ralf Habacker1-13/+14
2020-11-24On CI use common install prefix named 'dep_prefix' for installing local packagesRalf Habacker2-44/+63
2020-11-24tools/ci-build.sh: Clean up directories from possible previous buildsRalf Habacker1-2/+6
2020-11-24tools/ci-install.sh: merge multiple calls to apt-getRalf Habacker1-78/+98
2020-11-24Move installing packages into tools/ci-install.shRalf Habacker2-24/+36
2020-11-16Drop unused travis CI configuration filesRalf Habacker1-10/+0
2020-11-06dbus-launch: Replace slashes in DISPLAY if presentWilliam Earley1-1/+6
2020-11-06ci-build: Update required MSYS packagesSimon McVittie1-7/+7
2020-06-10cmake: Use CMAKE_INSTALL_FULL_<dir> for configuration and stateRalf Habacker1-1/+1
2020-06-10Normalize C source files to end with exactly one newlineSimon McVittie3-3/+0
2020-05-29CI: for cmake show the used command lines when compiling and linkingRalf Habacker1-1/+1
2020-05-29CI: Add running test cases for cross buildsRalf Habacker3-8/+81
2020-04-29cmake: build and install dbus-cleanup-sockets on non Windows platformsRalf Habacker1-0/+6
2020-04-29cmake: build and install dbus-uuidgen on non Windows platformsRalf Habacker1-0/+10
2020-04-29Add support to generate the api documentation in Qt help formatRalf Habacker1-1/+1
2020-04-16Merge branch 'ci-updates' into 'master'Simon McVittie1-0/+10
2020-04-06CI: Install qhelpgenerator for native production build on busterSimon McVittie1-0/+10
2020-03-26_dbus_generate_random_bytes: use getrandom(2)Natanael Copa1-0/+2
2020-02-19cmake: complete adding version info to all installed executables on WindowsRalf Habacker1-1/+5
2020-01-22cmake: Add X11 include path for toolsTuomo Rinne1-0/+1
2019-07-15dbus-send: add --sender optionChristopher Morin1-2/+50