aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add visibility policies to libshiboken and for bindings generated by shiboken...Hugo Lima2009-11-121-0/+2
* Added support for reverse operators.Hugo Lima2009-11-101-1/+0
* added boolean parameter checkExact to ShibokenGenerator::cpythonCheckFunctionMarcelo Lira2009-11-051-2/+2
* modified ShibokenGenerator::cpythonIsConvertibleFunction argumentMarcelo Lira2009-11-041-1/+4
* added the method ShibokenGenerator::shouldDereferenceArgumentPointer,Marcelo Lira2009-11-031-0/+3
* created a simpler version of ShibokenGenerator::writeBaseConversionMarcelo Lira2009-11-011-0/+2
* changed ShibokenGenerator::writeBaseConversion return type fromMarcelo Lira2009-11-011-2/+2
* moved method ShibokenGenerator::implicitConversions to baseMarcelo Lira2009-10-301-3/+0
* removed method ShibokenGenerator::sortContructor, already implementedMarcelo Lira2009-10-301-1/+0
* added convenience methods to call ShibokenGenerator::cpythonWrapperCPtr;Marcelo Lira2009-10-301-0/+2
* modified ShibokenGenerator::writeBaseConversion to write only the functionMarcelo Lira2009-10-301-1/+1
* modified Converter<T>::isConvertible(PyObject*) to check only if the givenMarcelo Lira2009-10-301-2/+2
* the Python check macros are generated once again since it is aMarcelo Lira2009-10-301-1/+3
* changed the way that added special methods ("__str__", "__repr__") areMarcelo Lira2009-10-231-0/+3
* added the convenience method implicitConversions(const AbstractMetaType*)Marcelo Lira2009-10-231-0/+1
* Revert "The implicit conversions of value types generate a new instance"Marcelo Lira2009-10-231-1/+0
* added two new variables for the type system template system:Marcelo Lira2009-10-211-0/+1
* The implicit conversions of value types generate a new instanceMarcelo Lira2009-10-021-0/+1
* Fix QTextCodec and QTextCodec::ConverterState generation:Luciano Wolf2009-09-221-0/+1
* modified ShibokenGenerator::getFormatUnitString signature to receiveMarcelo Lira2009-09-161-1/+1
* added suport to flag-like enums (aka QFlags)Marcelo Lira2009-09-161-0/+10
* - Implementation of some functions moved to .cppHugo Lima2009-09-081-17/+3
* 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-3/+8
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-011-1/+1
* Shiboken ported to the new generator/apiextractor architeture.Hugo Lima2009-08-271-26/+12
* moved specific CPython wrapper code from ShibokenGenerator::translateTypeMarcelo Lira2009-08-261-0/+5
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+213