summaryrefslogtreecommitdiff
path: root/tools/xml2cpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - NO FUNCTIONAL CODE CHANGES!!!!Andreas Volz2011-11-281-66/+65
| | | | | | - changed code formating from tabs to spaces and others - used astyle with this option: --style=ansi --indent=spaces=2 -M --pad-oper --unpad-paren --pad-header --align-pointer=name --lineend=linux
* sf.net bug: 3151031 xml2cpp needlessly includes and links dbus(-c++)Andreas Volz2011-11-281-2/+0
|
* sync from fd.orfAndreas Volz2009-11-161-4/+6
|
* split into multiple files for better organizationAndreas Volz2009-03-281-1460/+7
|
* - stripped not needed code from /ecore-integrationAndreas Volz2009-03-281-15/+43
| | | | - bugfix for xml2cpp generator with out parameters
* fixed invoke_noreply call generationAndreas Volz2008-10-151-4/+4
|
* 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
|
* fixed a method generation bug with inargAndreas Volz2008-09-131-4/+5
|
* implemented code generation of org.freedesktop.DBus.NoReply annotationAndreas Volz2008-09-121-2/+28
|
* adaptor code generator workingAndreas Volz2008-09-031-17/+86
|
* more object codeAndreas Volz2008-09-021-14/+108
| | | | -> unmarshaler still not working in object case
* 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
|
* Fix previous patches to use standard typespd2008-08-161-4/+4
|
* Typo in xml2cpp.cpppd2008-08-161-1/+1
|
* added _proxy and _adaptor sufixes to generated interfaces class names (João ↵pd2008-08-161-0/+4
| | | | Xavier)
* added writing of properties in xml2cpp.cpp (João Xavier)pd2008-08-161-0/+56
|
* Use standard types instead of typedefs wherever possiblepd2008-08-091-10/+10
|
* Time to get rid of the horrible coding stylepd2008-08-011-166/+166
|
* Fixed a gcc4 warningpd2008-06-141-1/+1
|
* Add missing includes for Fedora 9 (Victor Wodecki)pd2008-06-141-0/+2
|
* Comma in code generator (Sergey Struzh)pd2008-06-141-0/+4
|
* * Included config.h in all headerspdurante2007-04-291-1/+1
| | | | | | | | | | | | | * Don't define DBUS_API_SUBJECT_TO_CHANGE unless for old D-Bus versions * Use recursive mutex functions if libdbus supports it * Specify the path when adding match rules, otherwise messages wouldn't be forwarded to the right object under some circumstances * Added integration with the glib main loop (configure with --enable-glib) * Added a gtkmm dbus-browser clone to demonstrate glib integration * Fixed a typo in dbusxx-xml2cpp proxy output * Added python usage instructions for the Echo example git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@10948 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* * Bumped version number to 0.5.0pdurante2006-12-311-2/+2
| | | | | | | | | | | | | | * Updated copyright notice to the upcoming year * Some s/DBus/D-Bus/g in the comments * Updated TODO list * Removed hardcoded version number from output file names * Added --enable-debug switch to ./configure (debug mode is now off by default) * Reordered autogen.sh (Robert Schwebel) * Removed autogenerated files (Robert Schwebel) * Fixed 'make maintainer-clean' (Robert Schebel) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9042 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* * Added support for client-side code generation (it's _untested_ but should ↵pdurante2006-12-211-40/+171
| | | | | | | | | fix TODO item #1) * Removed redundant usage of the std:: prefix git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8997 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* * Fixed a stupid error in util.hpdurante2006-11-231-44/+79
| | | | | | | | | * Added a --system command line option to dbusxx-introspect (to use the system bus) * Added a simple client-side example using HAL to demonstrate how to receive signals git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8519 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* * Fixed implementation of D-Bus propertiespdurante2006-10-241-0/+1
| | | | | | | | * Added an example to demonstrate implementation of D-Bus properties * Fixed DBus::Server (should work with the tcp transport too, see related TODO item) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8158 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* moved the D-Bus component into its own thread.pdurante2006-10-011-1/+1
| | | | | | | various API changes and fixes. git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@7852 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* major D-Bus code updatepdurante2006-09-231-106/+170
| | | | git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@7715 30a43799-04e7-0310-8b2b-ea0d24f86d0e
* imported D-Bus C++ librarypdurante2006-09-051-0/+742
git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@7382 30a43799-04e7-0310-8b2b-ea0d24f86d0e