aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Created test for bug #654.Renato Filho2012-03-081-1/+9
* Fixed enum repr, print functions.Renato Filho2012-03-081-13/+18
* Make use of the available and already allocated space for protocol functionti...Marcelo Lira2012-03-082-134/+155
* Bump version and update dependecy version required.Renato Filho2012-03-081-2/+2
* Don't create cyclic graphs when there are QString, PySequence and PyObjects i...sb-1.0.2Hugo Parente Lima2012-03-081-1/+2
* Write graph info on temp dir when some a cyclic graph is found.Hugo Parente Lima2012-03-081-1/+10
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-084-12/+116
* Return false when a overload wasn't found on __eq__ and true when an overload...Hugo Parente Lima2012-03-082-3/+13
* Add tests for adding reverse operators.Hugo Parente Lima2012-03-082-0/+22
* Fix bug regarding to two overloads like: foo(char) and foo(const char*)Hugo Parente Lima2012-03-081-9/+14
* Implemented generation code for mapping protocolRenato Filho2012-03-082-3/+95
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-081-2/+2
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-084-6/+27
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-082-4/+2
* Avoid register Abstract types on QMetaTypes to avoid problems in QML.Renato Filho2012-03-081-1/+1
* Fixed 'operator--'.Renato Filho2012-03-081-1/+1
* Updated dependency version.Renato Filho2012-03-081-2/+2
* Implement support to operator++;Renato Filho2012-03-082-1/+9
* Added the type system variables %BEGIN_ALLOW_THREADS and %END_ALLOW_THREADS.Marcelo Lira2012-03-084-4/+31
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-085-21/+161
* Added support for extra includes at module level.Marcelo Lira2012-03-081-3/+7
* Fix bug 801 - "Shiboken doesn't compile with G++ 4.6.0"Hugo Parente Lima2012-03-081-3/+3
* Version bump to 1.0.2Hugo Parente Lima2012-03-081-1/+1
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-082-0/+47
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-086-2/+139
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-082-1/+22
* Small refactor on Overload test.Marcelo Lira2012-03-081-21/+10
* Added test for bug 489.Marcelo Lira2012-03-083-0/+104
* Check for old-style bases before calling tp_newsb-1.0.1Lauro Neto2012-03-081-10/+22
* Tests for reverse operatorsLauro Neto2012-03-087-0/+204
* Reverse operators raise NotImplemented error.Lauro Neto2012-03-081-0/+13
* Don't return a overload method if the object is dieing.Hugo Parente Lima2012-03-081-1/+3
* Set object returned by getter function child of the property owner.Hugo Parente Lima2012-03-081-0/+1
* Check for object validity on property getters and setters before using them.Hugo Parente Lima2012-03-081-0/+10
* Do nothing when trying to make an valid object valid twice.Hugo Parente Lima2012-03-081-1/+1
* Updated module reload test.Renato Filho2012-03-084-24/+16
* Fixed parentInfo cleanup.Renato Filho2012-03-081-3/+6
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-083-1/+28
* Fix bug in TypeResolver::getType function.Hugo Parente Lima2012-03-081-2/+1
* Created documentaion due to the limitation with old style class.Renato Filho2012-03-081-0/+38
* Register class names without namespaces to fix the mess in Qt signal type names.Hugo Parente Lima2012-03-081-2/+15
* Use buffer instead of uchar on TypeError messages.Hugo Parente Lima2012-03-081-0/+3
* Check for class initialization on function Object.isValid.Renato Filho2012-03-082-16/+45
* Created unittest for bug #704.Renato Filho2012-03-081-0/+61
* Avoid declar shiboken classes derived from old style objects.Renato Filho2012-03-081-0/+11
* Version bump to 1.0.1.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 706 - "dataChanged signal raise an incorrect TypeError"Hugo Parente Lima2012-03-081-2/+12
* Handles the situation properly when a custom code has a result value attribut...sb-1.0.0Marcelo Lira2012-03-081-1/+2
* Added a check on CppGenerator::writeClassDefinition for when there's no const...Marcelo Lira2012-03-081-1/+1
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-0810-273/+224