summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* only some commentAndreas Volz2009-03-293-50/+73
* some header and include changesAndreas Volz2009-03-297-17/+137
* spacesAndreas Volz2009-03-281-4/+1
* use extern variableAndreas Volz2009-03-283-28/+21
* split into multiple files for better organizationAndreas Volz2009-03-289-1472/+1540
* - stripped not needed code from /ecore-integrationAndreas Volz2009-03-283-96/+59
* contributed by Jiri Moskovcak <jmoskovc@redhat.com>Andreas Volz2009-02-222-0/+13
* patch from Daniel Wagner <wagi@monom.org>Andreas Volz2009-02-101-0/+1
* merge from fdoAndreas Volz2009-01-0811-70/+140
* -Wall addedAndreas Volz2009-01-061-1/+1
* small follow of fdo branchAndreas Volz2009-01-063-12/+2
* fixed invoke_noreply call generationAndreas Volz2008-10-152-6/+6
* parse org.freedesktop.DBus.Method.NoReply tag correctAndreas Volz2008-10-121-2/+3
* change name according to dbus specAndreas Volz2008-10-081-3/+3
* fixed generation of method out signature for multible parametersAndreas Volz2008-10-031-3/+3
* formating of the outputAndreas Volz2008-10-021-8/+3
* changed object="xxx" structure to annotation structureAndreas Volz2008-10-011-36/+124
* moved methods to annotation syntaxAndreas Volz2008-09-301-34/+76
* merge from freedesktop.orgAndreas Volz2008-09-2918-167/+124
|\
| * Changed Makefile.am to reflect last file shuffling (Ignacy Gawedzki)pd2008-09-081-3/+3
| * Edited debug output in eventlooppd2008-09-051-3/+3
| * Redone properties examplepd2008-09-0514-206/+102
| * Added Properties XML descriptionpd2008-09-051-0/+16
| * Typo in glib examplepd2008-09-052-2/+2
| * Removed useless sleep() in examplepd2008-08-311-1/+0
| * Commented out unused variables (Marko Anastasov)pd2008-08-311-2/+2
* | fixed a method generation bug with inargAndreas Volz2008-09-133-5/+18
* | implemented code generation of org.freedesktop.DBus.NoReply annotationAndreas Volz2008-09-121-2/+28
* | -support noreply messages in the libraryAndreas Volz2008-09-106-1/+30
* | adaptor code generator workingAndreas Volz2008-09-031-17/+86
* | more object codeAndreas Volz2008-09-021-14/+108
* | commentsAndreas Volz2008-09-011-5/+26
* | method support for classAndreas Volz2008-09-011-16/+109
* | better variable namesAndreas Volz2008-08-311-181/+186
* | added object support for signal proxyAndreas Volz2008-08-311-41/+120
* | forgot stuff at last commitAndreas Volz2008-08-3048-81/+18
* | - removed old private header fileAndreas Volz2008-08-301-63/+0
* | merge from official dbus-c++ fd.org repoAndreas Volz2008-08-3017-41/+275
|\ \ | |/
| * Make phtread a non-optional requirementpd2008-08-184-34/+3
| * Added a pkgconfig file to test a local version without installing it (Andreas...pd2008-08-162-0/+14
| * Fix previous patches to use standard typespd2008-08-161-4/+4
| * Make examples use new generated names (João Xavier)pd2008-08-163-3/+3
| * Added properties proxy example (João Xavier)pd2008-08-166-0/+199
| * Typo in xml2cpp.cpppd2008-08-161-1/+1
| * added _proxy and _adaptor sufixes to generated interfaces class names (João ...pd2008-08-163-1/+6
| * added writing of properties in xml2cpp.cpp (João Xavier)pd2008-08-161-0/+56
| * interface.cpp and object.cpp now will only fill the interface names if they w...pd2008-08-162-4/+11
* | Merge branch 'master' of git://anongit.freedesktop.org/git/dbus/dbus-c++Andreas Volz2008-08-1457-1638/+1642
|\ \ | |/
| * Use standard types instead of typedefs wherever possiblepd2008-08-0912-100/+90
| * Time to get rid of the horrible coding stylepd2008-08-0153-1136/+1137