aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+1
* Fix possible conflict with garbage collector.Robin Dunn2013-05-131-0/+17
* 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-031-0/+6
* 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-091-2/+1
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-081-1/+1
* Register type converters by name.Marcelo Lira2012-03-081-5/+5
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-081-6/+0
* New converters for C++ primitive types.Marcelo Lira2012-03-081-0/+2
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-081-26/+16
* Implemented PSEP 0106.Hugo Parente Lima2012-03-081-3/+98
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-081-13/+5
* Fixed object destruction.Renato Filho2012-03-081-1/+2
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.Hugo Parente Lima2012-03-081-4/+2
* Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...Hugo Parente Lima2012-03-081-14/+18
* Fixed invalidate function in objects with refereces to other objects.Renato Filho2012-03-081-0/+29
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-081-93/+3
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-081-3/+10
* Fixed cyclic dependency resolution.Renato Filho2012-03-081-16/+53
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-081-3/+93
* Check for NULL pointer on transferOwnership function.Renato Filho2012-03-081-1/+2
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-081-2/+32
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-081-0/+4
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-081-6/+6
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-1/+13
* Fix object wrapper deletion.Renato Filho2012-03-081-8/+9
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-081-10/+29
* optimized keepreference function.Renato Filho2012-03-081-16/+26
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-081-0/+16
* Generate code using the new pyside class DestroyListener.Renato Filho2012-03-081-2/+2
* Removed unused variables/functions.Hugo Parente Lima2012-03-081-12/+0
* Defined Shiboken.ObjectType tp_setattro to PyObject_GenericSetAttr.Marcelo Lira2012-03-081-1/+1
* Fixed keep reference funcion.Renato Filho2012-03-081-6/+8
* Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-081-8/+27
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-081-1/+10
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-081-2/+2
* Check for old-style bases before calling tp_newsb-1.0.1Lauro Neto2012-03-081-10/+22
* Do nothing when trying to make an valid object valid twice.Hugo Parente Lima2012-03-081-1/+1
* Updated module reload test.Renato Filho2012-03-081-3/+8
* Fixed parentInfo cleanup.Renato Filho2012-03-081-3/+6
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-081-1/+2
* Check for class initialization on function Object.isValid.Renato Filho2012-03-081-16/+43