aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed refcount leak on virtual functions args.Renato Filho2010-04-291-1/+1
* Add extra options for ShibokenGenerator::writeBaseConversion.Hugo Parente Lima2010-04-051-2/+2
* Updated ShibokenGenerator::injectedCodeHasReturnValueAttribution.Marcelo Lira2010-03-221-4/+5
* Adds ShibokenGenerator::buildAbstractMetaTypeFromString.Marcelo Lira2010-03-191-0/+8
* Adds convenience methods to return the name of extended conversion functions.Marcelo Lira2010-03-021-0/+3
* Adds ShibokenGenerator::getExtendedConverters() method.Marcelo Lira2010-03-021-0/+6
* Adds method ShibokenGenerator::getAllAncestors(metaClass)Marcelo Lira2010-02-241-1/+4
* Add writeToCppConversion overload with AbstractMetaClass instead of AbstractM...Hugo Lima2010-02-231-0/+1
* Pass QStrings by const references instead of by value.Hugo Lima2010-02-231-5/+4
* Adds the convenience method 'isPairContainer' to ShibokenGenerator.Marcelo Lira2010-02-201-0/+1
* Adds the convenience method 'isCString' to ShibokenGenerator.Marcelo Lira2010-02-201-0/+2
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-181-0/+4
* Do not export Sbk*Type variables.Hugo Lima2010-02-121-0/+3
* Adds 2 convenience methods to ShibokenGenerator to check for refcount mods.Marcelo Lira2010-02-101-0/+6
* Adds some name generator methods to ShibokenGenerator.Marcelo Lira2010-02-101-0/+3
* Implement ShibokenGenerator::isCopyable based on BoostPythonGeneratorAnderson Lizardo2010-02-041-0/+2
* Fix indentation problems on code injections.Hugo Lima2010-02-031-0/+2
* Implement return value heuristic.Hugo Lima2010-02-021-0/+3
* Small refactor on filterFunction function.Hugo Lima2010-02-011-2/+0
* Fixing includesLauro Neto2010-01-261-1/+1
* Adds helper methods to ShibokenGenerator.Marcelo Lira2010-01-191-0/+8
* Common variable names are stored as #defines instead of C++ static methods.Marcelo Lira2010-01-181-5/+5
* Generator now makes use of the GilState and ThreadStateSaver classes.Marcelo Lira2010-01-181-1/+1
* Adds CppGenerator::writeCppSelfDefinition method.Marcelo Lira2010-01-151-0/+1
* Added ShibokenGenerator::shouldDereferenceAbstractMetaTypePointer method.Marcelo Lira2010-01-151-2/+3
* Adds ShibokenGenerator::threadStateVariableName() method.Marcelo Lira2010-01-151-0/+1
* Values returned from C++ are now stored in a C++ variable.Marcelo Lira2010-01-151-1/+2
* Added a convenience overload for cpythonBaseName, with AbstractMetaClass as p...Hugo Lima2010-01-141-0/+1
* Modifies ShibokenGenerator::writeCodeSnips semantics.Marcelo Lira2009-12-281-1/+3
* Added the option --enable-pyside-extensions to enable PySide extensions.Hugo Lima2009-12-161-0/+3
* Removes unused method ShibokenGenerator::hasInjectedCodeOrSignatureModification.Marcelo Lira2009-12-151-2/+0
* Updates generator to use improvements in API Extractor regarding function mod...Marcelo Lira2009-12-151-8/+0
* Added convenience method to get the file name for a module's global header.Marcelo Lira2009-12-081-0/+4
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-051-0/+2
* Try to guess the check function for custom types.Hugo Lima2009-12-011-0/+1
* Added a new signature of cpythonIsConvertibleFunction to ShibokenGenerator.Marcelo Lira2009-12-011-2/+3
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-301-1/+7
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-1/+8
|\
| * Added the method ShibokenGenerator::hasMultipleInheritanceInAncestry(metaClass)Marcelo Lira2009-11-181-0/+3
| * modified the unused method ShibokenGenerator::getBaseClasses toMarcelo Lira2009-11-181-1/+3
| * Classes that have multiple inheritance in some point of its ancestryMarcelo Lira2009-11-181-0/+2
* | Added ShibokenGenerator::shouldGenerateCppWrapper(metaClass) method.Marcelo Lira2009-11-241-0/+4
* | Removed unused method ShibokenGenerator::signatureForDefaultVirtualMethod.Marcelo Lira2009-11-231-6/+0
* | Added the method injectedCodeCallsPythonOverride(func) toMarcelo Lira2009-11-231-0/+9
* | Added method ShibokenGenerator::injectedCodeUsesPySelf to checkMarcelo Lira2009-11-231-3/+11
* | Added the method ShibokenGenerator::injectedCodeHasReturnValueAttributionMarcelo Lira2009-11-201-0/+8
* | Modified ShibokenGenerator::writeCodeSnips to receive also anMarcelo Lira2009-11-191-0/+2
|/
* Added the %PYTHONTYPEOBJECT type system variable, which is replacedMarcelo Lira2009-11-171-2/+4
* Add variables CONVERTTOPYTHO[###] and PYARG_# to code snips.Hugo Lima2009-11-161-0/+17
* added two convenience methods to ShibokenGenerator that receiveMarcelo Lira2009-11-131-0/+17