aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix register type function to register the type with two names.Renato Araujo Oliveira Filho2012-03-081-0/+4
| | | | | | Fix signal register, to use arguments type name based on generated namespace. Fix bug #498.
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-1/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* Create enum python types on the fly, avoiding generation of structs and ↵Hugo Parente Lima2012-03-081-2/+0
| | | | duplication of many C functions.
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-081-4/+4
|
* Initial copy function generator codeLauro Neto2012-03-081-0/+2
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Implement generation support to target conversion.renatofilho2012-03-081-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-081-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+201
Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>