summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15Add clearer licensing information using SPDX-License-IdentifierSimon McVittie3-0/+28
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-17CI: Update from dbusSimon McVittie2-5/+21
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-12-17Remove the last vestiges of support for dbus 1.6 and Ubuntu 14.04Simon McVittie2-41/+4
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-03ci: Consistently use wgetSimon McVittie1-1/+1
This avoids also needing to install curl, which isn't in default Ubuntu trusty Docker images. Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-03ci: Avoid dpkg warnings by installing gnome-common before autoconf-archiveSimon McVittie1-2/+3
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-03ci: Don't set DBUS_TEST_MALLOC_FAILURESSimon McVittie1-3/+0
This is a libdbus internal feature, and isn't used in dbus-glib. Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-01-29Add Travis-CI integrationSimon McVittie3-0/+304
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-01-29Check for GLib under the name GLIB, not DBUS_GLIBSimon McVittie1-1/+1
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-08-28run-with-tmp-session-bus.sh: use dbus-run-sessionSimon McVittie1-21/+3
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-01-14Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie1-1/+8
2013-10-21Add a list of Valgrind suppressions for false-positivesSimon McVittie2-0/+361
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41129 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2010-10-13replace remnants of gcov support with lcov.am from telepathy-glibSimon McVittie1-0/+47
2010-01-15Import dbus-bus-introspect.xml upstreamColin Walters1-12/+3
Rather than having consumers pass an externally-generated XML file, just include one here. In practice our target audience is OS builders, who if they have the capability to update dbus, also have the capability to update dbus-glib.
2009-04-15add --with-dbus-binding-tool option to use an external dbus-binding-toolPeter Korsgaard1-1/+1
Cross compilation fix. dbus-binding-tool needs to run on the host, but gets compiled for the target. Add an option to use an external program (host version) instead, similar to the --with-introspect-xml option. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-13Allow daemondir to be configured (#10668)Ross Burton1-1/+1
The daemon can be at any location, and may not be on the path. Fetch the path from the pkg-config file and use it if it is set. Thanks to Brian Cameron for this patch.
2007-09-11Fix bashismRoss Burton1-1/+1
"function" is a bashism, so don't use it.
2007-09-11Fix bashismsRoss Burton1-4/+5
The test suite used /bin/bash for no good reason, remove all bashisms. (#11672, thanks Peter O'Gorman).
2007-02-08Add configure flags --with-introspect-xmlRob Taylor1-0/+5
Adds the configure flags --with-introspect-xml, which allows dbus-glib to be built with pre-generated bus daemons introspection xml (such as can be gained with dbus-daemon --introspect). This allows dbus-glib to be built without a running dbus-daemon, useful for embedded systems.
2006-10-25Update tools/Makefile.am for new dbus-binding-tool behaviourRob Taylor1-1/+1
2006-10-25Use dbus-daemon --introspect to generate DBus service introspect xmlRob Taylor1-1/+1
2006-09-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/dbus/dbus-glibRob Taylor1-1/+1
2006-09-08* tools/Makefile.am: Add tools/session.conf to EXTRA_DIST so make check worksJohn (J5) Palmieri1-1/+1
from tarballs
2006-08-22Make test scripts run during out-of-tree compilationSteve Frécinaux1-1/+4
2006-07-06- distcheck cleanupsJohn (J5) Palmieri1-0/+6
2006-07-06- Add back tests to the glib bindingsJohn (J5) Palmieri3-0/+102