aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-021-0/+1
* 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-011-6/+25
* Fixed inverted parentship semantics.Marcelo Lira2009-12-011-4/+7
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-011-1/+1
* Implement 'child return' examples and support.Luciano Wolf2009-11-301-0/+30
* Added tests for something like QLayout.Hugo Lima2009-11-301-0/+11
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-301-5/+0
* Use map instead of list inside BlackBox class.Luciano Wolf2009-11-271-2/+2
* Add parent tags for ObjectType class.Hugo Lima2009-11-271-0/+10
* Test ownership transfer from Python to C++Luciano Wolf2009-11-271-0/+5
* Renaming -> KinderGarten to BlackBoxLuciano Wolf2009-11-271-3/+13
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-261-2/+16
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-3/+12
|\
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-181-3/+12
* | Add overload dependency on PyObjectLauro Neto2009-11-251-1/+7
* | Adding test case for sorting overload dataLauro Neto2009-11-251-0/+4
* | Added an PyObject* specialization to the Conversion template toMarcelo Lira2009-11-241-0/+17
* | Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-241-1/+47
* | Added unit test for virtual destructor.Marcelo Lira2009-11-241-0/+2
* | Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-231-2/+49
* | Added a great deal of test cases for argument removal and modification.Marcelo Lira2009-11-231-0/+134
* | Updated the type system description of the sample binding to use theMarcelo Lira2009-11-191-6/+5
|/
* Added features to manage basic ownership transference between C++Marcelo Lira2009-11-181-0/+13
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-181-1/+7
* 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-161-1/+93
* fixed how the generator deals with code injection for classes and methods;Marcelo Lira2009-11-131-8/+8
* added initial work for more complete code injection testsMarcelo Lira2009-11-131-0/+1
* Adding signed int/long/char to primitiveType dictLauro Neto2009-11-101-0/+2
* Adding external operator to Collector (stream)Lauro Neto2009-11-101-1/+3
* Adding test case for add-function with const char*Lauro Neto2009-11-091-0/+8
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-061-0/+2
* removed extensible enum tests since they do not make senseMarcelo Lira2009-11-051-1/+1
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-041-1/+1
* Add initial support for python sequence protocol.Hugo Lima2009-11-031-0/+30
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-0/+2
* libsample's Point.__str__ now shows float point values;Marcelo Lira2009-11-031-3/+10
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-301-0/+8
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-271-0/+1
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-271-0/+3
* 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-231-1/+7
* renamed template variable %SELF to %PYSELF and %CPPOBJ to %CPPSELFMarcelo Lira2009-10-231-3/+3
* Use template variables for inject codeHugo Lima2009-10-231-3/+3
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-201-0/+11
* Removed useless ValueHolder template.Hugo Lima2009-09-151-10/+7
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-101-0/+4
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-11/+11
* Changed generator to convert the method call results on wrapped methodsMarcelo Lira2009-09-011-8/+20