summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* CI: Make most gcc warnings fatal for CMake buildsSimon McVittie2022-02-271-1/+1
* CI: Use https to download MSYS packagesSimon McVittie2022-02-251-1/+1
* CI: Install ci-certificatesSimon McVittie2022-02-251-0/+1
* CI: Remove EOL versions of Debian and UbuntuSimon McVittie2022-02-252-53/+9
* docker/windows: fix bad path from MR !218Marc-André Lureau2022-01-271-1/+1
* gitlab-ci: build a Windows docker image, with VS15 & msysMarc-André Lureau2022-01-213-0/+143
* tools/ci-build.sh: Double maximum test time when running tests on WindowsRalf Habacker2021-12-061-0/+2
* tools/ci-*.sh: Show used command line for CI build scriptsRalf Habacker2021-11-292-0/+4
* _dbus_spawn_program(): Add additional parameter to return errorRalf Habacker2021-11-291-10/+4
* _dbus_spawn_program() now returns #NULL for unification in case of errorRalf Habacker2021-11-291-2/+2
* dbus-run-session: also catches a server-exit under WindowsRalf Habacker2021-11-251-2/+33
* tools/dbus-run-session.c: use _dbus_win_set_error_from_last_error() on remain...Ralf Habacker2021-11-231-2/+2
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-235-8/+51
* tools/cmake-format: fix sed warning `Expression #1, char 25: unknown option f...Ralf Habacker2021-10-251-1/+1
* tools/cmake-format: add support to use custom source root directoryRalf Habacker2021-10-251-9/+30
* dbus-send: Validate interface, member names before useSimon McVittie2021-06-211-2/+32
* dbus-send: Print an error message if object path is syntactically invalidSimon McVittie2021-06-211-0/+7
* ci: bump msys2 deps, fix broken linksMarc-André Lureau2021-01-131-13/+14
* tools/ci-install.sh: Use package=() style for local package list to avoid '\'...Ralf Habacker2020-11-241-13/+14
* On CI use common install prefix named 'dep_prefix' for installing local packagesRalf Habacker2020-11-242-44/+63
* tools/ci-build.sh: Clean up directories from possible previous buildsRalf Habacker2020-11-241-2/+6
* tools/ci-install.sh: merge multiple calls to apt-getRalf Habacker2020-11-241-78/+98
* Move installing packages into tools/ci-install.shRalf Habacker2020-11-242-24/+36
* Drop unused travis CI configuration filesRalf Habacker2020-11-161-10/+0
* dbus-launch: Replace slashes in DISPLAY if presentWilliam Earley2020-11-061-1/+6
* ci-build: Update required MSYS packagesSimon McVittie2020-11-061-7/+7
* cmake: Use CMAKE_INSTALL_FULL_<dir> for configuration and stateRalf Habacker2020-06-101-1/+1
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-103-3/+0
* CI: for cmake show the used command lines when compiling and linkingRalf Habacker2020-05-291-1/+1
* CI: Add running test cases for cross buildsRalf Habacker2020-05-293-8/+81
* cmake: build and install dbus-cleanup-sockets on non Windows platformsRalf Habacker2020-04-291-0/+6
* cmake: build and install dbus-uuidgen on non Windows platformsRalf Habacker2020-04-291-0/+10
* Add support to generate the api documentation in Qt help formatRalf Habacker2020-04-291-1/+1
* Merge branch 'ci-updates' into 'master'Simon McVittie2020-04-161-0/+10
|\
| * CI: Install qhelpgenerator for native production build on busterSimon McVittie2020-04-061-0/+10
* | _dbus_generate_random_bytes: use getrandom(2)Natanael Copa2020-03-261-0/+2
|/
* cmake: complete adding version info to all installed executables on WindowsRalf Habacker2020-02-191-1/+5
* cmake: Add X11 include path for toolsTuomo Rinne2020-01-221-0/+1
* dbus-send: add --sender optionChristopher Morin2019-07-151-2/+50
* cmake: install missing files to keep in sync with autotools buildsRalf Habacker2019-03-131-0/+6
* Adjust indents of CMakeLists.txt files always to 4 spacesRalf Habacker2019-01-241-1/+1
* tools/cmake-format: Add option --check-indents to check indentations independ...Ralf Habacker2019-01-241-4/+21
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-3/+3
* Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-15/+15
* Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker2019-01-241-24/+24
* Remove trailing spaces in CMakeLists.txt filesRalf Habacker2019-01-241-4/+4
* tools/cmake-format: Do not exclude CMakeLists.txt filesRalf Habacker2019-01-241-1/+1
* Merge branch 'reformat-cmake-files' into 'master'Simon McVittie2019-01-231-0/+109
|\
| * Add script for formatting cmake filesRalf Habacker2019-01-231-0/+109
* | Merge branch 'code-coverage' into 'master'Simon McVittie2019-01-231-2/+14
|\ \ | |/ |/|