Commit graph

14 commits

Author SHA1 Message Date
Andreas Volz
ca33a290df changed variable to oneliner because of astyle parser bug 2011-11-29 22:54:16 +01:00
Andreas Volz
cee7aaca54 NO FUNCTIONAL CHANGES!!
Only reformated stupid astyle formating; it seems the code inside a string confused astyle...
2011-11-29 21:10:41 +01:00
Andreas Volz
1c8e43e6d6 - NO FUNCTIONAL CODE CHANGES!!!!
- 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
2011-11-28 12:44:11 +01:00
Andreas Volz
d14c15246b [PATCH 12/15] Fix leftover outputs.
From:    qolyester@green-communications.fr
2011-11-26 23:49:46 +01:00
Jesus Ruiz
d91fb952d3 Fix code generator: Put on the array only the next element after 'a'.
For example "(aii)" produced:

member(const ::DBus::Struct< std::vector< int32_t, int32_t > >& arg)

And now it produces:

member(const ::DBus::Struct< std::vector< int32_t >, int32_t >& arg)
2011-09-20 15:15:24 +02:00
Jesus Ruiz
21ba70529d Fix code generator: add always a comma after each signature argument.
For example "((i)i)" produced:

member(const ::DBus::Struct< ::DBus::Struct< int32_t >int32_t >& arg)

And now it produces:

member(const ::DBus::Struct< ::DBus::Struct< int32_t >, int32_t >& arg)
2011-09-20 15:03:51 +02:00
Andreas Volz
cdedb019b0 - fixed Strcut generation in generator tool
- added some test cases
2011-02-15 23:58:42 +01:00
Andreas Volz
f9e5171ace deleted some old commented code 2011-02-14 23:30:23 +01:00
Andreas Volz
796c96d34e fixed SF bug:
ID: 2991229
Summary: nested type wrong generation
2011-02-14 23:27:32 +01:00
Andreas Volz
f171e7ab1f escape error 2009-03-29 14:27:04 +02:00
Andreas Volz
38e25a847f only some comment 2009-03-29 14:19:05 +02:00
Andreas Volz
f88e32ba32 some header and include changes 2009-03-29 13:52:24 +02:00
Andreas Volz
fbc0227d56 use extern variable 2009-03-28 23:01:26 +01:00
Andreas Volz
7424df631d split into multiple files for better organization 2009-03-28 22:27:08 +01:00