summaryrefslogtreecommitdiffstats
path: root/generator/headergenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* The option "avoid protected hack" is now set via command line.1.0.0-rc1Marcelo Lira2011-02-171-44/+33
* Fix bug 684 - "New-style signals does not accept signals with enums as argume...Hugo Parente Lima2011-02-151-0/+3
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2011-02-011-1/+45
* Fix windows compilation.Renato Araujo Oliveira Filho2011-01-191-5/+19
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2010-12-231-3/+6
* Write a simpler code to deal with dynamic QMetaObjects.Hugo Parente Lima2010-12-031-2/+0
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2010-12-011-13/+0
* Fix compilation without protect hack.Hugo Parente Lima2010-11-231-5/+22
* Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2010-11-231-1/+1
* namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2010-11-231-21/+23
* Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2010-11-191-2/+2
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2010-11-191-3/+3
* Remove macro Shiboken_TypeCheckHugo Parente Lima2010-11-101-20/+6
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2010-11-101-3/+3
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2010-11-101-1/+1
* Updated code generation to new libpyside files.renatofilho2010-11-031-1/+1
* Updated to new libpyside Signal/Slot namespace.renatofilho2010-11-031-1/+1
* Write copy constructor for Object types when there is one.Hugo Parente Lima2010-10-281-6/+5
* Implement generation support to target conversion.renatofilho2010-10-011-3/+3
* Shiboken avoids generating code for private enums.Marcelo Lira2010-09-301-3/+6
* Fixed function use to create wrapper based on QObject.renatofilho2010-09-211-1/+5
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2010-09-201-0/+610