aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added an unit test that puts an attribute on a Shiboken generated class.Marcelo Lira2012-03-081-0/+47
* Added a new test binding called 'minimal'.Marcelo Lira2012-03-0812-5/+350
* Unit test for bug 851 - "Shiboken recognizes dereference operator overload as...Hugo Parente Lima2012-03-082-0/+13
* Merge branch 'casttoreference' into havegcflag-hellMarcelo Lira2012-03-085-0/+129
|\
| * Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-085-0/+129
* | Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-081-0/+70
|/
* Replaced "isUserType" test for the correct "hasCppWrapper" before method calls.Marcelo Lira2012-03-081-0/+12
* Fix bug 813 - "Can not override connect method when subclassing QObject"Hugo Parente Lima2012-03-081-0/+25
* Created test for bug #654.Renato Filho2012-03-081-1/+9
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-083-8/+94
* Return false when a overload wasn't found on __eq__ and true when an overload...Hugo Parente Lima2012-03-081-0/+1
* Add tests for adding reverse operators.Hugo Parente Lima2012-03-082-0/+22
* Fix bug 823 - "Shiboken doesn't support function call overloads"Hugo Parente Lima2012-03-082-0/+5
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-084-19/+148
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-082-0/+47
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-086-2/+139
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-082-1/+22
* Small refactor on Overload test.Marcelo Lira2012-03-081-21/+10
* Added test for bug 489.Marcelo Lira2012-03-083-0/+104
* Tests for reverse operatorsLauro Neto2012-03-087-0/+204
* Updated module reload test.Renato Filho2012-03-082-21/+7
* Created unittest for bug #704.Renato Filho2012-03-081-0/+61
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-083-2/+9
* Module reload test now considers .pyo files (in addition to .pyc ones).Marcelo Lira2012-03-081-1/+4
* Added test to certify that old-style classes will not be accepted as numbers ...Marcelo Lira2012-03-081-0/+76
* Added a test to numpy scalar type being accepted as Python scalar.Marcelo Lira2012-03-081-0/+30
* Fix string used in tp_name on inner types.Hugo Parente Lima2012-03-082-1/+6
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-083-1/+17
* Marked ObjectType and ObjectModel, from the sample test lib, as explicit.Marcelo Lira2012-03-082-2/+2
* Use action="set" instead of action="add" on reference-count tag.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-083-6/+26
* Test bindings project files modified to use key/value pair text files.Marcelo Lira2012-03-086-50/+39
* Test bindings now use project files instead of generator command line options.Marcelo Lira2012-03-084-19/+55
* Shiboken binary now responds to the "--version" argument.Marcelo Lira2012-03-082-2/+4
* Replaced tabs with spaces on cmake file.Marcelo Lira2012-03-081-5/+4
* Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...Marcelo Lira2012-03-082-2/+5
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-083-0/+17
* Created unit test for enum.__repr__ function.Renato Araujo Oliveira Filho2012-03-081-0/+10
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-082-2/+2
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-081-0/+33
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-083-4/+46
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-081-0/+14
* Added test for module reloading.Marcelo Lira2012-03-082-0/+52
* Added more test cases for protected attributes.Marcelo Lira2012-03-082-7/+51
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-081-1/+8
* Optimized setParent function.Renato Araujo Oliveira Filho2012-03-081-0/+10
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-085-0/+119
* Add test for invalid type returning from virtualsLauro Neto2012-03-081-0/+57
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-083-0/+21
* Use sleep function to give time to process breath.sb-1.0.0-beta3Renato Araujo Oliveira Filho2012-03-081-1/+10