aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
Commit message (Expand)AuthorAgeFilesLines
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+2
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-1/+1
* Adds protected enum test cases.Marcelo Lira2010-06-011-0/+5
* Added tests for user added functions declared inside namespaces.Hugo Parente Lima2010-04-301-0/+5
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-231-0/+1
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-211-0/+1
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-221-1/+2
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-221-0/+1
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-221-1/+4
* | Add declaration of global functions on sample typesystem.Hugo Parente Lima2010-04-221-3/+24
|/
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Adds test case for libsample's Size class copy constructor.Marcelo Lira2010-03-261-6/+6
* Adds tests to type system modifications regarding reference to pointer type.Marcelo Lira2010-03-221-0/+44
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-191-1/+17
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-191-1/+1
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-041-1/+2
|\
| * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-021-1/+2
* | Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-021-0/+1
|/
* Add hash function for Str and proper unit test.Hugo Lima2010-02-231-1/+1
* Remove warning in injected code related to comparison between signed and unsi...Hugo Lima2010-02-221-1/+1
* Added more tests for bugs found in overload resolution.Hugo Lima2010-02-191-1/+10
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding test for sequenceToIntArrayLauro Neto2010-02-191-0/+30
* Adds 'reference-count' tag to ObjectView::setModel from test bindings.Marcelo Lira2010-02-101-1/+7
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-101-0/+2
* Implement support to conversion rule.Renato Filho2010-02-091-14/+23
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-091-1/+19
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-091-0/+3
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-081-0/+17
* Fixing sort overloadLauro Neto2010-02-081-0/+6
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-051-6/+3
* Fix issue triggerd when an code injection on constructor tries to useHugo Lima2010-02-031-1/+10
* Adds support for void pointer conversions.Marcelo Lira2010-01-281-0/+2
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-2/+2
* Write cptr macro for inner classes.Hugo Lima2010-01-261-0/+1
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-221-0/+1
* Expanded thread locking tests with two more cases.Marcelo Lira2010-01-181-0/+1
* Adds CppGenerator::writeCppSelfDefinition method.Marcelo Lira2010-01-151-1/+1
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-151-0/+4
* Wrapped virtual methods now locking the GIL in the right places.Marcelo Lira2010-01-151-2/+0
* ProtectedVirtualDestructor must be object-type instead of value-type, because...Hugo Lima2010-01-151-2/+2
* Changed prefix of local generated C functions to avoid name clash with bindin...Hugo Lima2010-01-141-1/+1
* Adds test for modified function using type system template.Marcelo Lira2009-12-291-0/+21
* New unit test for added function with varargs parameter.Marcelo Lira2009-12-181-0/+6
* Tests for numerical implicit conversions and fixesLauro Neto2009-12-161-0/+1
* New test adding a function to the module.Marcelo Lira2009-12-161-0/+8
* Fixed inconsistency on type system variables and added a new one.Marcelo Lira2009-12-081-36/+36
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-3/+3
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-071-1/+22
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-021-0/+16