aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-182-26/+8
* Renamed templates used for conversions of containers.Hugo Lima2010-03-184-8/+8
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-186-53/+126
* Added test for conversion of lists with invalid contents.Hugo Lima2010-03-181-0/+5
* 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
* Remove boost::graph dependency from Shiboken generator.Hugo Lima2010-03-182-23/+27
* Object-types are not copyable at all.Hugo Lima2010-03-181-1/+1
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-177-2/+30
* bugfix: always write the return statementMatti Airas2010-03-171-2/+3
* fixed a typo in the test class nameMatti Airas2010-03-171-2/+2
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-0412-42/+123
|\
| * Link shiboken_generator against apiextractorDidier Raboud2010-03-041-0/+1
| * Merge remote branch 'hugopl/typediscovery2'Hugo Lima2010-03-0311-42/+122
| |\
| | * Init tb_base of SbkBaseWrapperType_Type on struct declaration instead ofHugo Lima2010-03-031-3/+1
| | * Remove the "(destructor)" cast to avoid wrong code to be silently compiled.Hugo Lima2010-03-021-2/+2
| | * Turn Number::m_value private to not cause problem when compiling with "avoid ...Hugo Lima2010-03-021-1/+1
| | * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-028-36/+104
| | * Add test for bug on the current type discovery algorithm.Hugo Lima2010-03-023-0/+14
* | | Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-029-0/+180
* | | Adds support for extensible converters for value type classes.Marcelo Lira2010-03-022-7/+25
* | | Generator now writes code to support extended conversions.Marcelo Lira2010-03-023-2/+46
* | | Adds extended conversions writer functions.Marcelo Lira2010-03-022-0/+54
* | | Adds convenience methods to return the name of extended conversion functions.Marcelo Lira2010-03-022-0/+13
* | | Adds ShibokenGenerator::getExtendedConverters() method.Marcelo Lira2010-03-022-0/+27
* | | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-023-2/+15
|/ /
* | Refactored and documented base Converters.Marcelo Lira2010-03-024-66/+77
* | Removed unnecessary code from HeaderGenerator::writeTypeConverterImpl.Marcelo Lira2010-03-011-55/+51
|/
* Adds unit test for implicit conversion defined by a conversion operator.Marcelo Lira2010-03-013-0/+59
* Generator noew handles implicit conversions that are conversion operators.Marcelo Lira2010-03-013-11/+35
* Shiboken generator now supports references to pointers as arguments.Marcelo Lira2010-02-262-1/+6
* 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-265-30/+52
* Added test for use of ObjectCopier of a type declared in other module.Hugo Lima2010-02-261-0/+3
* Rename init_shiboken to InitShiboken, to follow our naming convention.Hugo Lima2010-02-263-12/+10
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
* Fix bug#142.Hugo Lima2010-02-245-5/+58
* 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-245-23/+33
* Fixed QMetaObject.className return value.Renato Filho2010-02-241-2/+4
* The C++ pointer for a Python wrapper is now acquired using a Converter.Marcelo Lira2010-02-242-5/+2
* The special cast function can now cast a pointer to all ancestor classes.Marcelo Lira2010-02-241-4/+3
* Adds method ShibokenGenerator::getAllAncestors(metaClass)Marcelo Lira2010-02-242-1/+15
* Fixed support for innerclass.Renato Filho2010-02-242-4/+68
* Remove inplace operators of flagsLauro Neto2010-02-232-27/+3
* Adding default value for enum/flag constructorLauro Neto2010-02-232-4/+9