aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation for type converters.Marcelo Lira2012-03-082-0/+33
* Added a generation/compilation test for container types.Marcelo Lira2012-03-081-1/+4
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2012-03-081-0/+6
* Added a compilation test for containers of object types used as values.Marcelo Lira2012-03-081-0/+3
* Removed commented section of test file.Marcelo Lira2012-03-081-11/+1
* Removed the last pieces of code generation that uses the old template Convert...Marcelo Lira2012-03-0813-237/+11
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
* Remove occurrences of Shiboken::makeTuple from test bindings.Marcelo Lira2012-03-081-6/+14
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-082-5/+126
* Register enum converters by name.Marcelo Lira2012-03-081-0/+8
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-082-0/+62
* Container types now register their converters by name.Marcelo Lira2012-03-081-0/+12
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-082-0/+78
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-084-1/+13
* Added the API exporting macro to the protected test classes.Marcelo Lira2012-03-081-6/+6
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-083-22/+78
* Fix crash in PySequence converters.Hugo Parente Lima2012-03-082-6/+9
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-082-2/+10
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-084-1/+66
* Updated custom code for ByteArray's read/write buffer protocol.Marcelo Lira2012-03-081-1/+1
* Modifies HANDLE test to fix win32 linking problem.Marcelo Lira2012-03-083-12/+39
* Fixed code generation for functions arguments that use object types as values.Marcelo Lira2012-03-081-0/+1
* Added unit test for bug 969.Hugo Parente Lima2012-03-085-0/+55
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-084-2/+54
* Fixes win32 symbol exporting for instantiated template classes.Marcelo Lira2012-03-081-3/+8
* Shiboken exits with error for not handled pointers to primitive types.Marcelo Lira2012-03-083-0/+51
* Added test for implicit conversion with primitive type.Marcelo Lira2012-03-082-3/+8
* Added test for instantiated container type used as primitive-type.Marcelo Lira2012-03-084-1/+109
* New conversions for containers.Marcelo Lira2012-03-0811-24/+205
* New converters for user added primitive types.Marcelo Lira2012-03-083-10/+84
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-082-6/+70
* Added an enum test to libminimal.Marcelo Lira2012-03-083-1/+10
* Fix Windows build of shiboken module.Hugo Parente Lima2012-03-081-0/+2
* Implemented PSEP 0106.Hugo Parente Lima2012-03-085-6/+94
* Fix bug 1033 - "QDialog.DialogCode instances and return value from QDialog.ex...Hugo Parente Lima2012-03-081-2/+2
* 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