aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libother now uses its own library export macros instead of libsample ones.Marcelo Lira2010-02-182-2/+54
* Fixes method call error messages for constructors.Marcelo Lira2010-02-181-2/+5
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-185-3/+89
* The generator takes "default ownership" modifications into account.Marcelo Lira2010-02-171-0/+5
* Do not export Sbk*Type variables.Hugo Lima2010-02-127-34/+136
* Do not declare and export *_New functions on global header.Hugo Lima2010-02-121-4/+0
* Deallocator for classes with private destructor now calls reference clearing ...Marcelo Lira2010-02-121-0/+1
* Fixes the type checking for class' fields of primitive numeric types.Marcelo Lira2010-02-121-1/+1
* Removed tests related to reference keeping from black list.Marcelo Lira2010-02-121-1/+1
* Updates the code written to support reference keeping.Marcelo Lira2010-02-121-42/+9
* The method needsReferenceCountControl checks also in the class' ancestry.Marcelo Lira2010-02-121-2/+6
* 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
* Register enums within type resolverLauro Neto2010-02-121-0/+8
* Adding typeresolver.h to shiboken.hLauro Neto2010-02-111-0/+1
* Fixed error handling on Python object constructor.Renato Filho2010-02-111-3/+4
* Fixes problem with CppGenerator::writeTypeCheck due to a bad rebasing.Marcelo Lira2010-02-112-16/+12
* The tests for C++ class' fields and reference count will fail.Marcelo Lira2010-02-101-1/+1
* Adds 'reference-count' tag to ObjectView::setModel from test bindings.Marcelo Lira2010-02-101-1/+7
* Adds support to arguments marked as keep reference in the type system.Marcelo Lira2010-02-101-0/+38
* Adds 2 convenience methods to ShibokenGenerator to check for refcount mods.Marcelo Lira2010-02-102-0/+26
* Adds CppGenerator::argumentNameFromIndex method.Marcelo Lira2010-02-102-18/+25
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-107-0/+196
* Fixes reference counting for public class' variables member setters.Marcelo Lira2010-02-101-3/+30
* Adds tests for classes with public member variables.Marcelo Lira2010-02-103-4/+133
* Shiboken now generates code for public class variable members.Marcelo Lira2010-02-102-1/+79
* Adds some name generator methods to ShibokenGenerator.Marcelo Lira2010-02-102-0/+18
* Adds a new overload to CppGenerator::writeTypeCheck.Marcelo Lira2010-02-102-25/+32
* Implement support to conversion rule.Renato Filho2010-02-096-33/+129
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-093-1/+41
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-095-8/+16
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-084-0/+33
* Fixes the checking for argument type replacement on overload decisor.Marcelo Lira2010-02-081-1/+1
* Modified signature of OverloadData::addOverloadData.Marcelo Lira2010-02-082-6/+6
* Fixing sort overloadLauro Neto2010-02-085-5/+53
* Fix overload decisor bug trigged when two overloads have the same numerical a...Hugo Lima2010-02-081-1/+3
* Do not try to call constructors created on typesystem by add-function tag.Hugo Lima2010-02-082-2/+12
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-052-7/+10
* Check if the cptr pointer is valid on constructor, if not, an error happenned.Hugo Lima2010-02-051-1/+1
* Implement ShibokenGenerator::isCopyable based on BoostPythonGeneratorAnderson Lizardo2010-02-043-1/+16
* Fixed OverloadData::invalidArgumentLengths(), so it take care of removed argu...Hugo Lima2010-02-041-4/+11
* Fix Weakreference supportLauro Neto2010-02-043-3/+18
* When used inside a static function, %CPPSELF will be replaced by theHugo Lima2010-02-041-3/+8
* Fixing tuple construction and adding more makeTupleLauro Neto2010-02-041-9/+23
* Ignore None return when virtural function can return NULL.Renato Filho2010-02-031-2/+5
* Adding support for weakreferenceLauro Neto2010-02-033-1/+58
* Add workaround for hardware bug that causes failures on two "size" tests.Anderson Lizardo2010-02-031-2/+12
* Add missing PythonInterp checkAnderson Lizardo2010-02-031-0/+2
* Fix build with Python 2.5 when using Py_INCREF()Anderson Lizardo2010-02-031-1/+1
* Fixed possible error in reparent process;Renato Filho2010-02-031-0/+5