aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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