aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added unit test for virtual destructor.Marcelo Lira2009-11-245-0/+65
* 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-232-9/+0
* Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-235-2/+300
* Added a great deal of test cases for argument removal and modification.Marcelo Lira2009-11-233-0/+255
* Added test case for method overloads with different return types.Marcelo Lira2009-11-202-0/+13
* 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-183-9/+40
* Added features to manage basic ownership transference between C++Marcelo Lira2009-11-185-48/+94
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-185-4/+53
* Added the %PYTHONTYPEOBJECT type system variable, which is replacedMarcelo Lira2009-11-171-1/+1
* Added tests for various inject-code use cases.Hugo Lima2009-11-164-19/+218
* fixed how the generator deals with code injection for classes and methods;Marcelo Lira2009-11-132-11/+9
* added initial work for more complete code injection testsMarcelo Lira2009-11-136-0/+124
* 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-103-2/+12
* Adding external operator to Collector (stream)Lauro Neto2009-11-105-2/+34
* Added support for reverse operators.Hugo Lima2009-11-101-1/+6
* 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-097-0/+137
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-068-0/+318
* removed extensible enum tests since they do not make senseMarcelo Lira2009-11-052-14/+6
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-045-34/+78
* Add initial support for python sequence protocol.Hugo Lima2009-11-032-0/+63
* updated Point tests with cases for returning Point pointer,Marcelo Lira2009-11-033-2/+40
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-0314-10/+274
* minor changes to Point class from the test library: using moreMarcelo Lira2009-11-032-23/+20
* splited multiple derived cast test into two: one testing a converisionMarcelo Lira2009-11-031-4/+5
* libsample's Point.__str__ now shows float point values;Marcelo Lira2009-11-032-4/+11
* 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-303-2/+48
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-307-10/+263
* fixed the collector_test.pyMarcelo Lira2009-10-301-1/+1
* Revert "changed the way value-type references are converted: instead of"Marcelo Lira2009-10-301-1/+1
* changed the way value-type references are converted: instead ofMarcelo Lira2009-10-281-1/+1
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-278-5/+181
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-277-0/+193
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-275-0/+23
* changed the way that added special methods ("__str__", "__repr__") areMarcelo Lira2009-10-231-0/+6
* added test for definition of __str__ method on type systemMarcelo Lira2009-10-232-1/+51
* removed debug line from SimpleFile test classMarcelo Lira2009-10-231-1/+0
* renamed template variable %SELF to %PYSELF and %CPPOBJ to %CPPSELFMarcelo Lira2009-10-232-5/+5
* Use template variables for inject codeHugo Lima2009-10-231-3/+3
* added two new variables for the type system template system:Marcelo Lira2009-10-211-1/+1
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-208-0/+239
* expanded the unit tests for multiple inheritanceMarcelo Lira2009-09-181-3/+8
* Removed useless ValueHolder template.Hugo Lima2009-09-156-25/+22
* Use Py_RETURN_NONE for functions with null return.Renato Araujo Oliveira Filho2009-09-103-0/+46
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-107-0/+199