aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Replace google-dense maps by std::unordered_mapFriedemann Kleint2017-04-216-42/+13
* libshiboken: Take const SbkConverter/SbkObjectType * where appropriateFriedemann Kleint2017-03-284-53/+60
* Improve the 'Value' type wrapper registrationPankaj Pandey2017-03-173-11/+88
* Remove memory leak in shibokenChristian Tismer2017-02-231-1/+2
* libshiboken: Remove some C-style castsFriedemann Kleint2017-01-179-64/+70
* libshiboken: Fix warning about using deprecated std::auto_ptrFriedemann Kleint2017-01-121-3/+3
* libshiboken: Header cleanupFriedemann Kleint2017-01-064-6/+11
* Add additional numeric overflow checksAlexandru Croitor2016-12-221-39/+98
* libshiboken: Output a warning when integer overflows occurFriedemann Kleint2016-12-161-9/+38
* Use Python 3 API when converting unsigned long longFriedemann Kleint2016-12-152-0/+16
* libshiboken/basewrapper.cpp: Add more field initializersFriedemann Kleint2016-12-021-2/+6
* basewrapper.cpp: Fix definition of SbkObjectGetSetListFriedemann Kleint2016-12-021-3/+4
* libshiboken: Fix new []/delete mismatchFriedemann Kleint2016-12-021-1/+1
* Fix some integer conversion warnings from MSVC 64bitFriedemann Kleint2016-11-234-11/+11
* Fix warnings about missing field initializersFriedemann Kleint2016-11-111-3/+5
* Fix warnings about unused variablesFriedemann Kleint2016-11-104-11/+11
* Updated license headers of the libshiboken runtime libraryFriedemann Kleint2016-09-2336-756/+1368
* sbkconverter.cpp: Output warnings when conversion functions are missingFriedemann Kleint2016-09-071-0/+16
* Bundle of fixes and additions to CMakeThomas-Karl Pietrowski2016-01-161-1/+1
* huge change on project layout.Christian Tismer2015-09-211-5/+5
* remove a name clash with bool, after QBool was replaced by bool in Qt5Christian Tismer2015-07-032-3/+4
* adjust certain headers from 'class' to 'struct' and remove hundreds of annoyi...Christian Tismer2015-06-271-2/+2
* 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.dump1.1.2Nathan 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 running1.1.1Jason 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