aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added function to check if a function visibility was changed to private.Marcelo Lira2010-08-041-1/+10
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-271-19/+10
* Fixed memory leak.Renato Filho2010-07-231-1/+4
* Enable support for NativePointer type (eg.: void *, QChar *, etc)Luciano Wolf2010-07-131-2/+8
* Create referenceMap on demand.Renato Filho2010-07-091-24/+0
* Remove old code inherited from boost python generator.Hugo Parente Lima2010-07-091-12/+1
* Adapt to recent changed in ApiExtractor API.Hugo Parente Lima2010-07-091-3/+3
* Implemented support to properties.Renato Filho2010-07-081-0/+6
* Do not write setters for const fields.Hugo Parente Lima2010-07-011-1/+1
* Fixed scope for class fields.Renato Filho2010-06-251-5/+3
* Generate cpp file with "using namespace ..." if class inside ofRenato Filho2010-06-251-16/+29
* Adds support for named arguments in function calls.Marcelo Lira2010-06-171-3/+1
* Added method fullPythonFunctionName(func) to ShibokenGenerator.Marcelo Lira2010-06-171-0/+17
* Added method to guess scope of function argument default values.Marcelo Lira2010-06-151-0/+106
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-12/+34
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+10
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-2/+17
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-3/+24
* API fixes.Renato Filho2010-05-181-1/+0
* Use translateTypeForWrapperMethod for all types.Hugo Parente Lima2010-04-291-9/+2
* Known what flag to use on PyBuildValue when a container is used.Hugo Parente Lima2010-04-291-0/+1
* Fixed refcount leak on virtual functions args.Renato Filho2010-04-291-4/+5
* Add include headers of global enums.Hugo Parente Lima2010-04-221-0/+1
* Add extra options for ShibokenGenerator::writeBaseConversion.Hugo Parente Lima2010-04-051-4/+5
* Updated ShibokenGenerator::injectedCodeHasReturnValueAttribution.Marcelo Lira2010-03-221-5/+11
* Adds ShibokenGenerator::buildAbstractMetaTypeFromString.Marcelo Lira2010-03-191-3/+44
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-191-1/+4
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-181-2/+12
* Object-types are not copyable at all.Hugo Lima2010-03-181-1/+1
* Adds convenience methods to return the name of extended conversion functions.Marcelo Lira2010-03-021-0/+10
* Adds ShibokenGenerator::getExtendedConverters() method.Marcelo Lira2010-03-021-0/+21
* Shiboken generator now supports references to pointers as arguments.Marcelo Lira2010-02-261-1/+3
* The C++ pointer for a Python wrapper is now acquired using a Converter.Marcelo Lira2010-02-241-1/+2
* Adds method ShibokenGenerator::getAllAncestors(metaClass)Marcelo Lira2010-02-241-0/+11
* Add writeToCppConversion overload with AbstractMetaClass instead of AbstractM...Hugo Lima2010-02-231-0/+7
* Pass QStrings by const references instead of by value.Hugo Lima2010-02-231-8/+7
* Add support for "signed short" type (needed in QtCore.QTextStream)Luciano Wolf2010-02-231-0/+1
* - Fix method writeTypeCheck, so it finally correct decides when to use PyNumb...Hugo Lima2010-02-231-2/+3
* Adds the convenience method 'isPairContainer' to ShibokenGenerator.Marcelo Lira2010-02-201-0/+6
* Adds the convenience method 'isCString' to ShibokenGenerator.Marcelo Lira2010-02-201-2/+7
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-181-0/+9
* Do not export Sbk*Type variables.Hugo Lima2010-02-121-0/+24
* The method needsReferenceCountControl checks also in the class' ancestry.Marcelo Lira2010-02-121-2/+6
* Adds 2 convenience methods to ShibokenGenerator to check for refcount mods.Marcelo Lira2010-02-101-0/+20
* Adds some name generator methods to ShibokenGenerator.Marcelo Lira2010-02-101-0/+15
* Implement support to conversion rule.Renato Filho2010-02-091-4/+13
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-091-2/+3
* Implement ShibokenGenerator::isCopyable based on BoostPythonGeneratorAnderson Lizardo2010-02-041-0/+13
* When used inside a static function, %CPPSELF will be replaced by theHugo Lima2010-02-041-3/+8
* Fix indentation problems on code injections.Hugo Lima2010-02-031-2/+0