aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-303-3/+3
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-303-10/+10
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-303-4/+4
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-302-16/+18
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-307-49/+305
* Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.Hugo Lima2010-03-303-11/+11
* Move all python2.5 compatibility code to a separate header.Hugo Lima2010-03-302-48/+89
* Use PyTuple_GET_SIZE instead of PyTuple_GetSize.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_New gets a non-const void pointer instead of a const one.Hugo Lima2010-03-303-4/+4
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-303-15/+34
* Added some simple tests about multiple inheritance from two C++ objects.Hugo Lima2010-03-301-0/+70
* On setParent, when the child is a sequence, do not always call setParent for ...Hugo Lima2010-03-301-2/+9
* Add std::ostream& operator<<(std::ostream& out, PyObject* obj) to create bett...Hugo Lima2010-03-301-0/+13
* Fix setParent function when the child is a sequence object.Hugo Lima2010-03-301-2/+3
* Fixes type casting on generated copy constructors.Marcelo Lira2010-03-261-5/+10
* Adds test case for libsample's Size class copy constructor.Marcelo Lira2010-03-262-7/+14
* More descriptive warning message on OverloadData::sortNextOverloads().Marcelo Lira2010-03-261-4/+8
* Add SOVERSION to libshibokenHugo Lima2010-03-241-0/+1
* 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