aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Added the writeNoneReturn method to CppGenerator to attribute Py_NoneMarcelo Lira2009-11-201-0/+17
* Moved the validity check for wrapped C++ objects to a CppGeneratorMarcelo Lira2009-11-181-0/+2
* Add variables CONVERTTOPYTHO[###] and PYARG_# to code snips.Hugo Lima2009-11-161-1/+0
* removed unused CppGenerator::writeNonVirtualModifiedFunctionNativeMarcelo Lira2009-11-161-1/+0
* moved HeaderGenerator::writeConverterImpl to CppGenerator, i.e.Marcelo Lira2009-11-101-0/+2
* updated Python representation of C++ enums and flags (only QFlags at theMarcelo Lira2009-11-051-1/+1
* added the CppGenerator::writeArgumentConversion method to be usedMarcelo Lira2009-11-041-0/+22
* Add initial support for python sequence protocol.Hugo Lima2009-11-031-0/+11
* added two new variables for the type system template system:Marcelo Lira2009-10-211-2/+0
* Rich comparison is back!Hugo Lima2009-09-281-1/+1
* added suport to flag-like enums (aka QFlags)Marcelo Lira2009-09-161-0/+11
* Removed rich comparison support until it stops generating bad C++ code.Hugo Lima2009-09-151-1/+1
* - Fix CppGenerator::writeMinimalConstructorCallArguments to support containers.Hugo Lima2009-09-111-1/+1
* Return a default value when cant find a python implementation for C++ pure vi...Hugo Lima2009-09-111-0/+1
* renamed 'lastArg' argument to 'maxArgs' (and 'numArgs' in other places),Marcelo Lira2009-09-021-1/+1
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-5/+5
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* added the method CppGenerator::writeMinimalConstructorCallArgumentsMarcelo Lira2009-09-011-0/+1
* Remove useless optionHugo Lima2009-08-281-5/+0
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+80