summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Start towards 0.112Simon McVittie2018-01-292-1/+6
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Prepare 0.110dbus-glib-0.110Simon McVittie2018-01-292-3/+5
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Add a note on how to update dbus-gmainSimon McVittie2018-01-291-0/+8
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Add Travis-CI integrationSimon McVittie2018-01-294-0/+341
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Update NEWSSimon McVittie2018-01-291-1/+17
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Merge commit 'f5f817bf93e9fe1503cd327b546a1237f59e96b4'Simon McVittie2018-01-292-1/+35
|\ \ | |/
| * Add some notes on integrating dbus-gmain into larger projectsSimon McVittie2018-01-291-0/+34
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
| * test-thread-client: Avoid deprecated g_thread_createSimon McVittie2018-01-291-1/+1
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Require GLib 2.40, for g_thread_newSimon McVittie2018-01-291-3/+3
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Check for GLib under the name GLIB, not DBUS_GLIBSimon McVittie2018-01-299-22/+22
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Add 'dbus-gmain/' from commit 'c9f1a9671e5c67da3a7d730407241b995c6606f9'Simon McVittie2018-01-2914-0/+1992
|\ \ | |/ | | | | | | | | git-subtree-dir: dbus-gmain git-subtree-mainline: bb1e093d0905fedeea658ac74cd9cc5de9f85710 git-subtree-split: c9f1a9671e5c67da3a7d730407241b995c6606f9
| * Use GLIB instead of DBUS_GLIB as prefix for GLib dependencySimon McVittie2018-01-291-8/+8
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
| * Distribute ancillary files for dbus-gmainSimon McVittie2018-01-291-0/+7
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
| * Move dbus-gmain to root directorySimon McVittie2018-01-2914-0/+0
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
| * Remove everything except dbus-gmain subdirectorySimon McVittie2018-01-29143-36630/+0
| | | | | | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* | Remove dbus-gmain subdirectorySimon McVittie2018-01-2914-1985/+0
|/ | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Add CONTRIBUTING fileSimon McVittie2018-01-291-0/+25
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Allow swapping the namespace usedSimon McVittie2018-01-297-24/+42
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Add a .gitignoreSimon McVittie2018-01-291-0/+16
| | | | | | This makes it a bit more self-contained. Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Add more copyright and authorship informationSimon McVittie2018-01-297-2/+631
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Don't include config.h unless HAVE_CONFIG_H is definedSimon McVittie2018-01-295-0/+10
| | | | | | | This should make it a little easier to integrate into more build systems. Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Add a READMESimon McVittie2018-01-221-0/+15
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Move tests for dbus-gmain to dbus-gmain/tests/Simon McVittie2018-01-2218-67/+73
| | | | | | | Use dbus-run-session to run the only one that can be used as an automated test right now. Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Move to its own directorySimon McVittie2018-01-2211-23/+34
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain.c: Remove trailing whitespaceSimon McVittie2018-01-221-40/+40
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Remove obsolete --with-test-socket-dir optionSimon McVittie2018-01-221-1/+0
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Remove remnants of --with-introspect-xml optionSimon McVittie2018-01-221-4/+0
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Build libdbus-gmain into a separate convenience librarySimon McVittie2018-01-222-1/+30
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Make dbus-gmain.h internal, and rename its symbolsSimon McVittie2018-01-228-25/+76
| | | | | | | | If we embed dbus-gmain in dbus-glib, dbus-python, at-spi2-core and others as a submodule or subtree, we won't want it to export the same ABI in all of them. Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain.c: Screen-scrape copyright notices from git historySimon McVittie2018-01-221-2/+6
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Convert a few tests to only use dbus-gmainSimon McVittie2017-11-013-7/+3
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* test_run_until_disconnected: Convert to pure libdbusSimon McVittie2017-11-018-43/+19
| | | | | | This will let us do a few tests with just dbus-gmain. Signed-off-by: Simon McVittie <smcv@debian.org>
* Move dbus_g_connection_open() etc. from dbus-gmain.c to dbus-glib.cSimon McVittie2017-11-012-188/+181
| | | | | | | | This will facilitate conversion of dbus-gmain.[ch], which are the only part of GDBus that is not awful, into a separate library or a submodule or something. Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-gmain: Add a separate header for the main-loop integrationSimon McVittie2017-11-013-6/+47
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* autogen.sh: Cope with the Python rewrite of gtk-docSimon McVittie2017-11-011-1/+8
| | | | | | gtkdoc-scan 1.26 prints its version to stderr instead of stdout. Signed-off-by: Simon McVittie <smcv@debian.org>
* Start 0.110 developmentSimon McVittie2016-09-092-1/+6
|
* 0.108dbus-glib-0.108Simon McVittie2016-09-092-2/+4
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Update NEWSSimon McVittie2016-08-281-1/+3
|
* run-with-tmp-session-bus.sh: use dbus-run-sessionSimon McVittie2016-08-281-21/+3
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* 0.107Simon McVittie2016-01-142-1/+6
|
* 0.106dbus-glib-0.106Simon McVittie2016-01-142-3/+13
|
* manual test: move to test/coreSimon McVittie2016-01-145-33/+11
| | | | | | | | | | The strange use of source from a sibling directory seems to be breaking distcheck: Making distclean in manual make[3]: Entering directory '/.../dbus-glib-0.105/_build/sub/test/manual' Makefile:409: ../core/.deps/my-object.Po: No such file or directory make[3]: *** No rule to make target '../core/.deps/my-object.Po'. Stop.
* test: stop generating marshallersSimon McVittie2016-01-145-40/+13
| | | | | They haven't been needed since GLib 2.30. Until now, we were also incorrectly distributing the generated marshallers in tarball releases.
* test: stop calling g_mem_profile(), no longer supportedSimon McVittie2016-01-141-6/+0
| | | | This now raises a g_warning() which makes the test fail.
* Enable subdir-objects Automake option to silence warningsSimon McVittie2016-01-141-1/+1
| | | | | | automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. [etc.]
* Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie2016-01-147-8/+15
|
* NEWS: mention GLib 2.47.2, credit ColinSimon McVittie2016-01-041-4/+5
|
* NEWSSimon McVittie2016-01-041-1/+6
|
* Stop using G_HAVE_INLINEColin Watson2016-01-041-3/+3
| | | | | | | | | | GLib removed this macro from its headers in db2367e8782d7a39fc3e93d13f6a16f10cad04c2 (GLib 2.47.2). It's unnecessary here for the same reasons, and relying on it now causes an unused-function warning from GCC. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93513 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* 0.105Simon McVittie2015-02-092-1/+6
|