aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValidHugo Parente Lima2012-03-083-19/+19
* setCppPointer and getCppPointer moved to namespace Shiboken::WrapperHugo Parente Lima2012-03-084-40/+42
* Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDictHugo Parente Lima2012-03-086-35/+33
* SbkBaseWrapper renamed to SbkObjectHugo Parente Lima2012-03-086-85/+85
* Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...Hugo Parente Lima2012-03-085-44/+62
* Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...Hugo Parente Lima2012-03-087-129/+182
* 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-085-173/+144
* pyenum.{h|cpp} moved to sbkenum.{h|cpp}Hugo Parente Lima2012-03-087-11/+11
* Bump version to 1.0.0Hugo Parente Lima2012-03-081-3/+3
* Remove unused variables.Hugo Parente Lima2012-03-081-2/+0
* Revert "Fixed overload decisor sorting to put QStrings after pointers to wrap...renatofilho2012-03-081-17/+0
* Fixed overload functions with QVariant.renatofilho2012-03-081-1/+8
* Removed debug statements mistakenly commited.Marcelo Lira2012-03-081-4/+0
* Fixed overload decisor sorting to put QStrings after pointers to wrapped obje...Marcelo Lira2012-03-081-0/+14
* Implemented support to dynamic slots on generated code.renatofilho2012-03-081-7/+29
* Fixed code generation for functions virtual with know typerenatofilho2012-03-081-6/+22
* Updated code generation to new libpyside files.renatofilho2012-03-082-7/+7
* Updated to new libpyside Signal/Slot namespace.renatofilho2012-03-082-9/+8
* Don't use ref. on primitive types when using Converter<T>::toPython.Hugo Parente Lima2012-03-083-11/+29
* Fix injectcode test to work with the newer version of sequencetoArgcArgv.Hugo Parente Lima2012-03-082-5/+5
* Implemented signal instantiation during the getattr function.renatofilho2012-03-081-2/+12
* 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
* Bump version and package requirements.Hugo Parente Lima2012-03-081-3/+3
* Fixed typesystem in function where is necessary thread save option.renatofilho2012-03-081-0/+1
* Uses CPP_SELF_VAR macro and replaces cpp_other by cppOther.Hugo Parente Lima2012-03-081-5/+5
* Uses a constant to define the cpp_arg variable, now called cppArg.Hugo Parente Lima2012-03-083-6/+8
* Simplifies the generated code removing the use of std::auto_ptr.Hugo Parente Lima2012-03-085-97/+41
* Write copy constructor for Object types when there is one.Hugo Parente Lima2012-03-082-6/+7
* Implemented support to dynamic signals created on QML side.renatofilho2012-03-081-1/+33
* Implemented support to conversion without memory allocation.renatofilho2012-03-082-14/+18
* Fixed GilState and ThreadSave code generation.renatofilho2012-03-083-9/+9
* Removed unnecessary cast on copy function.renatofilho2012-03-081-1/+1
* Release gil before call C++ function on virtual method.renatofilho2012-03-083-4/+9
* Add variable with python include dir to ShibokenConfig.cmakeHugo Parente Lima2012-03-082-0/+2
* Added the AVOID_PROTECTED_HACK option to the Shiboken cmake configuration file.Marcelo Lira2012-03-081-1/+7
* libshiboken now sets debug flags for all modules linking against it.Marcelo Lira2012-03-083-2/+7
* Fixes libshiboken pkg-config file.Marcelo Lira2012-03-081-2/+3
* Updated Shiboken cmake files to provide build type information.Marcelo Lira2012-03-082-3/+11
* Added BindingManager::getAllPyObjects method.Hugo Parente Lima2012-03-082-6/+16
* Ignore namespace crash on windows.renatofilho2012-03-081-0/+2
* 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-082-22/+8
* Updated code generation to new libpyside API.renatofilho2012-03-081-4/+4
* Fixed signal register function.renatofilho2012-03-082-10/+4