dbus/tools
Ralf Habacker 6e8d75834e Add support to generate the api documentation in Qt help format
Qt help files are used by Qt Creator and KDevelop, for example, to support
the development of Qt-based applications and libraries.

Generating api documentation in Qt help format is controlled by two
user specific options named --enable-qt-help and --with-qchdir (autotools)
and -DENABLE_QT_HELP and -DINSTALL_QCH_DIR (cmake).
2020-04-29 15:23:23 +00:00
..
.gitignore .gitignore: Ignore many more generated files 2018-12-14 13:28:50 +00:00
ci-build.sh _dbus_generate_random_bytes: use getrandom(2) 2020-03-26 16:56:59 +01:00
ci-Dockerfile.in travis-ci: Add and use infrastructure to build and test in Docker 2016-11-29 12:37:48 +00:00
ci-install.sh Add support to generate the api documentation in Qt help format 2020-04-29 15:23:23 +00:00
cmake-format tools/cmake-format: Add option --check-indents to check indentations independently from other options 2019-01-24 09:07:45 +01:00
CMakeLists.txt cmake: complete adding version info to all installed executables on Windows 2020-02-19 10:23:01 +01:00
dbus-cleanup-sockets.c dbus-cleanup-sockets: Mark functions noreturn as suggested by clang 2018-08-30 17:39:21 +01:00
dbus-echo.c Add missing function attributes suggested by clang (but not by gcc) 2016-10-13 22:44:13 +01:00
dbus-launch-win.c Be more const-correct 2016-10-13 17:20:28 +01:00
dbus-launch-x11.c dbus-launch-x11: print a window ID portably 2016-10-13 22:44:12 +01:00
dbus-launch.c Don't let dbus-daemon and its subprocesses inherit unnecessary fds 2018-11-20 19:09:18 +00:00
dbus-launch.h Add missing function attributes suggested by clang (but not by gcc) 2016-10-13 22:44:13 +01:00
dbus-monitor.c dbus-monitor: handle default case for binary mode header 2017-04-07 12:07:21 +01:00
dbus-print-message.c Consistently use socklen_t for getsockname, getsockopt etc. 2016-02-11 02:04:53 +01:00
dbus-print-message.h dbus-monitor: Add timestamp to --monitor mode. 2015-02-24 13:29:45 +00:00
dbus-run-session.c run-session: Fix warning 'array subscript 3 is above array bounds of 'char *[3]' on Windows 2018-12-11 10:39:02 +00:00
dbus-send.c dbus-send: add --sender option 2019-07-15 12:36:50 +00:00
dbus-spam.c tools: Improve argument validation in dbus-spam 2017-02-13 14:52:19 +00:00
dbus-update-activation-environment.c Clean up how we arrange for environ to be declared 2016-10-13 17:20:34 +01:00
dbus-uuidgen.c Rename dbus_internal_do_not_use_get_uuid to _dbus_get_uuid 2018-08-02 15:26:24 +01:00
GetAllMatchRules.py GetAllMatchRules: provide an example how it could be used 2014-10-06 12:10:51 +01:00
Makefile.am Consistently add CODE_COVERAGE_CPPFLAGS everywhere 2019-01-21 18:46:07 +00: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
strtoll.c Include config.h as the first thing in every .c file 2013-02-22 13:08:27 +00:00
strtoull.c Include config.h as the first thing in every .c file 2013-02-22 13:08:27 +00:00
test-tool.c dbus-test-tool: add black-hole mode 2014-10-14 13:53:59 +01:00
test-tool.h dbus-test-tool: add black-hole mode 2014-10-14 13:53:59 +01:00
tool-common.c Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() instead. 2015-03-04 13:06:49 +01:00
tool-common.h Drop duplicated function tool_millisleep() and use dbus_sleep_milliseconds() instead. 2015-03-04 13:06:49 +01:00
Win32.Manifest Add Windows manifest to dbus-update-activation-environment.exe 2017-09-27 22:05:13 +02:00