aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix camel case of decRefPyObjectlistHugo Parente Lima2012-03-081-4/+4
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-081-11/+10
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-081-24/+26
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-081-3/+3
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-081-41/+41
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-081-26/+43
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-081-49/+74
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-081-1/+1
* Fixed Wrapper object parent invalidation process.renatofilho2012-03-081-16/+18
* Fixed namespace lookup during the class generation.renatofilho2012-03-081-1/+5
* Fix bug#272 - "__del__ never called by python"Hugo Parente Lima2012-03-081-33/+8
* Implement support to object list on ownserhsip functions.renatofilho2012-03-081-2/+14
* Created a new rule to parent ownership.renatofilho2012-03-081-3/+21
* Use a auxiliar pointer to do the things faster.renatofilho2012-03-081-11/+14
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-301-19/+11
* Generated original_name with "*" for object classes.Renato Filho2010-08-261-2/+6
* Objects of the BaseWrapper type must call a deallocator.Marcelo Lira2010-08-031-1/+1
* Uses insert to append items to std::list.Renato Filho2010-08-021-1/+3
* Dealloc dict object on wrapper destructor.Renato Filho2010-07-291-0/+1
* Fix bug #252.Luciano Wolf2010-07-201-0/+4
* Use list on keep reference map.Renato Filho2010-07-091-7/+49
* Create referenceMap on demand.Renato Filho2010-07-091-4/+14
* Store class orignal name to future use.Renato Filho2010-07-051-0/+1
* Fix bug#237 - "core dump when call wrong constructor inside of a class"Hugo Parente Lima2010-06-161-1/+31
* Shiboken::cppObjectIsInvalid(PyObject*) now returns false when the argument i...Marcelo Lira2010-06-151-1/+1
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-101-3/+1
* API fixes.Renato Filho2010-05-181-121/+130
* Created userdata on Python type object.Renato Filho2010-05-101-1/+32
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Added enum meta type, this will ease you to known if a PyObject is a Shiboken...Hugo Lima2010-04-051-0/+3
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-051-0/+1
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-301-4/+4
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-301-1/+1
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-301-18/+116
* Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.Hugo Lima2010-03-301-5/+5
* 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-301-1/+1
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-301-0/+22
* On setParent, when the child is a sequence, do not always call setParent for ...Hugo Lima2010-03-301-2/+9
* Fix setParent function when the child is a sequence object.Hugo Lima2010-03-301-2/+3
* Move the checks to verify if an object is invalid to Shiboken::cppObjectIsInv...Hugo Lima2010-03-181-2/+5
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-041-18/+21
|\
| * 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-021-15/+20
* | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-021-1/+5
|/
* Rename init_shiboken to InitShiboken, to follow our naming convention.Hugo Lima2010-02-261-7/+2
* Adds a 'new' function to the SbkBaseWrapperType meta type.Marcelo Lira2010-02-241-1/+21
* Write a verbose error messages when the function arguments don't match.Hugo Lima2010-02-181-0/+38