aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return false when a overload wasn't found on __eq__ and true when an overload...Hugo Parente Lima2012-03-081-3/+12
* Implemented generation code for mapping protocolRenato Filho2012-03-081-2/+82
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-081-2/+2
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-081-6/+19
* Avoid register Abstract types on QMetaTypes to avoid problems in QML.Renato Filho2012-03-081-1/+1
* Fixed 'operator--'.Renato Filho2012-03-081-1/+1
* Implement support to operator++;Renato Filho2012-03-081-1/+7
* Added the type system variables %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS.Marcelo Lira2012-03-081-4/+4
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-081-2/+13
* Added support for extra includes at module level.Marcelo Lira2012-03-081-3/+7
* Reverse operators raise NotImplemented error.Lauro Neto2012-03-081-0/+13
* Set object returned by getter function child of the property owner.Hugo Parente Lima2012-03-081-0/+1
* Check for object validity on property getters and setters before using them.Hugo Parente Lima2012-03-081-0/+10
* Updated module reload test.Renato Filho2012-03-081-0/+1
* Register class names without namespaces to fix the mess in Qt signal type names.Hugo Parente Lima2012-03-081-2/+15
* Use buffer instead of uchar on TypeError messages.Hugo Parente Lima2012-03-081-0/+3
* Fix bug 706 - "dataChanged signal raise an incorrect TypeError"Hugo Parente Lima2012-03-081-2/+12
* Handles the situation properly when a custom code has a result value attribut...sb-1.0.0Marcelo Lira2012-03-081-1/+2
* Added a check on CppGenerator::writeClassDefinition for when there's no const...Marcelo Lira2012-03-081-1/+1
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-140/+112
* Shows "unicode" instead of "PyUnicode" on error messages.Hugo Parente Lima2012-03-081-0/+2
* Add support to the remove attribute of reference-count tag.Hugo Parente Lima2012-03-081-6/+14
* Fix bug 684 - "New-style signals does not accept signals with enums as argume...Hugo Parente Lima2012-03-081-9/+50
* Fixed style of code on CppGenerator::writeReturnValueHeuristics method.Marcelo Lira2012-03-081-4/+4
* Fix string used in tp_name on inner types.Hugo Parente Lima2012-03-081-2/+3
* The heuristics for return value parenting should be overridden by user changes.Marcelo Lira2012-03-081-9/+14
* Use action="set" instead of action="add" on reference-count tag.Hugo Parente Lima2012-03-081-1/+3
* Implemented support to iterator function generation.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Fixed signal initialization for types with namespace and types definedRenato Araujo Oliveira Filho2012-03-081-9/+28
* Don't write return heuristic when there's a parent tag with the returned obje...Hugo Parente Lima2012-03-081-6/+9
* Fixed a type on a warning about polymorphic-id-expression.Marcelo Lira2012-03-081-1/+1
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-081-3/+9
* Fix bug 655 - "bad re-implementations of QApplication.notify result in a Syst...Hugo Parente Lima2012-03-081-1/+8
* Fix bug#640 - "(elasticnode) Crash in example elasticnodes.py"Hugo Parente Lima2012-03-081-3/+4
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-3/+38
* Fix windows compilation.Renato Araujo Oliveira Filho2012-03-081-2/+1
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-081-6/+28
* Fix SbkType name when setting exception in virtualLauro Neto2012-03-081-1/+1
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-081-1/+1
* Release the gil for every C++ function call, ignoring allow-thread attribute ...Hugo Parente Lima2012-03-081-17/+2
* A convertible check must be done on named arguments as it is done on regular ...Marcelo Lira2012-03-081-1/+8
* Add support for operator overload injection.Hugo Parente Lima2012-03-081-17/+23
* Use QByteArray instead of QString to save 1 pico second :-)Hugo Parente Lima2012-03-081-2/+2
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2012-03-081-1/+7
* Don't generate type resolvers using the const keyword.Hugo Parente Lima2012-03-081-4/+1
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-081-7/+17
* Used Qt4.7 code to normalize types for all previous Qt version.Renato Araujo Oliveira Filho2012-03-081-6/+7
* Removed '&' from type registration.Renato Araujo Oliveira Filho2012-03-081-3/+3
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-12/+30
* Fixed signal register function.Renato Araujo Oliveira Filho2012-03-081-2/+5