aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* Allow build on either python2.5 or python2.6 seamlesslyBruno dos Santos de Araujo2009-08-311-0/+49
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+92