aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Return None for .name of enum if no name for value.John Ehresman2013-07-121-2/+7
* Decref reference to type objectJohn Ehresman2013-06-241-19/+19
* Fix segfault when using shiboken.deleteJohn Ehresman2013-06-241-1/+11
* Fix bug introduced when recursive_invalidate was added.John Cummings2013-06-241-5/+14
* Prevent infinite recursion in invalidateJohn Ehresman2013-06-131-5/+15
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-2836-36/+36
* Fix possible conflict with garbage collector.Robin Dunn2013-05-131-0/+17
* Fix possible crash at exit.Robin Dunn2013-05-081-3/+5
* Fix handling of unsigned long long and provide unittests.Sébastien Sablé2013-03-142-2/+24
* Optionally assert on free'd pointer with a valid wrapper.John Ehresman2012-12-174-1/+230
* PYSIDE-83 Fix segfault calling shiboken.dumpNathan Smith2012-07-041-9/+14
* Fix and test case for bug PYSIDE-72.Nathan Smith2012-07-041-1/+1
* Set a default hash function for all ObjectTypes.Hugo Parente Lima2012-05-032-0/+11
* Don't clear weakrefs if Python interpreter isn't runningJason McCampbell (Enthought, Inc)2012-04-191-2/+7
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-092-3/+3
* Fix BUG #1097 - "QtGui.QShortcut.setKey requires QKeySequence"Paulo Alcantara2012-03-081-15/+16
* Fixed/refactored Shiboken::warning function.Marcelo Lira2012-03-082-9/+8
* Fixed CMake configuration of sbkversion.h header.Marcelo Lira2012-03-081-1/+2
* 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-082-12/+84
* Added a "to Python" converter function that gets a SbkConverter object.Marcelo Lira2012-03-082-3/+9
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-082-6/+40
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-086-5/+23
* Register type converters by name.Marcelo Lira2012-03-083-6/+27
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-085-20/+41
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-082-3/+6
* New converters for C++ enum and qflags types.Marcelo Lira2012-03-082-0/+18
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-083-10/+3
* 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
* Fixed Python 2.5 compatibility header for PyLong_FromSize_t and PyLong_AsSsiz...Marcelo Lira2012-03-081-0/+3
* SbkConverter's copyToPython function now returns Python None for C++ NULL poi...Marcelo Lira2012-03-081-0/+2
* New conversions for containers.Marcelo Lira2012-03-084-0/+514
* Converter can be registered and retrieved for string representations of types.Marcelo Lira2012-03-082-1/+48
* New converters for C++ primitive types.Marcelo Lira2012-03-084-2/+443
* New converters for user added primitive types.Marcelo Lira2012-03-084-4/+70
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-088-37/+544
* Implemented PSEP 0106.Hugo Parente Lima2012-03-085-5/+175
* Fix BUG #1057sb-1.0.10Paulo Alcantara2012-03-081-3/+4
* basewrapper: cleanupsPaulo Alcantara2012-03-081-13/+12
* Fix bug 1033 - "QDialog.DialogCode instances and return value from QDialog.ex...Hugo Parente Lima2012-03-081-1/+4
* Fix bug 1013 - "connect to QSqlTableModel.primeInsert() causes crash"Hugo Parente Lima2012-03-081-0/+18
* Fix bug 1010 - "Shiboken Cygwin patch."Yaakov2012-03-081-1/+1
* Fix regression with enums.Lauro Neto2012-03-081-26/+22
* Fix ABI break and link error on MS Windows.sb-1.0.8Hugo Parente Lima2012-03-082-4/+4
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-082-13/+13
* Add constructor overload AutoDecRef(SbkObject*).Hugo Parente Lima2012-03-081-0/+6
* Fixed code style on sbkenum.cppHugo Parente Lima2012-03-081-9/+4