aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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