aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Module reload test now considers .pyo files (in addition to .pyc ones).Marcelo Lira2012-03-081-1/+4
* SbkNumber_Check now makes use of PyNumber_Check.Marcelo Lira2012-03-081-1/+3
* Added test to certify that old-style classes will not be accepted as numbers ...Marcelo Lira2012-03-081-0/+76
* Added a test to numpy scalar type being accepted as Python scalar.Marcelo Lira2012-03-081-0/+30
* Shows "unicode" instead of "PyUnicode" on error messages.Hugo Parente Lima2012-03-081-0/+2
* Add support to the remove attribute of reference-count tag.Hugo Parente Lima2012-03-081-6/+14
* Fix bug 684 - "New-style signals does not accept signals with enums as argume...Hugo Parente Lima2012-03-083-9/+55
* Fixed style of code on CppGenerator::writeReturnValueHeuristics method.Marcelo Lira2012-03-081-4/+4
* Fix string used in tp_name on inner types.Hugo Parente Lima2012-03-083-3/+9
* The heuristics for return value parenting should be overridden by user changes.Marcelo Lira2012-03-081-9/+14
* Overloaded call decision now consider inheritance: inheritor is checked befor...Marcelo Lira2012-03-083-18/+29
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-083-1/+17
* Marked ObjectType and ObjectModel, from the sample test lib, as explicit.Marcelo Lira2012-03-082-2/+2
* Use action="set" instead of action="add" on reference-count tag.Hugo Parente Lima2012-03-082-2/+4
* Implemented support to iterator function generation.Renato Araujo Oliveira Filho2012-03-082-2/+4
* Fixed signal initialization for types with namespace and types definedRenato Araujo Oliveira Filho2012-03-081-9/+28
* Don't write return heuristic when there's a parent tag with the returned obje...Hugo Parente Lima2012-03-081-6/+9
* Update apiextractor/generatorrunner dependency version.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-082-3/+3
* Fixed Cmake files used to find the library after the installation.sb-1.0.0-beta5Renato Araujo Oliveira Filho2012-03-082-10/+11
* Fixed a type on a warning about polymorphic-id-expression.Marcelo Lira2012-03-081-1/+1
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-086-13/+83
* Fix bug 655 - "bad re-implementations of QApplication.notify result in a Syst...Hugo Parente Lima2012-03-081-1/+8
* Test bindings project files modified to use key/value pair text files.Marcelo Lira2012-03-086-50/+39
* Test bindings now use project files instead of generator command line options.Marcelo Lira2012-03-084-19/+55
* Shiboken binary now responds to the "--version" argument.Marcelo Lira2012-03-085-5/+25
* Added SHIBOKEN_BINARY variable to CMake config file.Marcelo Lira2012-03-083-2/+8
* Replaced tabs with spaces on cmake file.Marcelo Lira2012-03-081-5/+4