aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-082-0/+100
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-084-101/+19
* Added a test for an user defined primitive type from a required module.Marcelo Lira2012-03-081-1/+1
* Added test for typedef of unsigned short.Marcelo Lira2012-03-082-0/+7
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-081-3/+15
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-081-4/+8
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-082-0/+10
* Implemented unit test for deprecated functions.Renato Filho2012-03-082-0/+50
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-082-1/+20
* Improved type system converter variable usage in the sample test binding.Marcelo Lira2012-03-081-105/+105
* Added tests for a class that its only constructor is the copy one.Marcelo Lira2012-03-084-0/+57
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-084-0/+86
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-082-0/+10
* Added an unit test to check if derived type destructors are freeing memory tw...Marcelo Lira2012-03-081-0/+49
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-084-0/+48
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-082-7/+27
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-082-1/+76
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-086-0/+306
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-082-37/+39
* Added test for removed pointer out argument.Marcelo Lira2012-03-083-2/+43
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-081-0/+6
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-081-6/+8
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-082-0/+46
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-083-0/+49
* Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.Marcelo Lira2012-03-081-1/+1
* Moved an enum tag on 'sample' test binding to a better position.Marcelo Lira2012-03-081-1/+1
* Fix samplebinding warnings suppresions.Hugo Parente Lima2012-03-081-1/+16
* Created unit test for bug #886.Renato Filho2012-03-082-0/+9
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-082-1/+26
* 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