aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-182-43/+146
* 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
* Adding signed int/long/char to primitiveType dictLauro Neto2009-11-102-2/+10
* Adding external operator to Collector (stream)Lauro Neto2009-11-102-0/+20
* Added a reverse operator to the test class Str.Hugo Lima2009-11-102-48/+48
* Adding test case for add-function with const char*Lauro Neto2009-11-093-0/+82
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-064-0/+197
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-042-18/+37
* updated Point tests with cases for returning Point pointer,Marcelo Lira2009-11-032-2/+14
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-038-5/+190
* minor changes to Point class from the test library: using moreMarcelo Lira2009-11-032-23/+20
* removed unused str.h included from reference.h on test libraryMarcelo Lira2009-11-011-2/+0
* added new test cases to check if a value-type object passed as reference toMarcelo Lira2009-10-302-2/+21
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-303-0/+186
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-273-0/+119
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-273-0/+122
* removed debug line from SimpleFile test classMarcelo Lira2009-10-231-1/+0
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-203-0/+140
* Use Py_RETURN_NONE for functions with null return.Renato Araujo Oliveira Filho2009-09-102-0/+5
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-103-0/+138
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-027-68/+68
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-2/+12
* Added missing LGPL copyright header to libsample/oddbool.hMarcelo Lira2009-09-012-1/+34
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-011-0/+47
* Added a python test to classes without default ctorHugo Lima2009-09-011-2/+8
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-0133-0/+1120
* Added an example of a class with a private destructor.Hugo Lima2009-09-011-0/+18
* added virtual method cases to NonDefaultCtor exampleMarcelo Lira2009-09-011-0/+10
* Added a corner case to broke Shiboken tests >:-)Hugo Lima2009-08-311-0/+28
* Added a common use case to break shiboken legs.Hugo Lima2009-08-281-0/+1
* Removed all warningsHugo Lima2009-08-281-0/+1
* updated sample library with VirtualMethods class which containsMarcelo Lira2009-08-273-0/+31
* updated sample library Reference class and unit tests with casesMarcelo Lira2009-08-272-0/+30
* commented debug messages from test libraryMarcelo Lira2009-08-255-38/+38
* added mapping example to test lib as well as unit testsMarcelo Lira2009-08-253-0/+70
* added unit tests for stl::pair and stl::list conversions on libsampleMarcelo Lira2009-08-242-0/+12
* The End Is the Beginning Is the EndMarcelo Lira2009-08-1728-0/+1519