aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
Commit message (Expand)AuthorAgeFilesLines
* Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...Hugo Parente Lima2012-03-081-3/+3
* Port libsample typesystem and glue codes to Python 3.Hugo Parente Lima2012-03-081-34/+34
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-081-6/+0
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-081-0/+6
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-081-0/+43
* 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-081-0/+2
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-081-0/+6
* Implemented unit test for deprecated functions.Renato Filho2012-03-081-0/+1
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-081-1/+14
* 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-081-0/+2
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-081-0/+7
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-081-0/+5
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-081-0/+2
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-081-6/+21
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-081-1/+19
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-081-0/+104
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-081-31/+30
* Added test for removed pointer out argument.Marcelo Lira2012-03-081-0/+31
* 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-081-0/+2
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-081-0/+2
* 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-081-0/+4
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-0/+9
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-081-2/+11
* Created unit test for add function rich-compare function.Renato Filho2012-03-081-0/+38
* Test for bug 464 - "Can't create target lang package and namespace with the s...Hugo Parente Lima2012-03-081-0/+4
* Test for bug 291 - "Generator ignores inject code for rich comparison operato...Hugo Parente Lima2012-03-081-0/+7
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-10/+2
* Added tests for conversion operator that returns a constant reference type.Marcelo Lira2012-03-081-0/+10
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-081-0/+26
* Add tests for adding reverse operators.Hugo Parente Lima2012-03-081-0/+13
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-081-0/+68
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-081-0/+4
* Added test for bug 489.Marcelo Lira2012-03-081-0/+40
* Tests for reverse operatorsLauro Neto2012-03-081-0/+20
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-081-0/+1
* 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-081-6/+7
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-081-0/+8
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-081-0/+5
* Add support for operator overload injection.Hugo Parente Lima2012-03-081-1/+7
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-081-0/+2
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-081-0/+15
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-081-1/+8
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-0/+2