aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-182-1/+39
* Do not export Sbk*Type variables.Hugo Lima2010-02-122-0/+18
* 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-122-1/+56
* Removed some member initializations from SbkBaseWrapper_New.Marcelo Lira2010-02-121-4/+0
* Adding typeresolver.h to shiboken.hLauro Neto2010-02-111-0/+1
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-051-1/+7
* Fix Weakreference supportLauro Neto2010-02-041-0/+3
* Fixing tuple construction and adding more makeTupleLauro Neto2010-02-041-9/+23
* Adding support for weakreferenceLauro Neto2010-02-032-1/+9
* Fixed possible error in reparent process;Renato Filho2010-02-031-0/+5
* char converter return string instead of intLauro Neto2010-02-021-1/+7
* Use Shiboken::AutoDecRef to handle python references.Hugo Lima2010-02-011-0/+2
* Adds support for void pointer conversions.Marcelo Lira2010-01-281-0/+24
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-282-4/+20
* Add overflow check to unsigned int, because we need it on 64bit platforms.Hugo Lima2010-01-221-21/+10
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-221-33/+50
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-213-6/+40
* Add special conversion rules to the char type.Hugo Lima2010-01-201-3/+28
* Converter<PyInt> now follows the Converter interface.Hugo Lima2010-01-201-2/+2
* Adds convenience ThreadStateSaver class to libshiboken.Marcelo Lira2010-01-182-0/+64
* Adds convenience GilState class to libshiboken.Marcelo Lira2010-01-182-0/+56
* libshiboken initialises Python threads if available.Marcelo Lira2010-01-151-0/+4
* Added SbkDbg stream class, used to print debug messages.Hugo Lima2010-01-143-5/+107
* Added template specialization SbkType<signed char>(), needed by someone.Hugo Lima2010-01-141-0/+1
* Implemented type discovery feature.Hugo Lima2010-01-146-7/+264
* Removed warninig: missing braces around initializer for 'PyTypeObject' from b...Hugo Lima2010-01-141-1/+5
* Fix transfer ownership on return values.Hugo Lima2010-01-131-0/+1
* Fix object initialization.Hugo Lima2010-01-134-30/+45
* Added Shiboken::makeTuple inline method to help with constructions of Python ...Hugo Lima2010-01-081-0/+20
* Add -> operator to AutoDecRef class.Hugo Lima2009-12-301-0/+1
* Replaces SbkCopyCppObject template function with the CppObjectCopier template...Marcelo Lira2009-12-221-113/+46
* Changed SbkBaseWrapper_New signature to use "bool" instead of "unsigned int" ...Marcelo Lira2009-12-222-5/+5
* Improvements and refactor on libshiboken's converters.Marcelo Lira2009-12-211-41/+87
* Refactored SbkType specializations and replaced "long long" by "PY_LONG_LONG".Marcelo Lira2009-12-211-78/+13
* Disabled AutoDecRef obj. copy. and added some useful cast operators.Hugo Lima2009-12-211-1/+6
* Adds AutoDecRef class that holds a PyObject pointer and decrefs it when get o...Marcelo Lira2009-12-182-2/+72
* Added template specializations for SbkType<T> when T is a primitive type.Hugo Lima2009-12-161-5/+81
* Tests for numerical implicit conversions and fixesLauro Neto2009-12-161-9/+36
* All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...Marcelo Lira2009-12-143-22/+156
* Renamed ShiboTypeObject to SbkBaseWrapperType to clearify its relationship wi...Marcelo Lira2009-12-114-8/+8
* Converter<T>::copyCppObject method was replaced by a template function.Marcelo Lira2009-12-101-8/+25
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-087-83/+85
* Moved container converters from test library to libshiboken's converter header.Marcelo Lira2009-12-071-0/+117
* Added Shiboken_TypeCheck macro that makes use of PyType<T>().Marcelo Lira2009-12-072-3/+9
* Do not generate the method Converter<T>::createWrapper, it'll beHugo Lima2009-12-071-17/+22
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-071-3/+9
* Correct install location for FindShiboken.cmakeChris Hills2009-12-071-1/+1
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-052-0/+24
* Modified the BindingManager::getOverride method to use Python __mro__.Marcelo Lira2009-12-023-19/+21