aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.h
Commit message (Expand)AuthorAgeFilesLines
* CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...Marcelo Lira2012-03-081-0/+2
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-0/+15
* The type system converter variable replacement was moved to a single method.Marcelo Lira2012-03-081-7/+30
* Moved functionality from a couple of write function to ones that return strings.Marcelo Lira2012-03-081-4/+8
* Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.Marcelo Lira2012-03-081-4/+6
* Improved the generation of type indexes written to the generated module header.Marcelo Lira2012-03-081-0/+9
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-081-0/+3
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-081-1/+11
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-081-3/+5
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-081-0/+1
* Disassembled ShibokenGenerator's writeCodeSnips method.Marcelo Lira2012-03-081-17/+22
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-081-2/+5
* Revamped the virtual method writer.Marcelo Lira2012-03-081-4/+7
* Added a method to retrieve a function's argument typeMarcelo Lira2012-03-081-3/+4
* Renamed argument of ShibokenGenerator's getTypeIndexVariableName() method.Marcelo Lira2012-03-081-1/+1
* Moved the methods isObjectType() and isPointer() from ShibokenGenerator to Ge...Marcelo Lira2012-03-081-9/+0
* Moved some type system variable replacement to their own methods.Marcelo Lira2012-03-081-0/+12
* More convenience functions added. More refactoring. Code more readable.Marcelo Lira2012-03-081-0/+12
* Added convenience functions to improve code readability.Marcelo Lira2012-03-081-1/+12
* Propagate default args modification during the overload data descisor.Renato Filho2012-03-081-0/+5
* Added the type system variables %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS.Marcelo Lira2012-03-081-0/+2
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-4/+7
* Overloaded call decision now consider inheritance: inheritor is checked befor...Marcelo Lira2012-03-081-2/+2
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-0/+3
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-0/+5
* Don't use ref. on primitive types when using Converter<T>::toPython.Hugo Parente Lima2012-03-081-0/+5
* Uses a constant to define the cpp_arg variable, now called cppArg.Hugo Parente Lima2012-03-081-0/+2
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+364