aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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