aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problems with dllimport/dllexport in some shiboken functions/variables.Hugo Parente Lima2010-08-191-5/+5
* Use list on keep reference map.Renato Filho2010-07-091-2/+3
* Store class orignal name to future use.Renato Filho2010-07-051-0/+2
* Fix bug#237 - "core dump when call wrong constructor inside of a class"Hugo Parente Lima2010-06-161-0/+5
* Created userdata on Python type object.Renato Filho2010-05-101-0/+13
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-051-3/+13
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-301-6/+0
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-301-1/+1
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-301-16/+2
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-301-3/+15
* Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.Hugo Lima2010-03-301-5/+5
* Move all python2.5 compatibility code to a separate header.Hugo Lima2010-03-301-48/+1
* SbkBaseWrapper_New gets a non-const void pointer instead of a const one.Hugo Lima2010-03-301-1/+1
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-301-13/+7
* Fix SbkBaseWrapper_Check castLauro Neto2010-03-221-1/+1