aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-081-0/+3
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-081-2/+0
* Implement support to operator++;Renato Filho2012-03-081-0/+2
* Added the type system variables %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS.Marcelo Lira2012-03-081-0/+9
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-66/+63
* Overloaded call decision now consider inheritance: inheritor is checked befor...Marcelo Lira2012-03-081-2/+2
* Implemented support to iterator function generation.Renato Araujo Oliveira Filho2012-03-081-0/+2
* Added the "%CPPTYPE" type system variable.Marcelo Lira2012-03-081-0/+4
* Type system %TYPE variable is now available for class wide custom code.Marcelo Lira2012-03-081-0/+1
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-0/+8
* Add support for operator overload injection.Hugo Parente Lima2012-03-081-0/+5
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-0/+32
* Fix bug#484 - "Error compiling QtContacts 1.1 (problems with const QList<QVar...Hugo Parente Lima2012-03-081-4/+6
* Generator now writes the proper variable name on C++ constructor calls.Marcelo Lira2012-03-081-1/+2
* Do not use const and ref when writing converters for object-types, qflags, co...Hugo Parente Lima2012-03-081-5/+5
* namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-081-3/+7
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-081-1/+1
* Remove unused variables.Hugo Parente Lima2012-03-081-2/+0
* Don't use ref. on primitive types when using Converter<T>::toPython.Hugo Parente Lima2012-03-081-2/+23
* Uses a constant to define the cpp_arg variable, now called cppArg.Hugo Parente Lima2012-03-081-2/+2
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-081-4/+0
* Write right check type function when guessing the check function for a valid ...Hugo Parente Lima2012-03-081-1/+1
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+1651