aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Updated code generation to new libpyside API.renatofilho2012-03-081-4/+4
* Fixed signal register function.renatofilho2012-03-081-9/+3
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2012-03-081-5/+5
|\
| * Qt signals are added to Python wrappers via the PySide::addSignalToWrapper fu...Marcelo Lira2012-03-081-2/+2
| * Generate code compatible with new properties function names.Hugo Parente Lima2012-03-081-3/+3
* | Fix check of return type by python reimplementations of C++ virtual functions.Hugo Parente Lima2012-03-081-1/+1
* | Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-081-13/+30
* | Fixed namespace lookup during the class generation.renatofilho2012-03-081-4/+4
* | Initial copy function generator codeLauro Neto2012-03-081-1/+48
* | Remove uneeded flag check.Lauro Neto2012-03-081-11/+0
|/
* Fixed signal registration when arguments use typedef.renatofilho2012-03-081-3/+19
* Fix bug#402 - "Exceptions raised in event methods aren't printed to console u...Hugo Parente Lima2012-03-081-11/+13
* Disable generation of __repr__ function for QObjects.Hugo Parente Lima2012-03-081-0/+1
* Remove trailing whitespacesHugo Parente Lima2012-03-081-1/+1
* Fix function name use on toPytho fucion.renatofilho2012-03-081-2/+2
* Implement generation support to target conversion.renatofilho2012-03-081-1/+40
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-081-0/+23
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-081-5/+11
* All type inherited from Containers are iterables.Hugo Parente Lima2012-03-081-1/+1
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-9/+25
* Created a new rule to parent ownership.renatofilho2012-03-081-1/+1
* Fix bug#386 - "NUL, SOH, and other characters in generated code"Hugo Parente Lima2012-03-081-1/+1
* Fixes generator to actually use extra includes declared for global enums.Marcelo Lira2012-03-081-0/+12
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+3849