aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
* Set a default hash function for all ObjectTypes.Hugo Parente Lima2012-05-031-0/+5
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-081-3/+0
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-081-7/+14
* Implemented PSEP 0106.Hugo Parente Lima2012-03-081-1/+28
* Added sbkpython.h to deal with conflicts and missing symbols between Python2...Hugo Parente Lima2012-03-081-2/+1
* Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...Hugo Parente Lima2012-03-081-27/+0
* Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...Hugo Parente Lima2012-03-081-2/+4
* Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...Hugo Parente Lima2012-03-081-0/+27
* Mark deprecated functions as deprecated.Hugo Parente Lima2012-03-081-3/+5
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-081-1/+23
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-081-0/+3
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-081-3/+16
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-081-1/+1
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-081-0/+8
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-081-0/+7
* Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...Hugo Parente Lima2012-03-081-1/+8
* Fixed comments typo.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2012-03-081-0/+1
* Add subtype init hook.Hugo Parente Lima2012-03-081-1/+13
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-081-7/+0
* Updated basewrapper.h docs.Hugo Parente Lima2012-03-081-8/+60
* Add function Shiboken::ObjectType::getUserData(SbjObjectTyoe*)Hugo Parente Lima2012-03-081-0/+5
* SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-081-1/+1
* Renamed some more internal objects and functions.Hugo Parente Lima2012-03-081-2/+2
* Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-081-5/+5
* namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-081-1/+1
* Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-081-25/+25
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-081-87/+106
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-081-21/+42
* Added Shiboken::Wrapper::hasParentInfo function.Hugo Parente Lima2012-03-081-0/+2
* Changed signature of cppPointer to receive SbkObject* instead of PyObject*.Hugo Parente Lima2012-03-081-1/+1
* Added Shiboken::Wrapper::hasOwnership function.Hugo Parente Lima2012-03-081-0/+1
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-081-2/+2
* Remove macro Shiboken_TypeCheckHugo Parente Lima2012-03-081-5/+0
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-081-3/+0
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-081-2/+2
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-081-3/+3
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-7/+7
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-081-3/+2
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-23/+20
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-081-3/+4
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-081-10/+10
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-081-3/+0
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-16/+16
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-081-4/+5
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-081-38/+28
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-1/+4
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-301-11/+4