Projeto

Geral

Perfil

Estatísticas
| Ramo: | Revisão:

root / tools @ master

Nome Tamanho
Makefile.am 713 Bytes
generate_adaptor.cpp 22 KB
generate_adaptor.h 1,08 KB
generate_proxy.cpp 21,2 KB
generate_proxy.h 1,05 KB
generator_utils.cpp 3,59 KB
generator_utils.h 1,42 KB
introspect.cpp 1,87 KB
introspect.h 1,28 KB
xml.cpp 6,38 KB
xml.h 2,56 KB
xml2cpp.cpp 2,58 KB
xml2cpp.h 1,01 KB

Últimas revisões

# Data Autor Comentário
ca33a290 29/11/2011 21:54 Andreas Volz

changed variable to oneliner because of astyle parser bug

cee7aaca 29/11/2011 20:10 Andreas Volz

NO FUNCTIONAL CHANGES!!
Only reformated stupid astyle formating; it seems the code inside a string confused astyle...

1c8e43e6 28/11/2011 11:44 Andreas Volz

- 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

b100e9d3 28/11/2011 10:55 Andreas Volz

replaced (func.size() > 1) with (!func.empty()) in generator (no change in functionality, only easier to read)

d1ec2544 27/11/2011 23:32 Andreas Volz

sf.net bug: 3151031 xml2cpp needlessly includes and links dbus(-c++)

d14c1524 26/11/2011 22:49 Andreas Volz

[PATCH 12/15] Fix leftover outputs.
From:

fcae4df4 26/11/2011 22:11 Andreas Volz

[PATCH 02/15] Remove useless const qualifiers on return
From:

d91fb952 20/09/2011 14:15 Jesus Ruiz

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)

21ba7052 20/09/2011 14:03 Jesus Ruiz

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)

cdedb019 15/02/2011 22:58 Andreas Volz

- fixed Strcut generation in generator tool
- added some test cases

Ver revisões

Também disponível em: Atom