aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-084-0/+61
* Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.Marcelo Lira2012-03-083-74/+5
* 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 an enum tag on 'sample' test binding to a better position.Marcelo Lira2012-03-081-1/+1
* 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
* Check for PYTHONVERBOSE enviroment var to print debug message on bindingRenato Filho2012-03-081-9/+11
* Updated apiextractor version dependecy.sb-1.0.5Renato Filho2012-03-081-1/+1
* Used SignalManager function to retrieve MetaObjectRenato Filho2012-03-081-1/+1
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Added a build option to compile and run only the minimal set of tests.Marcelo Lira2012-03-081-7/+15
* 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 documentation on ObjectType's cast related functions.Marcelo Lira2012-03-082-9/+22
* Improved code readability in CppGenerator::writeVirtualMethodNative.Marcelo Lira2012-03-081-4/+4
* Improved minimal binding test passing a None value where an object type point...Marcelo Lira2012-03-081-0/+5
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-083-5/+5
* Propagate default args modification during the overload data descisor.Renato Filho2012-03-083-12/+35
* Fix bug 929 - "pkg-config files do not know about Python version tags"Hugo Parente Lima2012-03-081-1/+1
* Write type indexes in an ABI safe way.Hugo Parente Lima2012-03-082-12/+11
* Fix samplebinding warnings suppresions.Hugo Parente Lima2012-03-081-1/+16
* 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
* Created unit test for bug #886.Renato Filho2012-03-083-0/+21
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-083-14/+40
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-084-2/+53
* Fix object wrapper deletion.Renato Filho2012-03-081-8/+9
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-083-18/+35
* Removed random unreadable comment.Hugo Parente Lima2012-03-081-3/+0
* Recognize more types on error messages pretty printing them.Hugo Parente Lima2012-03-081-0/+12
* Version bump to 1.0.5.Hugo Parente Lima2012-03-081-1/+1
* Version bumped to 1.0.4.sb-1.0.4Renato Filho2012-03-081-3/+3
* Implemented support to qt_metacast function on qobjects.Renato Filho2012-03-083-1/+20
* Fixed python debug likage.Renato Filho2012-03-082-23/+30
* Added two new type system variables: %ISCONVERTIBLE and %CHECKTYPE.Marcelo Lira2012-03-082-2/+27
* 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-084-3/+62
* Created unit test for add function rich-compare function.Renato Filho2012-03-082-0/+49
* Fix overload decisor on rich-compare function.Renato Filho2012-03-081-9/+4
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-081-0/+5
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2012-03-081-0/+16
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...Hugo Parente Lima2012-03-082-52/+50
* Removed warning about possible use of uninitialized variable.Hugo Parente Lima2012-03-081-0/+1
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-086-0/+83