aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
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-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
* Fix reference leak when registering enum types.Hugo Parente Lima2012-03-081-1/+1
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2012-03-081-2/+6
|\
| * Shiboken::showWrapperMap debug function now shows the refcount of held wrappers.Marcelo Lira2012-03-081-2/+6
* | 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
|/
* Avoid possible race condition when destroying wrappers.Hugo Parente Lima2012-03-081-6/+7
* Implement generation support to target conversion.renatofilho2012-03-081-0/+4
* Optimize TypeResolver::getType function to avoid strcpy and misses on typeres...Hugo Parente Lima2012-03-081-16/+19
* Implement support to object list on ownserhsip functions.renatofilho2012-03-085-12/+40
* Created a new rule to parent ownership.renatofilho2012-03-084-4/+68
* Use a auxiliar pointer to do the things faster.renatofilho2012-03-081-11/+14
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+8
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-104-48/+2
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-0921-426/+174
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-3/+5
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-305-32/+91
* Generated original_name with "*" for object classes.Renato Filho2010-08-261-2/+6
* Move gilstate implementation to a sparated file.Renato Filho2010-08-253-3/+59
* Verify if the arg received on invalidateWrapper, is Py_None or NULL.Renato Filho2010-08-251-1/+1
* Move ThreadStateSaver implementation from the header to a cpp file.Renato Filho2010-08-253-12/+72
* Fixed CMake config file for libshiboken.Renato Filho2010-08-231-1/+1
* Fixed shiboken library name on windows.Hugo Parente Lima2010-08-201-2/+4
* Fixed config file to work on windows.Renato Filho2010-08-201-1/+7
* Fixed install dir on windows.Renato Filho2010-08-201-1/+4
* Fix problems with dllimport/dllexport in some shiboken functions/variables.Hugo Parente Lima2010-08-193-18/+17
* Use CMake DEFINES to export symbols.Renato Filho2010-08-192-3/+3
* fixed tests exported symbols.Renato Filho2010-08-181-6/+6