summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove accidentally added test/interfaces stuff in the autotoolsRob Taylor2006-10-042-3/+2
|
* Fix up testsRob Taylor2006-10-0410-107/+107
| | | | | Puts all exposed servies in the org.freedesktop.DBus.GLib namespace Make tests run again!
* Update autofoo for new tests layoutRob Taylor2006-10-042-2/+3
|
* Make autogen a bit more useful for maintainersRob Taylor2006-10-041-4/+8
| | | | Adds default configure parameters - the ones you usually want ;)
* Update COPYING and HACKING to be correct for dbus-glibRob Taylor2006-09-272-5/+15
|
* Autoconf changes from test/glib -> test/core moveRob Taylor2006-09-272-4/+4
|
* add an .gitignoreRob Taylor2006-09-271-0/+205
|
* Move tests/glib to test/coreRob Taylor2006-09-2710-0/+0
| | | | Move tests/glib to test/core in preparation for seperate functionality tests
* Rename configure.in to configure.ac for modernityRob Taylor2006-09-271-0/+0
|
* Fix memleak in lookup_or_register_specialized.Rob Taylor2006-09-241-2/+1
| | | | Applies fix from Daniel d'Andrada Tenório de Carvalho, closing bug #7352.
* Add m4 directoryRob Taylor2006-09-243-5/+11
| | | | Add missing changes from last commit.
* Add m4 directoryRob Taylor2006-09-241-0/+1
| | | | Add an m4 directory and add gtk-doc.m4, which is installed in the tree by gtkdocize.
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/dbus/dbus-glibRob Taylor2006-09-211-1/+1
|\
| * * tools/Makefile.am: Add tools/session.conf to EXTRA_DIST so make check worksJohn (J5) Palmieri2006-09-081-1/+1
| | | | | | | | from tarballs
* | Merge http://ms800.montefiore.ulg.ac.be/~frecinau/dbus-glibRob Taylor2006-08-245-136/+170
|\ \ | |/ |/|
| * Fix compilation with -WerrorSteve Frécinaux2006-08-222-9/+2
| |
| * Make test scripts run during out-of-tree compilationSteve Frécinaux2006-08-222-2/+7
| |
| * Fix out-of-tree compilationSteve Frécinaux2006-08-225-6/+39
| |
| * Merge branch 'master' of git://anongit.freedesktop.org/git/dbus/dbus-glibSteve Frécinaux2006-08-2223-273/+962
| |\
| * | Interface support for bindings.Steve Frécinaux2006-08-171-125/+161
| | |
* | | Fix out-of-tree compilationSteve Frécinaux2006-08-225-6/+39
| |/ |/| | | | | (cherry picked from 4b85a9e92bcf21356f25c535b3550a330cb018a4 commit)
* | replace doxygen with gtk-doc in INSTALLRob Taylor2006-08-221-1/+1
| |
* | Combine .PHONY rules in toplevel Makefile.amRob Taylor2006-08-221-3/+2
| | | | | | | | A .PHONY rule was added by the gtk-doc patch, this combines it with the existsing .PHONY rule
* | Modifed autogen.sh to check for autotools an gtkdocize versionsRob Taylor2006-08-221-42/+101
| | | | | | | | autogen.sh now does a full check for all the correct versions of autotools. It uses autoreconf to do the various steps. It also checks for correct gtkdocize version and pretty prints a bit, a-la gnome-autogen.sh.
* | add missing doc/Makefile.am from gtk-doc update.Rob Taylor2006-08-221-0/+1
| |
* | Add missing m4/gtk-doc.m4 from gtk-doc patch.Rob Taylor2006-08-221-0/+1
| |
* | Commit patch to switch to gtk-doc with gtype-specialized doc and updates fromRob Taylor2006-08-1820-229/+858
|/ | | | | | Marc-Andre Lureau <marcandre.lureau@gmail.com>, with minor cleanup. Closes #7726.
* * Released 0.71John (J5) Palmieri2006-07-242-2/+7
|
* * Various Makefile cleanupsJohn (J5) Palmieri2006-07-213-8/+28
|
* * Released 0.70John (J5) Palmieri2006-07-171-0/+1
| | | | * Add NEWS to the dist
* * Added a NEWS entry for this releaseJohn (J5) Palmieri2006-07-171-0/+18
|
* * remove ChangeLog because this will now be generated during distJohn (J5) Palmieri2006-07-171-0/+0
|
* * add the Doxyfile.in fileJohn (J5) Palmieri2006-07-171-0/+180
|
* - distcheck cleanupsJohn (J5) Palmieri2006-07-062-1/+7
|
* - Renabled another testJohn (J5) Palmieri2006-07-061-10/+10
|
* - add gcov sourceJohn (J5) Palmieri2006-07-061-0/+2652
|
* - Adding placeholder HACKING fileJohn (J5) Palmieri2006-07-061-0/+0
|
* - Add back the Doxygen doc generationJohn (J5) Palmieri2006-07-063-1/+5
|
* - Add back tests to the glib bindingsJohn (J5) Palmieri2006-07-0619-4/+4833
|
* - Fix up docsJohn (J5) Palmieri2006-07-062-147/+2
|
* - Really commit the glib to dbus move and build fixesJohn (J5) Palmieri2006-06-295-23/+31
|
* - Created empty NEWS fileJohn (J5) Palmieri2006-06-2957-25/+31
| | | | | - renamed glib dir to dbus so include paths stay the same in the examples - build now works
* - Take out comment in a literalJohn (J5) Palmieri2006-06-281-1/+0
|
* - Have autogen.sh point to dbus-glibJohn (J5) Palmieri2006-06-281-2/+2
|
* - Add files missed in the splitJohn (J5) Palmieri2006-06-283-0/+353
|
* - Add boilerplate build filesJohn (J5) Palmieri2006-06-288-0/+1994
|
* 2006-06-14 Ross Burton <ross@openedhand.com>Ross Burton2006-06-281-0/+1
| | | | | * glib/dbus-gobject.c: Free a leaking GArray (surely not!) in dbus_g_method_return.
* 2006-06-12 Ross Burton <ross@openedhand.com>Ross Burton2006-06-281-1/+3
| | | | | * glib/dbus-gproxy.c: Don't leak a GArray when firing signals (thank Rob Taylor for review).
* 2005-05-06 Robert McQueen <robot101@debian.org>Robert McQueen2006-06-281-2/+7
| | | | | * glib/dbus-gtype-specialized.c: Fix obvious leak of GArray in every call to dbus_g_type_get_struct.
* 2005-05-06 Robert McQueen <robot101@debian.org>Robert McQueen2006-06-281-10/+14
| | | | | | | | | | | * glib/dbus-gvalue-utils.c: Fix the failing test where static string pointers were put into a GPtrArray-based specialised collection, and then freed along with the array. GValues which you add into collections or maps which have the NOCOPY flag set are assumed to not belong to the caller, so rather than the existing pointer-stealing semantics, they are copied instead. Given that the main consumers of this abstraction are the bindings themselves, I don't think this is too bad, but others should watch their choice of take vs set_static.