aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not generate the method Converter<T>::createWrapper, it'll beHugo Lima2009-12-074-48/+47
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-074-3/+67
* Correct install location for FindShiboken.cmakeChris Hills2009-12-071-1/+1
* Added unit test for Python class inheriting from a C++ class with multiple in...Marcelo Lira2009-12-051-0/+41
* Constructor initializes multiple inheritance information for Python derived c...Marcelo Lira2009-12-051-7/+28
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-057-2/+64
* Remove multiple_derived from the test blacklist.Hugo Lima2009-12-041-1/+1
* Initial ownership documentationLauro Neto2009-12-034-15/+168
* Extended implicit conversion test with a case that uses a reference to an Obj...Marcelo Lira2009-12-022-2/+10
* Fixed argument conversion writer and type translator to handle references to ...Marcelo Lira2009-12-022-23/+22
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-024-3/+94
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-024-4/+61
* Modified the BindingManager::getOverride method to use Python __mro__.Marcelo Lira2009-12-024-21/+23
* Remove Qt specific and useless code from header generator.Hugo Lima2009-12-021-3/+0
* Dont write "::" in include guards.Hugo Lima2009-12-021-3/+4
* Add test black list.Hugo Lima2009-12-021-4/+10
* Add support for distributed compilation using icecc.Hugo Lima2009-12-022-0/+12
* Removed all undue usage of lambda with assertRaises on unit tests.Marcelo Lira2009-12-018-15/+15
* Add parenteses when dereferencing a variable replaced in a template.Hugo Lima2009-12-011-1/+1
* Try to guess the check function for custom types.Hugo Lima2009-12-013-1/+13
* Do not try to write the C++ version of an argument when the argument type is aHugo Lima2009-12-012-2/+5
* Fix %PYARG variable substitution on constructors.Hugo Lima2009-12-011-1/+1
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-013-6/+129
* Fixed type system variable replacement to allow %CONVERTTOPYTHON outside func...Marcelo Lira2009-12-011-3/+3
* Fixed inverted parentship semantics.Marcelo Lira2009-12-012-16/+21
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-016-14/+217
* Type check writer now adds isConvertible check to object-types and value-type...Marcelo Lira2009-12-011-3/+6
* Converter's basic isConvertible and toCpp methods consider None as C++ NULL p...Marcelo Lira2009-12-011-2/+6
* Shiboken::cppObjectIsInvalid now accepts None values as valid.Marcelo Lira2009-12-011-1/+1
* Added a new signature of cpythonIsConvertibleFunction to ShibokenGenerator.Marcelo Lira2009-12-012-2/+18
* Added tests for object reparenting.Marcelo Lira2009-12-011-0/+115
* Fix some ownership tests.Luciano Wolf2009-12-012-18/+5
* Dereference pointers when the argument is passed by value when replacing temp...Hugo Lima2009-12-011-1/+4
* Fix issues with parent tag.Hugo Lima2009-11-301-4/+6
* Added documentation to shiboken command line options.Hugo Lima2009-11-302-0/+17
* Removed useless sphinx template fileHugo Lima2009-11-301-10/+0
* Implement 'child return' examples and support.Luciano Wolf2009-11-304-0/+131
* Added tests for something like QLayout.Hugo Lima2009-11-309-1/+191
* Support parent rules for return values.Hugo Lima2009-11-301-2/+4
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-305-11/+40
* Added method to take care of the details of ownership transfer to C++.Marcelo Lira2009-11-305-16/+91
* Fixed some typos in tests' comments.Marcelo Lira2009-11-302-2/+2
* Wrapper invalidation method recursively updates children objects status.Marcelo Lira2009-11-304-11/+39
* Some fixing and refactoring for the ObjectType test class.Marcelo Lira2009-11-302-32/+35
* Fix objects/points methods to return a list + fix example using them.Luciano Wolf2009-11-273-9/+34
* Use map instead of list inside BlackBox class.Luciano Wolf2009-11-273-43/+52
* Fix identation of generated code for C++ wrapper destructor.Marcelo Lira2009-11-272-1/+2
* Add test for delete child in pythonLauro Neto2009-11-272-0/+51
* Adding test for deleting parentLauro Neto2009-11-271-3/+7
* Add invalidate parent testLauro Neto2009-11-271-0/+49