aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Write return value policy on reimplementations of virtual functions.Hugo Lima2010-02-021-1/+2
* Do not add an extra indentation on code injections.Hugo Lima2010-02-021-2/+5
* Remove warning about ugly conditions on if clause.Hugo Lima2010-02-021-2/+2
* Fixes ShibokenGenerator::injectedCodeCallsCppFunction.Marcelo Lira2010-02-021-2/+4
* Implement return value heuristic.Hugo Lima2010-02-021-0/+8
* Fix crash when a virtual function with enum in they arguments is called from ...Hugo Lima2010-02-011-1/+5
* Small refactor on filterFunction function.Hugo Lima2010-02-011-70/+8
* Write the enum name based on enum module, not the current module being genera...Hugo Lima2010-01-261-2/+2
* Add special conversion rules to the char type.Hugo Lima2010-01-201-3/+3
* When verifying for the aliased type of a primitive type, go to the last alias...Hugo Lima2010-01-201-1/+1
* Adds helper methods to ShibokenGenerator.Marcelo Lira2010-01-191-0/+56
* Common variable names are stored as #defines instead of C++ static methods.Marcelo Lira2010-01-181-3/+3
* Updated type system variable replacement for '%0' (aka C++ return value).Marcelo Lira2010-01-151-3/+2
* Added ShibokenGenerator::shouldDereferenceAbstractMetaTypePointer method.Marcelo Lira2010-01-151-3/+7
* Values returned from C++ are now stored in a C++ variable.Marcelo Lira2010-01-151-2/+2
* Remove warning about using a uninitialized variableHugo Lima2010-01-151-2/+2
* Changed prefix of local generated C functions to avoid name clash with bindin...Hugo Lima2010-01-141-7/+9
* Added a convenience overload for cpythonBaseName, with AbstractMetaClass as p...Hugo Lima2010-01-141-0/+5
* Fix object initialization.Hugo Lima2010-01-131-1/+1