summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/generate_proxy.cpp: avoid possibly undefined 'uint' typePeter Williams2015-12-191-4/+4
* Remove warnings from generated adaptors.James Harris2014-03-191-3/+6
* changed variable to oneliner because of astyle parser bugAndreas Volz2011-11-291-11/+3
* NO FUNCTIONAL CHANGES!!Andreas Volz2011-11-291-137/+137
* - NO FUNCTIONAL CODE CHANGES!!!!Andreas Volz2011-11-289-1753/+1758
* replaced (func.size() > 1) with (!func.empty()) in generator (no change in fu...Andreas Volz2011-11-282-28/+28
* sf.net bug: 3151031 xml2cpp needlessly includes and links dbus(-c++)Andreas Volz2011-11-284-8/+1
* [PATCH 12/15] Fix leftover outputs.Andreas Volz2011-11-261-2/+2
* [PATCH 02/15] Remove useless const qualifiers on returnAndreas Volz2011-11-261-1/+1
* Fix code generator: Put on the array only the next element after 'a'.Jesus Ruiz2011-09-202-3/+5
* Fix code generator: add always a comma after each signature argument.Jesus Ruiz2011-09-201-10/+4
* - fixed Strcut generation in generator toolAndreas Volz2011-02-151-1/+11
* deleted some old commented codeAndreas Volz2011-02-141-95/+3
* fixed SF bug:Andreas Volz2011-02-141-8/+104
* From 37dbce02178757560c488f02016cb44770a7fafc Mon Sep 17 00:00:00 2001Andreas Volz2010-12-051-3/+3
* still more formating... prepare for mergeAndreas Volz2009-11-171-322/+322
* formated with astyle for easier mergingAndreas Volz2009-11-161-295/+295
* some formatingAndreas Volz2009-11-161-88/+88
* sync from fd.orfAndreas Volz2009-11-162-5/+7
* Fix most of the warnings with -Wextra -WshadowHubert Figuiere2009-07-241-1/+1
* formatingAndreas Volz2009-03-291-4/+4
* escape errorAndreas Volz2009-03-291-2/+1
* 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-281-15/+43
* -Wall addedAndreas Volz2009-01-061-1/+1
* 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-133-5/+18
* 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
* 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
* 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-015-241/+241