aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test after changes to SequenceToArgcArgvLauro Neto2012-03-081-1/+1
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-083-0/+94
* Avoid compiler warning about unhandled constant in switch block.Hugo Parente Lima2012-03-081-0/+3
* Fix typoHugo Parente Lima2012-03-081-1/+1
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-0/+62
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-085-5/+97
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-083-0/+186
* Test case for proper generation of constructor altered by conversion-rule tag.Marcelo Lira2012-03-081-0/+38
* Fix compilation errors on Windows.Hugo Parente Lima2012-03-081-5/+4
* Fix injectcode test to work with the newer version of sequencetoArgcArgv.Hugo Parente Lima2012-03-081-1/+1
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-081-0/+2
* Write copy constructor for Object types when there is one.Hugo Parente Lima2012-03-081-0/+2
* Ignore namespace crash on windows.renatofilho2012-03-081-0/+2
* Created test for abstract function with not exported type as agument.renatofilho2012-03-083-0/+10
* Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-082-0/+14
* Fixed namespace lookup during the class generation.renatofilho2012-03-081-0/+3
* Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-085-0/+211
* Created unit test for unknown class holder.renatofilho2012-03-081-0/+55
* Unit test to target conversion.renatofilho2012-03-081-0/+44
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-081-1/+9
* Created unit test to unsafe parent (parent created from c++)renatofilho2012-03-082-0/+19
* Added tests for anonymous global and class bound enums.Marcelo Lira2012-03-081-0/+14
* Fix OverloadData::isSingleArgumentLauro Neto2012-03-081-0/+3
* Fix bug#339 - "RuntimeError when accessing mousepress event object"Hugo Parente Lima2012-03-082-1/+9