aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Shiboken::isShibokenType function to check is a object have a typeHugo Lima2010-03-181-0/+7
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-041-4/+14
|\
| * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-021-4/+14
* | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-021-0/+7
|/
* Fix bug #142 by eliminating the CppCopier::copy function and adding it to a f...Hugo Lima2010-02-261-0/+2
* Rename init_shiboken to InitShiboken, to follow our naming convention.Hugo Lima2010-02-261-3/+6
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-181-1/+1
* Do not export Sbk*Type variables.Hugo Lima2010-02-121-0/+2
* Adds support for managing objects referred by a Python wrapper.Marcelo Lira2010-02-121-1/+32
* Fix Weakreference supportLauro Neto2010-02-041-0/+3
* Adding support for weakreferenceLauro Neto2010-02-031-0/+2
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-211-0/+4
* Implemented type discovery feature.Hugo Lima2010-01-141-1/+3
* Fix object initialization.Hugo Lima2010-01-131-1/+3
* Changed SbkBaseWrapper_New signature to use "bool" instead of "unsigned int" ...Marcelo Lira2009-12-221-3/+3