aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-1/+1
* Get ride of PyMODINIT_FUNC, since it doesn't correctly set the visibility rul...Hugo Parente Lima2010-08-191-3/+0
* Added function to check if a function visibility was changed to private.Marcelo Lira2010-08-041-0/+2
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-271-1/+1
* Create referenceMap on demand.Renato Filho2010-07-091-6/+0
* Implemented support to properties.Renato Filho2010-07-081-0/+1
* Added method fullPythonFunctionName(func) to ShibokenGenerator.Marcelo Lira2010-06-171-0/+1
* Added method to guess scope of function argument default values.Marcelo Lira2010-06-151-0/+3
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-5/+7
* ShibokenGenerator::filterFunctions method becomes static.sb-0.3.2Marcelo Lira2010-06-031-1/+1
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+2
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-0/+2
* Cosmetic changes.Hugo Parente Lima2010-05-211-3/+3
* 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