aboutsummaryrefslogtreecommitdiffstats
path: root/generator/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes writeReturnValueHeuristics to not mess with constructors.Marcelo Lira2012-03-081-1/+1
* Update string usage to new Shiboken::String API.Renato Filho2012-03-081-0/+5
* CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...Marcelo Lira2012-03-081-1/+16
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-6/+40
* Improved type system converter variable usage in the sample test binding.Marcelo Lira2012-03-081-2/+1
* The type system converter variable replacement was moved to a single method.Marcelo Lira2012-03-081-23/+47
* Moved functionality from a couple of write function to ones that return strings.Marcelo Lira2012-03-081-31/+38
* Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.Marcelo Lira2012-03-081-18/+22
* Improved the generation of type indexes written to the generated module header.Marcelo Lira2012-03-081-8/+42
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-081-0/+19
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-081-11/+40
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-081-10/+22
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-081-5/+16
* Small visual improvements on writeArgumentNames().Marcelo Lira2012-03-081-10/+7
* Disassembled ShibokenGenerator's writeCodeSnips method.Marcelo Lira2012-03-081-223/+227
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-081-21/+21
* Revamped the virtual method writer.Marcelo Lira2012-03-081-1/+1
* I rewrote generator functions of type checking strings in ShibokenGenerator.Marcelo Lira2012-03-081-60/+55
* Added a method to retrieve a function's argument typeMarcelo Lira2012-03-081-1/+14
* AbstractMetaType builder now calls the metatype's own 'decideUsagePattern' me...Marcelo Lira2012-03-081-2/+1
* Renamed argument of ShibokenGenerator's getTypeIndexVariableName() method.Marcelo Lira2012-03-081-5/+3
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-081-3/+9
* Moved the methods isObjectType() and isPointer() from ShibokenGenerator to Ge...Marcelo Lira2012-03-081-32/+7
* Fixes ShibokenGenerator::isCString(type).Marcelo Lira2012-03-081-1/+3
* Moved some type system variable replacement to their own methods.Marcelo Lira2012-03-081-16/+36
* More convenience functions added. More refactoring. Code more readable.Marcelo Lira2012-03-081-10/+36
* Added convenience functions to improve code readability.Marcelo Lira2012-03-081-1/+19
* Propagate default args modification during the overload data descisor.Renato Filho2012-03-081-2/+18
* Added two new type system variables: %ISCONVERTIBLE and %CHECKTYPE.Marcelo Lira2012-03-081-2/+10
* Fixed substitution of method calls from user custom code for Qt's metaObject(...Marcelo Lira2012-03-081-4/+13
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-081-0/+38
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...Hugo Parente Lima2012-03-081-5/+1
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-0/+2
* Don't segfault when running with Qt4.5.Hugo Parente Lima2012-03-081-9/+14
* 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