aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix regression with enums.Lauro Neto2012-03-081-0/+6
* Fixed regression that made enums not hashable.Hugo Parente Lima2012-03-081-0/+3
* Removes printfs and fixes str test.Marcelo Lira2012-03-081-10/+2
* Removed invalid test.Renato Filho2012-03-082-57/+1
* Updated str test to work with both python 2.x and 3.xRenato Filho2012-03-081-4/+4
* Fixed tests to work with python3.x and python2.xRenato Filho2012-03-0824-67/+151
* created py3k file to make tests compatible with python3.x and python2.xRenato Filho2012-03-081-0/+2
* Updated enum_test for support py3k.Renato Filho2012-03-081-4/+10
* Update string usage to new Shiboken::String API.Renato Filho2012-03-082-34/+57
* Fixed duck punch unti test to work with Python3.Hugo Parente Lima2012-03-081-5/+11
* Added py3kcompat.py to test suite to make tests pass on Python3.x and 2.x.Hugo Parente Lima2012-03-082-2/+43
* 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-084-38/+49
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-085-89/+6
* Created unit test for cyclic dependency.Renato Filho2012-03-081-0/+104
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-085-6/+89
* Fixed generator to consider conversion rules for the return type of wrapper m...Marcelo Lira2012-03-084-0/+118
* Added a test case for a bit-field structure member.Marcelo Lira2012-03-086-9/+26
* Added a test for an user defined primitive type from a required module.Marcelo Lira2012-03-085-2/+64
* Added test for typedef of unsigned short.Marcelo Lira2012-03-083-0/+9
* Added test for user defined primitive type used as public class field.Marcelo Lira2012-03-082-3/+17
* Added test for implicit conversion with user's primitive type.Marcelo Lira2012-03-082-4/+14
* Added a method modification test dealing with code injection and user's primi...Marcelo Lira2012-03-083-0/+14
* Implemented unit test for deprecated functions.Renato Filho2012-03-083-0/+53
* Improved the generation of argument conversion in modified functions.Marcelo Lira2012-03-084-4/+51
* 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-087-0/+162
* Added tests for classes that are typedefs that implement a template class.Marcelo Lira2012-03-087-0/+189
* The type checking now pays attention to the <no-null-pointer/> tag.Marcelo Lira2012-03-084-0/+20
* Added an unit test to check if derived type destructors are freeing memory tw...Marcelo Lira2012-03-081-0/+49
* Test's names now have their module as prefix.Marcelo Lira2012-03-081-6/+7
* Added a test dealing with a reference to an Object Type passed to Python.Marcelo Lira2012-03-087-0/+140
* Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...Marcelo Lira2012-03-084-7/+37
* Included tests for added function signatures very similar to already existing...Marcelo Lira2012-03-084-4/+94
* Added tests for custom conversion and buffer protocol.Marcelo Lira2012-03-0810-1/+601
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-084-37/+49
* Added compilation test for value type argument in a lshift operator.Marcelo Lira2012-03-081-0/+1
* Added test for removed pointer out argument.Marcelo Lira2012-03-087-5/+72
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-082-1/+8
* 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-084-1/+61
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-084-0/+61
* Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.Marcelo Lira2012-03-082-2/+2
* Moved an enum tag on 'sample' test binding to a better position.Marcelo Lira2012-03-081-1/+1
* Added a build option to compile and run only the minimal set of tests.Marcelo Lira2012-03-081-7/+15
* Improved minimal binding test passing a None value where an object type point...Marcelo Lira2012-03-081-0/+5
* Fix samplebinding warnings suppresions.Hugo Parente Lima2012-03-081-1/+16
* Created unit test for bug #886.Renato Filho2012-03-083-0/+21
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-083-1/+40
* Fixed injected code processing to avoid infinite recursion in virtual method ...Marcelo Lira2012-03-083-3/+24