aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
...
* Updated basewrapper.h docs.Hugo Parente Lima2012-03-081-8/+60
* Add function Shiboken::ObjectType::getUserData(SbjObjectTyoe*)Hugo Parente Lima2012-03-082-0/+10
* Added BindingManager::visitAllPyObjects function, used to visit all PyObjects...Hugo Parente Lima2012-03-082-0/+21
* Speed up hasWrapper function using the find method instead of count.Hugo Parente Lima2012-03-081-1/+1
* Merge branch 'fixapi'Hugo Parente Lima2012-03-086-147/+148
|\
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-082-7/+7
| * Renamed some more internal objects and functions.Hugo Parente Lima2012-03-084-16/+16
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-085-26/+26
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-083-12/+12
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-086-90/+90
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-082-6/+5
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-087-272/+448
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-085-255/+330
* Add operator= to AutoDecRef.Hugo Parente Lima2012-03-081-13/+34
* Added Shiboken::Wrapper::hasParentInfo function.Hugo Parente Lima2012-03-082-0/+7
* Fix the metaObject method written by the generator after the changed in libsh...Hugo Parente Lima2012-03-081-1/+3
* Changed signature of cppPointer to receive SbkObject* instead of PyObject*.Hugo Parente Lima2012-03-083-9/+8
* Added Shiboken::Wrapper::hasOwnership function.Hugo Parente Lima2012-03-082-0/+6
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-083-4/+4
* Remove macro Shiboken_TypeCheckHugo Parente Lima2012-03-082-8/+1
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-081-3/+0
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-082-7/+7
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-082-5/+5
* Rename some internal functions and structs.Hugo Parente Lima2012-03-081-10/+10
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-087-56/+56
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-082-23/+23
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-087-168/+167
* Fix camel case of decRefPyObjectlistHugo Parente Lima2012-03-081-4/+4
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-082-14/+14
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-083-39/+41
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-085-33/+31
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-085-78/+78
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-084-41/+59
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-086-123/+176
* Refactor on sequenceToIntArray.Hugo Parente Lima2012-03-081-22/+11
* Removed deprecated function: PySequenceToArgcArgvHugo Parente Lima2012-03-082-13/+1
* Create enum python types on the fly, avoiding generation of structs and dupli...Hugo Parente Lima2012-03-083-59/+123
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-086-10/+10
* Created utility function cast on AutoDecRef class.renatofilho2012-03-081-0/+6
* Fix function PySequenceToArgcArgv to support unicode strings.Hugo Parente Lima2012-03-082-19/+40
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-081-3/+3
* Implemented support to conversion without memory allocation.renatofilho2012-03-082-14/+18
* Fixed GilState and ThreadSave code generation.renatofilho2012-03-082-2/+7
* Removed unnecessary cast on copy function.renatofilho2012-03-081-1/+1
* Release gil before call C++ function on virtual method.renatofilho2012-03-082-2/+7
* Added BindingManager::getAllPyObjects method.Hugo Parente Lima2012-03-082-6/+16
* Fixed Wrapper object parent invalidation process.renatofilho2012-03-081-16/+18
* Fix memory leak when someone tries to register a type already registered.Hugo Parente Lima2012-03-081-1/+5
* Removes Converter<char>, because the missuse of it causes memory leak .Hugo Parente Lima2012-03-081-9/+0
* Remove pydict ref leak on pyenum.cpp.Hugo Parente Lima2012-03-081-0/+1