aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-3/+3
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-075-2/+122
* Moved container converters from test library to libshiboken's converter header.Marcelo Lira2009-12-073-105/+0
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-071-0/+50
* Added unit test for Python class inheriting from a C++ class with multiple in...Marcelo Lira2009-12-051-0/+41
* Extended implicit conversion test with a case that uses a reference to an Obj...Marcelo Lira2009-12-021-1/+5
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-023-2/+79
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-023-1/+50
* Removed all undue usage of lambda with assertRaises on unit tests.Marcelo Lira2009-12-018-15/+15
* Do not try to write the C++ version of an argument when the argument type is aHugo Lima2009-12-011-2/+2
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-012-6/+128
* Fixed inverted parentship semantics.Marcelo Lira2009-12-011-4/+7
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-012-5/+127
* Added tests for object reparenting.Marcelo Lira2009-12-011-0/+115
* Fix some ownership tests.Luciano Wolf2009-12-012-18/+5
* Implement 'child return' examples and support.Luciano Wolf2009-11-302-0/+83
* Added tests for something like QLayout.Hugo Lima2009-11-304-0/+75
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-302-6/+1
* Added method to take care of the details of ownership transfer to C++.Marcelo Lira2009-11-301-0/+64
* Fixed some typos in tests' comments.Marcelo Lira2009-11-302-2/+2
* Wrapper invalidation method recursively updates children objects status.Marcelo Lira2009-11-301-3/+12
* Fix objects/points methods to return a list + fix example using them.Luciano Wolf2009-11-271-7/+7
* Use map instead of list inside BlackBox class.Luciano Wolf2009-11-271-2/+2
* Fix identation of generated code for C++ wrapper destructor.Marcelo Lira2009-11-271-1/+1
* 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 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-273-3/+7
* Improving ownership transference tests.Luciano Wolf2009-11-272-16/+87
* Renaming -> KinderGarten to BlackBoxLuciano Wolf2009-11-273-5/+15
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-264-2/+75
* Python arguments are now checked for Python wrapper validity.Marcelo Lira2009-11-262-19/+67
* Merged with multipleinheritance branchMarcelo Lira2009-11-253-41/+150
|\
| * Added new cases to multiple inheritance tests.Marcelo Lira2009-11-181-12/+85
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-183-38/+74
* | Add overload dependency on PyObjectLauro Neto2009-11-252-1/+13
* | Adding test case for sorting overload dataLauro Neto2009-11-254-0/+67
* | Added an PyObject* specialization to the Conversion template toMarcelo Lira2009-11-244-0/+73
* | Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-245-1/+199
* | Added unit test for virtual destructor.Marcelo Lira2009-11-243-0/+50
* | Removed the use of fileno from the SimpleFile test, since it is Linux specific.Marcelo Lira2009-11-231-2/+0
* | Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-232-2/+259
* | Added a great deal of test cases for argument removal and modification.Marcelo Lira2009-11-232-0/+240
* | Added test case for method overloads with different return types.Marcelo Lira2009-11-201-0/+10
* | Updated the type system description of the sample binding to use theMarcelo Lira2009-11-191-6/+5
|/
* Fixed C string toPython converter to return Py_None when a NULL pointerMarcelo Lira2009-11-181-7/+20