aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentation for type converters.Marcelo Lira2012-03-082-0/+33
| | | | | | | Expanded the Complex type conversion unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Paulo Alcantara <pcacjr@gmail.com>
* 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 ↵Marcelo Lira2012-03-0813-237/+11
| | | | Converters.
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* 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 ↵Marcelo Lira2012-03-082-5/+126
| | | | | | | given string. Also added code to register a couple of type conversions by name, a bunch of related tests, and some fixes to the converter functions.
* Register enum converters by name.Marcelo Lira2012-03-081-0/+8
| | | | Also added unit tests.
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-082-0/+62
| | | | Comes with unit tests.
* Container types now register their converters by name.Marcelo Lira2012-03-081-0/+12
| | | | | Added unit tests that query for the container types using their C++ signatures.
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-082-0/+78
| | | | Added unit tests that query for the Python types using their names.
* Fixed generation for enum arguments with default values when avoiding the ↵Marcelo Lira2012-03-084-1/+13
| | | | | | protected hack. Also added an unit test.
* 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
| | | | | Fixes provided by Hugo Parente Lima. Unit test added.
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-084-1/+66
| | | | Also added a couple of related unit tests.
* 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
| | | | This is only a compilation test, no Python test was provided.
* 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
| | | | Win32 fix for zero length type converter array.
* 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
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Paulo Alcantra <pcacjr@gmail.com>
* Fix bug 1033 - "QDialog.DialogCode instances and return value from ↵Hugo Parente Lima2012-03-081-2/+2
| | | | QDialog.exec_ hash to different values"
* Fix regression with enums.Lauro Neto2012-03-081-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org>
* 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
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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
| | | | | This file is necessary due some problem with syntax generated by 'file' named argument.
* 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 ↵Hugo Parente Lima2012-03-081-3/+3
| | | | for Py3k port.
* 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 ↵Hugo Parente Lima2012-03-085-89/+6
| | | | | | | | functionality through a Python module"." This reverts commit bc8448d7fb91733ff08c2a6a3a878702c14a24e0. The PSEP didn't reach the final version yet, so this commit can't be released.
* Created unit test for cyclic dependency.Renato Filho2012-03-081-0/+104
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>