aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Shiboken generator and libshiboken now share the same version number.sb-0.2.0Hugo Lima2010-03-232-4/+7
* Changed routine to create source packages.Hugo Lima2010-03-231-3/+7
* Small fixes in documentationLauro Neto2010-03-235-5/+37
* Adding basic compile informationLauro Neto2010-03-231-0/+19
* Remove duplicated definition of libshiboken_VERSION.Hugo Lima2010-03-231-1/+0
* Fixes Converter<void*>::toPython method.Marcelo Lira2010-03-232-0/+8
* Enum's __invert__ method must use 'self' argument.Marcelo Lira2010-03-231-1/+1
* The __not__ method is not generated any more since it is not being used.Marcelo Lira2010-03-231-1/+0
* Adds tests to type system modifications regarding reference to pointer type.Marcelo Lira2010-03-224-0/+153
* Fixes virtual method writer to handle modification to return type.Marcelo Lira2010-03-221-5/+11
* Fixed virtual method callers to consider modifications to return type.Marcelo Lira2010-03-221-1/+6
* Updated ShibokenGenerator::injectedCodeHasReturnValueAttribution.Marcelo Lira2010-03-222-9/+16
* Converter<T*>::toCpp specialization now converts None to NULL pointer first.Marcelo Lira2010-03-221-1/+3
* Merge branch 'operator'Lauro Neto2010-03-2213-3/+209
|\
| * Make sure reverse shift operators are calledLauro Neto2010-03-221-0/+32
| * Adding greedy method to CollectorLauro Neto2010-03-224-2/+28
| * Adding OtherObjectType to libotherLauro Neto2010-03-227-0/+148
| * Fix SbkBaseWrapper_Check castLauro Neto2010-03-221-1/+1
* | Fix pkgconfig libdir variable with lib64/ or lib32/ directories.Hugo Lima2010-03-221-2/+2
* | Fix CppGenerator::writeMinimalConstructorCallArguments when the class has non...Hugo Lima2010-03-221-3/+5
|/
* Fix error message for containers, replacing QList by list, QHash by dict, etc.Hugo Lima2010-03-221-0/+12
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-193-1/+28
* Better handling of replaced types and custom conversions in the overload deci...Marcelo Lira2010-03-191-12/+24
* Adds ShibokenGenerator::buildAbstractMetaTypeFromString.Marcelo Lira2010-03-192-3/+52
* Minimal grammar fixesMatti Airas2010-03-191-3/+3
* Added a unit test to check the object-type hashability.Hugo Lima2010-03-191-1/+7
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-194-2/+12
* sortOverload function should use not use primitive types aliases.Hugo Lima2010-03-181-12/+35
* Write enum checks before int, long and bool checks.Hugo Lima2010-03-182-4/+16
* 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-182-0/+20
* 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-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