aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 1.1.0.sb-1.1.0Marcelo Lira2012-03-081-4/+4
* Updated documentation for type converters.Marcelo Lira2012-03-085-1/+325
* 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-082-0/+8
* Improved error message for %CONVERT... macros replacement.Marcelo Lira2012-03-081-1/+2
* Added a compilation test for containers of object types used as values.Marcelo Lira2012-03-081-0/+3
* Fix BUG #1097 - "QtGui.QShortcut.setKey requires QKeySequence"Paulo Alcantara2012-03-081-15/+16
* Simplified the conversions of the arguments in a QFlags binary operation.Marcelo Lira2012-03-081-2/+7
* Register the correct names for QFlags.Marcelo Lira2012-03-081-1/+4
* nb_long and nb_nonzero functions for QFlags now use C's int instead of long.Marcelo Lira2012-03-081-2/+2
* Cast enums to int, not long.Hugo Parente Lima2012-03-081-1/+1
* Fixed/refactored Shiboken::warning function.Marcelo Lira2012-03-082-9/+8
* 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-0817-511/+121
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
* Fixed CMake configuration of sbkversion.h header.Marcelo Lira2012-03-081-1/+2
* Fixed dynamic building of AbstractMetaTypes.Marcelo Lira2012-03-082-6/+10
* Removed type resolver related generator functions.Marcelo Lira2012-03-082-35/+1
* Remove occurrences of Shiboken::makeTuple from test bindings.Marcelo Lira2012-03-081-6/+14
* Removed useless register type writer function for enums.Marcelo Lira2012-03-082-18/+0
* Added a convenience method to check if a converter belongs to a wrapper type.Marcelo Lira2012-03-082-0/+8
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-086-29/+243
* Added a "to Python" converter function that gets a SbkConverter object.Marcelo Lira2012-03-082-3/+9
* Register enum converters by name.Marcelo Lira2012-03-082-0/+10
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-083-7/+41
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-088-5/+85
* Container types now register their converters by name.Marcelo Lira2012-03-082-1/+15
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-083-2/+88
* Register type converters by name.Marcelo Lira2012-03-084-12/+49
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-085-22/+45
* 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-089-43/+120
* Fix crash in PySequence converters.Hugo Parente Lima2012-03-082-6/+9
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-084-5/+16
* New converters for C++ enum and qflags types.Marcelo Lira2012-03-086-338/+266
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-085-6/+90
* Updated custom code for ByteArray's read/write buffer protocol.Marcelo Lira2012-03-081-1/+1
* Accept inject code as a way to deal with primitive type pointers.Hugo Parente Lima2012-03-081-7/+8
* Modifies HANDLE test to fix win32 linking problem.Marcelo Lira2012-03-083-12/+39
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-084-11/+4
* Fixed code generation for functions arguments that use object types as values.Marcelo Lira2012-03-082-0/+2
* Created convenience method to tell if an object type is used as value.Marcelo Lira2012-03-083-6/+14
* Fixed code generation for functions returning object types as values.Marcelo Lira2012-03-081-2/+15
* Added unit test for bug 969.Hugo Parente Lima2012-03-085-0/+55
* Stores C++ enum type names on enum types itself instead of yet another hash.Hugo Parente Lima2012-03-081-18/+12
* Don't call PyTypeReady on QFlags types in createEnum function, this is done w...Hugo Parente Lima2012-03-081-4/+1
* Updates creation of QFlags types at runtime.Hugo Parente Lima2012-03-085-56/+12
* Shiboken's enums now have converters.Marcelo Lira2012-03-083-6/+79
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-084-2/+54
* Fixed Python 2.5 compatibility header for PyLong_FromSize_t and PyLong_AsSsiz...Marcelo Lira2012-03-081-0/+3