aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixes Converter<void*>::toPython method.Marcelo Lira2010-03-231-0/+6
* Adds tests to type system modifications regarding reference to pointer type.Marcelo Lira2010-03-224-0/+153
* Adding greedy method to CollectorLauro Neto2010-03-224-2/+28
* Adding OtherObjectType to libotherLauro Neto2010-03-227-0/+148
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-193-1/+28
* Added a unit test to check the object-type hashability.Hugo Lima2010-03-191-1/+7
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-193-1/+8
* Write enum checks before int, long and bool checks.Hugo Lima2010-03-181-2/+5
* Renamed templates used for conversions of containers.Hugo Lima2010-03-183-3/+3
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-182-6/+15
* Added test for conversion of lists with invalid contents.Hugo Lima2010-03-181-0/+5
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-176-0/+27
* fixed a typo in the test class nameMatti Airas2010-03-171-2/+2
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-046-2/+23
|\
| * Merge remote branch 'hugopl/typediscovery2'Hugo Lima2010-03-036-2/+23
| |\
| | * Turn Number::m_value private to not cause problem when compiling with "avoid ...Hugo Lima2010-03-021-1/+1
| | * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-023-1/+8
| | * Add test for bug on the current type discovery algorithm.Hugo Lima2010-03-023-0/+14
* | | Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-029-0/+180
* | | 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