aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Generator now writes code to support extended conversions.Marcelo Lira2010-03-021-1/+1
* Refactored and documented base Converters.Marcelo Lira2010-03-022-4/+4
* Adds unit test for implicit conversion defined by a conversion operator.Marcelo Lira2010-03-013-0/+59
* Shiboken generator now supports references to pointers as arguments.Marcelo Lira2010-02-261-0/+3
* Added test for use of ObjectCopier of a type declared in other module.Hugo Lima2010-02-261-0/+3
* Fix bug#142.Hugo Lima2010-02-244-0/+50
* Fixed support for innerclass.Renato Filho2010-02-241-0/+38
* Adding default value for enum/flag constructorLauro Neto2010-02-231-0/+5
* Add hash function for Str and proper unit test.Hugo Lima2010-02-234-1/+56
* The C++-like enum values are now registered inside the related enums.Marcelo Lira2010-02-231-0/+7
* Remove warning in injected code related to comparison between signed and unsi...Hugo Lima2010-02-221-1/+1
* Adds test for C++ 'const char*' argument receiving a Python None as a null po...Marcelo Lira2010-02-202-0/+52
* All enums are now extensible to match the C++ casting behaviour.Marcelo Lira2010-02-201-4/+11
* Added more tests for bugs found in overload resolution.Hugo Lima2010-02-193-1/+23
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding test for sequenceToIntArrayLauro Neto2010-02-194-0/+65
* other binding does not link against sample binding.Hugo Lima2010-02-182-3/+2
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-185-1/+10
* Adds test for cast operator for a class in a different module.Marcelo Lira2010-02-188-1/+159
* libother now uses its own library export macros instead of libsample ones.Marcelo Lira2010-02-182-2/+54
* Removed tests related to reference keeping from black list.Marcelo Lira2010-02-121-1/+1
* The tests for C++ class' fields and reference count will fail.Marcelo Lira2010-02-101-1/+1
* 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-107-0/+196
* Adds tests for classes with public member variables.Marcelo Lira2010-02-103-4/+133
* Implement support to conversion rule.Renato Filho2010-02-094-17/+26
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-093-1/+41
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-092-1/+4
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-084-0/+33
* Fixing sort overloadLauro Neto2010-02-083-0/+25
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-051-6/+3
* Fix Weakreference supportLauro Neto2010-02-041-2/+14
* Adding support for weakreferenceLauro Neto2010-02-031-0/+49
* Add workaround for hardware bug that causes failures on two "size" tests.Anderson Lizardo2010-02-031-2/+12
* Add missing PythonInterp checkAnderson Lizardo2010-02-031-0/+2
* Fix issue triggerd when an code injection on constructor tries to useHugo Lima2010-02-032-1/+50
* Fix crash when a virtual function with enum in they arguments is called from ...Hugo Lima2010-02-013-0/+20
* Create test for constructors with implicitly conversion and default args.Renato Filho2010-01-292-4/+10
* Add check of conversions errors on constructors.Hugo Lima2010-01-291-1/+5
* Add test for an impossible type discovery when the type has virtual functions.Hugo Lima2010-01-283-0/+52
* Adds support for void pointer conversions.Marcelo Lira2010-01-285-0/+110
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-2/+2
* Export converters when needed.Hugo Lima2010-01-261-2/+4
* Use qualified C++ names on variables inside richComparison functions.Hugo Lima2010-01-261-0/+1
* Do not use C++ qualified name to generate the number protocol struct.Hugo Lima2010-01-261-0/+1
* Write cptr macro for inner classes.Hugo Lima2010-01-263-0/+9
* writeMinimalConstructorCallArguments knowns about enums.Hugo Lima2010-01-263-0/+5
* Write the enum name based on enum module, not the current module being genera...Hugo Lima2010-01-261-2/+10
* Fix implicitconv_numerical testsHugo Lima2010-01-221-3/+3
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-224-1/+16