aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* added a hack to CppGenerator to go back to generating wrappersMarcelo Lira2009-09-021-5/+11
* renamed 'lastArg' argument to 'maxArgs' (and 'numArgs' in other places),Marcelo Lira2009-09-021-9/+9
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-67/+67
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-6/+3
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-011-34/+48
* added the method CppGenerator::writeMinimalConstructorCallArgumentsMarcelo Lira2009-09-011-2/+41
* fixed constructor calling code written by CppGenerator::writeMethodCallMarcelo Lira2009-08-281-2/+2
* Fix bug when binding copy ctorsHugo Lima2009-08-281-1/+1
* Binding of global functions DISABLED due to an APIExtractor bugHugo Lima2009-08-281-1/+5
* Shiboken ported to the new generator/apiextractor architeture.Hugo Lima2009-08-271-2/+2
* fixed type conversions for C++ arguments passed to virtual method wrappersMarcelo Lira2009-08-271-2/+4
* fixed conversion of arguments on wrapper virtual methods;Marcelo Lira2009-08-271-23/+18
* moved specific CPython wrapper code from ShibokenGenerator::translateTypeMarcelo Lira2009-08-261-5/+6
* Generator uses PySequence functions instead of PyTuple or PyList onesMarcelo Lira2009-08-251-1/+1
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+1453