aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test for deleting child in cppLauro Neto2009-11-271-0/+49
* Add removeChild and killChild to ObjectType testLauro Neto2009-11-272-7/+27
* Implemented primitives to solve the parent/children problem.Hugo Lima2009-11-274-42/+184
* Add parent tags for ObjectType class.Hugo Lima2009-11-271-0/+10
* Small fixes for parent/child unit testsHugo Lima2009-11-271-9/+3
* Adding test for deleting parentLauro Neto2009-11-271-0/+79
* Test ownership transfer from Python to C++Luciano Wolf2009-11-274-3/+10
* Improving ownership transference tests.Luciano Wolf2009-11-272-16/+87
* Renaming -> KinderGarten to BlackBoxLuciano Wolf2009-11-276-31/+86
* Added convenience method BindingManager::invalidateWrapper(const void*).Marcelo Lira2009-11-263-0/+10
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-267-2/+229
* Updated method call writer to use the new PyBaseWrapper.containsCppWrapper.Marcelo Lira2009-11-261-16/+35
* Added the "containsCppWrapper" flag to the PyBaseWrapper.Marcelo Lira2009-11-263-6/+34
* Wrapped C++ object validity checks now consider implicit conversions.Marcelo Lira2009-11-261-2/+14
* BindingManager::invalidateWrapper also removes ownership of the object from P...Marcelo Lira2009-11-261-0/+1
* Fixed OverloadData::numberOfRemovedArguments(func, int finalArgPos).Marcelo Lira2009-11-261-5/+10
* Added convenience method OverloadData::isSingleArgument(overloads).Marcelo Lira2009-11-262-0/+14
* Python arguments are now checked for Python wrapper validity.Marcelo Lira2009-11-264-25/+87
* Renamed Shiboken's function cppObjectIsValid to cppObjectIsInvalid.Marcelo Lira2009-11-264-13/+17
* Added the invalidateWrapper method to BindingManager.Marcelo Lira2009-11-254-15/+25
* Fixed visibility for multiple derived test classes.Marcelo Lira2009-11-251-9/+9
* Merged with multipleinheritance branchMarcelo Lira2009-11-2513-138/+493
|\
| * Added new cases to multiple inheritance tests.Marcelo Lira2009-11-182-12/+90
| * Modified the multiple inheritance initializer function to considerMarcelo Lira2009-11-181-7/+29
| * Added the method ShibokenGenerator::hasMultipleInheritanceInAncestry(metaClass)Marcelo Lira2009-11-183-1/+14
| * Updated the %PYTHONTYPEOBJECT type system variable to use the newMarcelo Lira2009-11-181-3/+2
| * Binding manager releaseWrapper(PyObject*) method fixed to releaseMarcelo Lira2009-11-181-1/+10
| * In multiple inheritance cases the binding manager only assigns aMarcelo Lira2009-11-181-1/+2
| * Added the getAncestorMultipleInheritance method to CppGenerator,Marcelo Lira2009-11-182-3/+16
| * modified the unused method ShibokenGenerator::getBaseClasses toMarcelo Lira2009-11-183-25/+9
| * Classes that have multiple inheritance in some point of its ancestryMarcelo Lira2009-11-183-10/+32
| * Shiboken retrieves a Python wrapper object from its correspondingMarcelo Lira2009-11-186-26/+101
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-185-81/+220
* | Add overload dependency on PyObjectLauro Neto2009-11-253-1/+27
* | Improve overload sortingLauro Neto2009-11-251-3/+24