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