aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-183-38/+74
* Fixed C string toPython converter to return Py_None when a NULL pointerMarcelo Lira2009-11-181-7/+20
* Added features to manage basic ownership transference between C++Marcelo Lira2009-11-183-0/+85
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-183-2/+28
* 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-162-1/+158
* 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-133-0/+3
* Adding signed int/long/char to primitiveType dictLauro Neto2009-11-101-0/+2
* Adding external operator to Collector (stream)Lauro Neto2009-11-103-2/+14
* Added support for reverse operators.Hugo Lima2009-11-101-1/+6
* Adding test case for add-function with const char*Lauro Neto2009-11-094-0/+55
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-064-0/+121
* 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-043-16/+41
* 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-031-0/+26
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-036-5/+84
* 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
* added new test cases to check if a value-type object passed as reference toMarcelo Lira2009-10-301-0/+27
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-304-10/+77
* 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-275-5/+62
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-274-0/+71
* 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
* 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-205-0/+99
* 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-101-0/+41
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-104-0/+61
* Implement oddBool unit test.Luciano Wolf2009-09-091-0/+63
* Fix LGPL license plates to libsample unit tests, so the tests can be executed...Hugo Lima2009-09-0816-416/+384
* Fix libsamplebinding generator, due to recent changes in boostpythongenerator.Hugo Lima2009-09-081-1/+1
* added LGPL license plates to libsample unit testsMarcelo Lira2009-09-0316-0/+415
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-025-55/+54
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-0/+55
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-014-8/+35
* Added a python test to classes without default ctorHugo Lima2009-09-011-0/+39
* Added an example of a class with a private destructor.Hugo Lima2009-09-013-0/+3
* Added a corner case to broke Shiboken tests >:-)Hugo Lima2009-08-313-1/+3
* added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-281-1/+1
* Shiboken ported to the new generator/apiextractor architeture.Hugo Lima2009-08-271-1/+3