aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
...
* Do not use C++ qualified name to generate the number protocol struct.Hugo Lima2010-01-261-0/+1
* Write cptr macro for inner classes.Hugo Lima2010-01-261-0/+7
* writeMinimalConstructorCallArguments knowns about enums.Hugo Lima2010-01-262-0/+4
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-222-0/+7
* Added another constructor to Str class, just to test the new char behaviour.Hugo Lima2010-01-202-0/+7
* Adds test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-192-0/+18
* Bucket::m_locked is accessed by multiple threads and must be volatile,Hugo Lima2010-01-181-1/+1
* Expanded thread locking tests with two more cases.Marcelo Lira2010-01-182-1/+12
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-155-0/+149
* Fix custom converters from libsample.Hugo Lima2010-01-151-1/+1
* Adds test for modified function using type system template.Marcelo Lira2009-12-292-0/+27
* Tests for numerical implicit conversions and fixesLauro Neto2009-12-162-0/+35
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-073-0/+124
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-072-0/+8
* 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-021-1/+15
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-021-3/+11
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-011-0/+1
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-014-9/+90
* Implement 'child return' examples and support.Luciano Wolf2009-11-302-0/+48
* Added tests for something like QLayout.Hugo Lima2009-11-305-1/+116
* Added method to take care of the details of ownership transfer to C++.Marcelo Lira2009-11-301-0/+1
* 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-272-2/+27
* Use map instead of list inside BlackBox class.Luciano Wolf2009-11-272-41/+50
* Add removeChild and killChild to ObjectType testLauro Neto2009-11-272-7/+27
* Test ownership transfer from Python to C++Luciano Wolf2009-11-271-0/+3
* Renaming -> KinderGarten to BlackBoxLuciano Wolf2009-11-273-26/+71
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-263-0/+154
* Fixed visibility for multiple derived test classes.Marcelo Lira2009-11-251-9/+9
* Merged with multipleinheritance branchMarcelo Lira2009-11-252-43/+151
|\
| * Added new cases to multiple inheritance tests.Marcelo Lira2009-11-181-0/+5
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-182-43/+146
* | Adding test case for sorting overload dataLauro Neto2009-11-253-0/+122
* | Added an PyObject* specialization to the Conversion template toMarcelo Lira2009-11-241-0/+51
* | Updated libsample classes that are missing the LIBSAMPLE_API macro.Marcelo Lira2009-11-244-6/+10
* | Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-245-2/+136
* | Added unit test for virtual destructor.Marcelo Lira2009-11-242-0/+15
* | Added visibility rules to libsample.Hugo Lima2009-11-2328-72/+168
* | Uses __FUNCTION__ instead of __PRETTY_FUNCTION__, which is a GCC extension.Hugo Lima2009-11-236-28/+3
* | Removed the use of fileno from the SimpleFile test, since it is Linux specific.Marcelo Lira2009-11-231-7/+0
* | Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-233-0/+41
* | Added a great deal of test cases for argument removal and modification.Marcelo Lira2009-11-231-0/+15
* | Added test case for method overloads with different return types.Marcelo Lira2009-11-201-0/+3
|/
* Fixed C string toPython converter to return Py_None when a NULL pointerMarcelo Lira2009-11-182-2/+20
* Added features to manage basic ownership transference between C++Marcelo Lira2009-11-182-48/+9
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-182-2/+25
* Added tests for various inject-code use cases.Hugo Lima2009-11-162-18/+60
* added initial work for more complete code injection testsMarcelo Lira2009-11-133-0/+121
* Add visibility policies to libshiboken and for bindings generated by shiboken...Hugo Lima2009-11-121-0/+1