aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...Marcelo Lira2009-12-141-4/+9
* Renamed ShiboTypeObject to SbkBaseWrapperType to clearify its relationship wi...Marcelo Lira2009-12-111-3/+3
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-32/+33
* Added Shiboken_TypeCheck macro that makes use of PyType<T>().Marcelo Lira2009-12-071-0/+6
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-051-0/+9
* Modified the BindingManager::getOverride method to use Python __mro__.Marcelo Lira2009-12-021-3/+0
* Implemented primitives to solve the parent/children problem.Hugo Lima2009-11-271-6/+45
* Added the "containsCppWrapper" flag to the PyBaseWrapper.Marcelo Lira2009-11-261-3/+16
* Renamed Shiboken's function cppObjectIsValid to cppObjectIsInvalid.Marcelo Lira2009-11-261-8/+3
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-4/+14
|\
| * Shiboken retrieves a Python wrapper object from its correspondingMarcelo Lira2009-11-181-4/+14
* | Use "unsigned int" instead of "uint".Hugo Lima2009-11-231-5/+4
|/
* Add visibility policies to libshiboken and for bindings generated by shiboken...Hugo Lima2009-11-121-3/+3
* added a Python wrapper deallocator for classes with private destructorMarcelo Lira2009-11-091-0/+2
* the Python wrapper deallocator wasn't removing the Python objectMarcelo Lira2009-11-091-2/+3
* changed PyBaseWrapper_New to receive a const pointer to the C++ wrapped objectMarcelo Lira2009-11-011-1/+1