aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-081-2/+2
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-7/+9
* Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.Marcelo Lira2012-03-081-1/+1
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-081-1/+1
* Disassembled ShibokenGenerator's writeCodeSnips method.Marcelo Lira2012-03-081-0/+5
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-081-3/+3
* Revamped the virtual method writer.Marcelo Lira2012-03-081-0/+3
* The rich comparison function writer now makes use of the C++ self variable wr...Marcelo Lira2012-03-081-1/+1
* Added the ErrorCode helper class to handle the current error code value.Marcelo Lira2012-03-081-4/+15
* Moved the generation of Python result error checking to a single function.Marcelo Lira2012-03-081-0/+1
* Improved coding style in the terrible writeStdListWrapperMethods method.Marcelo Lira2012-03-081-0/+3
* Added a method to retrieve a function's argument typeMarcelo Lira2012-03-081-9/+13
* Centralized the generation of global and class enums in one method.Marcelo Lira2012-03-081-0/+1
* Created a method to generate method wrapper variable initialization code.Marcelo Lira2012-03-081-2/+3
* All Python to C++ conversions were moved to CppGenerator::writePythonToCppTyp...Marcelo Lira2012-03-081-0/+7
* Improved writeInvalidPyObjectCheck() method and updated generator to make use...Marcelo Lira2012-03-081-7/+6
* Improved CppGenerator::writeCppSelfDefinition() method and its use.Marcelo Lira2012-03-081-1/+2
* Removed signatures without definition from CppGenerator header.Marcelo Lira2012-03-081-2/+0
* Removed unused parameter from writeInvalidCppObjectCheck().Marcelo Lira2012-03-081-1/+1
* Implemented support to qt_metacast function on qobjects.Renato Filho2012-03-081-0/+1
* Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-081-0/+3
* Make use of the available and already allocated space for protocol functionti...Marcelo Lira2012-03-081-1/+12
* Implemented generation code for mapping protocolRenato Filho2012-03-081-1/+13
* Fix bug 684 - "New-style signals does not accept signals with enums as argume...Hugo Parente Lima2012-03-081-0/+2
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-0/+1
* Fix register type function to register the type with two names.Renato Araujo Oliveira Filho2012-03-081-0/+4
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-1/+0
* Create enum python types on the fly, avoiding generation of structs and dupli...Hugo Parente Lima2012-03-081-2/+0
* 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
* Implement generation support to target conversion.renatofilho2012-03-081-0/+1
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-081-0/+1
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+201