aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-082-3/+21
* Created unit test for add function rich-compare function.Renato Filho2012-03-082-0/+49
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-083-0/+7
* Test for bug 291 - "Generator ignores inject code for rich comparison operato...Hugo Parente Lima2012-03-081-0/+7
* Updated necessary unit tests to handle with exceptions.Renato Filho2012-03-082-2/+8
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-10/+2
* Added an unit test that puts an attribute on a Shiboken generated class.Marcelo Lira2012-03-081-0/+47
* Unit test for bug 851 - "Shiboken recognizes dereference operator overload as...Hugo Parente Lima2012-03-081-0/+10
* Merge branch 'casttoreference' into havegcflag-hellMarcelo Lira2012-03-084-0/+63
|\
| * Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-084-0/+63
* | 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-082-8/+86
* 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-081-0/+3
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-082-18/+119
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-081-0/+30
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-084-1/+43
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-081-1/+14
* Small refactor on Overload test.Marcelo Lira2012-03-081-21/+10
* Added test for bug 489.Marcelo Lira2012-03-082-0/+98
* Tests for reverse operatorsLauro Neto2012-03-084-0/+43
* 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-081-1/+1
* 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-082-1/+11
* 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-082-6/+8
* Test bindings project files modified to use key/value pair text files.Marcelo Lira2012-03-083-24/+18
* Test bindings now use project files instead of generator command line options.Marcelo Lira2012-03-082-10/+26
* Shiboken binary now responds to the "--version" argument.Marcelo Lira2012-03-081-1/+2
* Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...Marcelo Lira2012-03-081-1/+3
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-082-0/+12
* 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-081-1/+1
* 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-082-1/+39
* 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-081-6/+38
* 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-084-0/+67