summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-05-17tools/ci-install.sh: Install newer CMake on openSuSEAlex Richardson1-17/+22
2022-05-17tools/ci-build.sh: Add a ci_cmake_junit_output argumentAlex Richardson1-1/+11
2022-05-01tools/ci-build.sh: Pass user arguments to cmake lastAlex Richardson1-1/+1
2022-04-19build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie1-11/+2
2022-04-16Fix no-X11 build after d847b5f6ae994c408c166ed51752ed9f550df600Alex Richardson1-2/+0
2022-04-04Add automatic detection of suite to CI scriptsRalf Habacker2-6/+16
2022-04-04Add automatic detection of distribution to CI scriptsRalf Habacker2-9/+22
2022-03-29dbus-launch: If no X11, look for existing bus before failingSimon McVittie1-32/+48
2022-03-29dbus-launch: Generalize support for discovering an existing busSimon McVittie1-12/+15
2022-03-29On CI add build support for openSUSE distributionsRalf Habacker2-2/+130
2022-03-29tools/ci-install.sh: clean up the previously used installation prefix and the...Ralf Habacker1-0/+7
2022-03-29tools/ci-install.sh: Use partially qualified versions with mingw package namesRalf Habacker1-11/+11
2022-03-29tools/ci-install.sh: on debian|ubuntu reduce the need for mingw package name ...Ralf Habacker1-2/+9
2022-03-16tools/ci-build.sh: Define and use variable builddirRalf Habacker1-3/+4
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