aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Shiboken generator and libshiboken now share the same version number.sb-0.2.0Hugo Lima2010-03-231-3/+3
* Remove duplicated definition of libshiboken_VERSION.Hugo Lima2010-03-231-1/+0
* Fixes Converter<void*>::toPython method.Marcelo Lira2010-03-231-0/+2
* Converter<T*>::toCpp specialization now converts None to NULL pointer first.Marcelo Lira2010-03-221-1/+3
* Merge branch 'operator'Lauro Neto2010-03-221-1/+1
|\
| * Fix SbkBaseWrapper_Check castLauro Neto2010-03-221-1/+1
* | Fix pkgconfig libdir variable with lib64/ or lib32/ directories.Hugo Lima2010-03-221-2/+2
|/
* Speed up conversions of lists from python to c++ if the list classHugo Lima2010-03-181-0/+3
* Added ObjectTypeReferenceConverter, so object-types can be used as references.Hugo Lima2010-03-181-0/+13
* Sequence conversion are made ONLY for python sequences.Hugo Lima2010-03-181-3/+7
* Added Shiboken::isShibokenType function to check is a object have a typeHugo Lima2010-03-181-0/+7
* Just try to reduce a bit the noise in source code caused by the use of templa...Hugo Lima2010-03-181-4/+2
* Add a default implementation for SbkType, so not binded types will return a n...Hugo Lima2010-03-181-1/+4
* Move the checks to verify if an object is invalid to Shiboken::cppObjectIsInv...Hugo Lima2010-03-181-2/+5
* Renamed templates used for conversions of containers.Hugo Lima2010-03-181-5/+5
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-181-21/+70
* Do not incref and decref the python dict reference on python to c++ conversions.Hugo Lima2010-03-181-5/+0
* Fix reference leak in StdPair converter.Hugo Lima2010-03-181-2/+2
* 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