aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the checks to verify if an object is invalid to Shiboken::cppObjectIsInv...Hugo Lima2010-03-181-2/+5
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-041-18/+21
|\
| * Init tb_base of SbkBaseWrapperType_Type on struct declaration instead ofHugo Lima2010-03-031-3/+1
| * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-021-15/+20
* | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-021-1/+5
|/
* Rename init_shiboken to InitShiboken, to follow our naming convention.Hugo Lima2010-02-261-7/+2
* Adds a 'new' function to the SbkBaseWrapperType meta type.Marcelo Lira2010-02-241-1/+21
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-181-0/+38
* Do not export Sbk*Type variables.Hugo Lima2010-02-121-0/+16
* Deallocator for classes with private destructor now calls reference clearing ...Marcelo Lira2010-02-121-0/+1
* Adds support for managing objects referred by a Python wrapper.Marcelo Lira2010-02-121-0/+24
* Removed some member initializations from SbkBaseWrapper_New.Marcelo Lira2010-02-121-4/+0
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-051-1/+7
* Adding support for weakreferenceLauro Neto2010-02-031-1/+7
* Fixed possible error in reparent process;Renato Filho2010-02-031-0/+5
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-211-6/+28
* libshiboken initialises Python threads if available.Marcelo Lira2010-01-151-0/+4
* Added SbkDbg stream class, used to print debug messages.Hugo Lima2010-01-141-4/+0
* Implemented type discovery feature.Hugo Lima2010-01-141-3/+17
* Removed warninig: missing braces around initializer for 'PyTypeObject' from b...Hugo Lima2010-01-141-1/+5
* Fix object initialization.Hugo Lima2010-01-131-21/+14
* Changed SbkBaseWrapper_New signature to use "bool" instead of "unsigned int" ...Marcelo Lira2009-12-221-2/+2
* All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...Marcelo Lira2009-12-141-17/+146
* Renamed ShiboTypeObject to SbkBaseWrapperType to clearify its relationship wi...Marcelo Lira2009-12-111-1/+1
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-11/+11
* Modified the BindingManager::getOverride method to use Python __mro__.Marcelo Lira2009-12-021-2/+0
* Shiboken::cppObjectIsInvalid now accepts None values as valid.Marcelo Lira2009-12-011-1/+1
* Wrapper invalidation method recursively updates children objects status.Marcelo Lira2009-11-301-4/+8
* Implemented primitives to solve the parent/children problem.Hugo Lima2009-11-271-24/+90
* Added the "containsCppWrapper" flag to the PyBaseWrapper.Marcelo Lira2009-11-261-1/+6
* Renamed Shiboken's function cppObjectIsValid to cppObjectIsInvalid.Marcelo Lira2009-11-261-0/+10
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-6/+16
|\
| * In multiple inheritance cases the binding manager only assigns aMarcelo Lira2009-11-181-1/+2
| * Shiboken retrieves a Python wrapper object from its correspondingMarcelo Lira2009-11-181-6/+15
* | Use "unsigned int" instead of "uint".Hugo Lima2009-11-231-1/+1
|/
* added a Python wrapper deallocator for classes with private destructorMarcelo Lira2009-11-091-0/+7
* the Python wrapper deallocator wasn't removing the Python objectMarcelo Lira2009-11-091-1/+0
* changed PyBaseWrapper_New to receive a const pointer to the C++ wrapped objectMarcelo Lira2009-11-011-2/+2
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+56