aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-091-1/+2
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-081-0/+2
* Updates creation of QFlags types at runtime.Hugo Parente Lima2012-03-081-1/+1
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-081-4/+2
* Implemented PSEP 0106.Hugo Parente Lima2012-03-081-1/+12
* basewrapper: cleanupsPaulo Alcantara2012-03-081-13/+12
* Don't delete parentInfo when it seens to be useless to avoid crash on garbage...Hugo Parente Lima2012-03-081-0/+8
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-081-1/+1
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-081-12/+1
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-081-1/+1
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-081-1/+12
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-081-3/+3
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-081-2/+4
* optimized keepreference function.Renato Filho2012-03-081-1/+1
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-081-0/+8
* Check for class initialization on function Object.isValid.Renato Filho2012-03-081-0/+2
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Add subtype init hook.Hugo Parente Lima2012-03-081-0/+1
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-1/+0
* Renamed some more internal objects and functions.Hugo Parente Lima2012-03-081-1/+1
* Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-081-2/+2
* Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-081-9/+9
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-081-11/+39
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-0/+8
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-9/+9
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-2/+11
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-6/+6
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-081-2/+2
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-081-20/+57
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-0/+4
* Created a new rule to parent ownership.renatofilho2012-03-081-1/+3
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-301-0/+6
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-301-0/+16
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-301-0/+139