aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-043-23/+36
|\
| * Merge remote branch 'hugopl/typediscovery2'Hugo Lima2010-03-033-23/+36
| |\
| | * 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-023-20/+35
* | | Adds support for extensible converters for value type classes.Marcelo Lira2010-03-021-4/+24
* | | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-022-1/+12
|/ /
* / Refactored and documented base Converters.Marcelo Lira2010-03-021-59/+68
|/
* Rename SbkCreateWrapper to createWrapper, to follow our fuction naming conven...Hugo Lima2010-02-261-4/+4
* Do not get the pointer of SbkType<T> function, so the compiler doesn't needHugo Lima2010-02-262-7/+7
* Fix bug #142 by eliminating the CppCopier::copy function and adding it to a f...Hugo Lima2010-02-262-7/+30
* Rename init_shiboken to InitShiboken, to follow our naming convention.Hugo Lima2010-02-262-10/+8
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
* Adds a 'new' function to the SbkBaseWrapperType meta type.Marcelo Lira2010-02-241-1/+21
* Remove FindShiboken.cmake file in favor of ShibokenConfig and Version .cmake ...Hugo Lima2010-02-244-21/+31
* Remove warnings related to comparison between signed and unsigned integer exp...Hugo Lima2010-02-221-21/+41
* Fix memory corruption due to missing parenthesis in ternary operatorAnderson Lizardo2010-02-221-1/+1
* The C string converter now transforms a Python None in a C null pointer.Marcelo Lira2010-02-201-1/+5
* All enums are now extensible to match the C++ casting behaviour.Marcelo Lira2010-02-202-9/+0
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding sequenceToIntArray helper functionLauro Neto2010-02-192-0/+45
* Some optimizations and code cleanup on conversion code for std containers.Hugo Lima2010-02-181-11/+7
* Converter<T> doesn't inherits ConverterBase, to avoid uneeded template instan...Hugo Lima2010-02-181-1/+1
* 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