aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-0/+1
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+21
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-3/+21
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-7/+36
* API fixes.Renato Filho2010-05-181-2/+6
* Add namespaces to the array of type indexes.Hugo Parente Lima2010-04-221-2/+1
* Write converters for classes inside namespaces.Hugo Parente Lima2010-04-221-20/+8
* Minor tweaks in global header generation.Hugo Parente Lima2010-04-221-92/+83
* Add include headers of global enums.Hugo Parente Lima2010-04-221-29/+14
* Added ObjectTypeReferenceConverter, so object-types can be used as references.Hugo Lima2010-03-181-0/+7
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-181-12/+29
* Generator now writes code to support extended conversions.Marcelo Lira2010-03-021-1/+25
* Refactored and documented base Converters.Marcelo Lira2010-03-021-3/+5
* Removed unnecessary code from HeaderGenerator::writeTypeConverterImpl.Marcelo Lira2010-03-011-55/+51
* Generator noew handles implicit conversions that are conversion operators.Marcelo Lira2010-03-011-7/+20
* Fix bug #142 by eliminating the CppCopier::copy function and adding it to a f...Hugo Lima2010-02-261-3/+2
* The C++ pointer for a Python wrapper is now acquired using a Converter.Marcelo Lira2010-02-241-4/+0
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-181-2/+1
* Add some comments on the generated global header.Hugo Lima2010-02-181-0/+2
* Write all converters on global header to avoid the module from exporting any ...Hugo Lima2010-02-181-6/+82
* Do not export Sbk*Type variables.Hugo Lima2010-02-121-13/+49
* Do not declare and export *_New functions on global header.Hugo Lima2010-02-121-4/+0
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-091-2/+5
* Do not try to call constructors created on typesystem by add-function tag.Hugo Lima2010-02-081-1/+6
* Implement ShibokenGenerator::isCopyable based on BoostPythonGeneratorAnderson Lizardo2010-02-041-1/+1
* Fix indentation problems on code injections.Hugo Lima2010-02-031-2/+0
* Fixed declaration of inline function on header without implementation.Renato Filho2010-02-021-1/+1
* Fixed added constructor generation.Renato Filho2010-02-011-0/+3
* Export converters when needed.Hugo Lima2010-01-261-2/+7
* Write cptr macro for inner classes.Hugo Lima2010-01-261-2/+4
* Add protected hack to global header.Hugo Lima2010-01-261-0/+4
* Write CopyCppObject function for inner classes.Hugo Lima2010-01-261-0/+1
* Fixing includesLauro Neto2010-01-261-1/+1
* Implemented support for classname on MetaObject.renato2009-12-301-2/+1
* Generated module headers now include headers of required modules.Marcelo Lira2009-12-291-0/+8
* Wrapper classes of QObjects store a pointer to their own meta object, a dynam...Hugo Lima2009-12-281-3/+12
* Replaces SbkCopyCppObject template function with the CppObjectCopier template...Marcelo Lira2009-12-221-3/+8
* Add metaObject() method to every class derived from QObject whenHugo Lima2009-12-161-0/+3
* Write SbkType<T> function implementation for inner classes.Hugo Lima2009-12-161-0/+1
* All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...Marcelo Lira2009-12-141-2/+2
* Renamed ShiboTypeObject to SbkBaseWrapperType to clearify its relationship wi...Marcelo Lira2009-12-111-1/+1
* Converter<T>::copyCppObject method was replaced by a template function.Marcelo Lira2009-12-101-22/+21
* Added convenience method to get the file name for a module's global header.Marcelo Lira2009-12-081-4/+4
* Module header now uses the visibility macro on the Python type structure decl...Marcelo Lira2009-12-081-3/+3
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-5/+5
* Do not generate the method Converter<T>::createWrapper, it'll beHugo Lima2009-12-071-10/+23
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-051-0/+7
* Remove Qt specific and useless code from header generator.Hugo Lima2009-12-021-3/+0
* Dont write "::" in include guards.Hugo Lima2009-12-021-3/+4
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-3/+8
|\