aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-081-3/+9
* All Python to C++ conversions were moved to CppGenerator::writePythonToCppTyp...Marcelo Lira2012-03-082-42/+55
* More readable code on CppGenerator::writeVirtualMethodNative() method.Marcelo Lira2012-03-081-16/+12
* Improved writeInvalidPyObjectCheck() method and updated generator to make use...Marcelo Lira2012-03-082-38/+40
* Improved readability of CppGenerator::writeCopyFunction() method.Marcelo Lira2012-03-081-32/+18
* Improved CppGenerator::writeCppSelfDefinition() method and its use.Marcelo Lira2012-03-082-52/+50
* Removed signatures without definition from CppGenerator header.Marcelo Lira2012-03-081-2/+0
* Removed unused parameter from writeInvalidCppObjectCheck().Marcelo Lira2012-03-082-8/+8
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-081-72/+77
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-081-12/+23
* Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.Marcelo Lira2012-03-081-72/+3
* Moved the methods isObjectType() and isPointer() from ShibokenGenerator to Ge...Marcelo Lira2012-03-083-52/+18
* Fixes ShibokenGenerator::isCString(type).Marcelo Lira2012-03-081-1/+3
* Moved some type system variable replacement to their own methods.Marcelo Lira2012-03-082-16/+48
* std::auto_ptr is safer than relying in an if clause at the end of the code bl...Marcelo Lira2012-03-081-6/+7
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-081-81/+12
* Used SignalManager function to retrieve MetaObjectRenato Filho2012-03-081-1/+1
* Check if need to use placement new for types that inherits QObject due to QML...Hugo Parente Lima2012-03-081-5/+12
* More convenience functions added. More refactoring. Code more readable.Marcelo Lira2012-03-084-25/+59
* Added convenience functions to improve code readability.Marcelo Lira2012-03-083-12/+39
* Fixed typo in generated code.Marcelo Lira2012-03-081-4/+4
* Improved code readability in CppGenerator::writeVirtualMethodNative.Marcelo Lira2012-03-081-4/+4
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-081-1/+1
* Propagate default args modification during the overload data descisor.Renato Filho2012-03-083-12/+35
* Write type indexes in an ABI safe way.Hugo Parente Lima2012-03-082-12/+11
* Fix enum qMetaType register.Renato Filho2012-03-081-5/+6
* Make sure register QMetaObject before QObject.Renato Filho2012-03-081-2/+36
* Move meta object creation afeter type register.Renato Filho2012-03-081-5/+5
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-081-6/+5
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-081-6/+2
* Recognize more types on error messages pretty printing them.Hugo Parente Lima2012-03-081-0/+12
* Implemented support to qt_metacast function on qobjects.Renato Filho2012-03-083-1/+20
* 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 overload decisor on rich-compare function.Renato Filho2012-03-081-9/+4
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...Hugo Parente Lima2012-03-082-52/+50
* Fix bug 862 - "Problems when printing objects"Hugo Parente Lima2012-03-081-1/+20
* Make use of Shiboken::warning on virtual function.Renato Filho2012-03-081-3/+3
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-082-1/+12
* Updated generator to use removeReference function.Renato Filho2012-03-081-3/+8
* Fix error arg types in error messages.Hugo Parente Lima2012-03-081-1/+1
* Generate code using the new pyside class DestroyListener.Renato Filho2012-03-081-2/+8
* Removed unused variables/functions.Hugo Parente Lima2012-03-081-2/+0
* Whitespace removalHugo Parente Lima2012-03-081-1/+1
* Use right argument variable name on keep reference when inside constructors.Hugo Parente Lima2012-03-081-0/+1
* Implemented keep-reference action 'add'.Renato Filho2012-03-081-3/+6
* Just use else if's instead of a sequence of if's.Hugo Parente Lima2012-03-081-4/+2
* Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-082-5/+33
* Don't segfault when running with Qt4.5.Hugo Parente Lima2012-03-081-9/+14