aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests to work with python3.x and python2.xRenato Filho2012-03-081-1/+1
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-082-7/+0
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-082-0/+7
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-082-0/+18
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-082-1/+4
* Added test for typedef of unsigned short.Marcelo Lira2012-03-081-0/+2
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-081-0/+2
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-081-0/+6
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-081-0/+4
* Implemented unit test for deprecated functions.Renato Filho2012-03-081-0/+3
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-082-3/+31
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-083-0/+105
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-083-0/+103
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-082-0/+10
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-083-0/+92
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-082-0/+10
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-082-3/+18
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-083-0/+292
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-082-0/+10
* Added compilation test for value type argument in a lshift operator.Marcelo Lira2012-03-081-0/+1
* Added test for removed pointer out argument.Marcelo Lira2012-03-084-3/+29
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-081-1/+2
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-082-1/+15
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-081-0/+12
* Created unit test for bug #886.Renato Filho2012-03-081-0/+12
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-0/+14
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-081-0/+3
* Removed warning about possible use of uninitialized variable.Hugo Parente Lima2012-03-081-0/+1
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-083-0/+76
* Unit test for bug 851 - "Shiboken recognizes dereference operator overload as...Hugo Parente Lima2012-03-081-0/+3
* Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-081-0/+66
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-081-0/+8
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-081-0/+2
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-082-1/+29
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-081-0/+17
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-082-1/+96
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-081-0/+8
* Added test for bug 489.Marcelo Lira2012-03-081-0/+6
* Tests for reverse operatorsLauro Neto2012-03-083-0/+161
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-081-0/+6
* Marked ObjectType and ObjectModel, from the sample test lib, as explicit.Marcelo Lira2012-03-082-2/+2
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-081-0/+18
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-081-0/+5
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-081-3/+7
* Added more test cases for protected attributes.Marcelo Lira2012-03-081-1/+13
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-081-0/+52
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-082-0/+7
* Use sleep function to give time to process breath.sb-1.0.0-beta3Renato Araujo Oliveira Filho2012-03-081-1/+10
* Added test case for Bug #572.Marcelo Lira2012-03-081-0/+2
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2012-03-082-6/+24