aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated the overload sorting to handle convertible types inside containers.Marcelo Lira2012-03-081-67/+177
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2012-03-082-7/+11
|\
| * Shiboken::showWrapperMap debug function now shows the refcount of held wrappers.Marcelo Lira2012-03-081-2/+6
| * Qt signals are added to Python wrappers via the PySide::addSignalToWrapper fu...Marcelo Lira2012-03-081-2/+2
| * Generate code compatible with new properties function names.Hugo Parente Lima2012-03-081-3/+3
* | Fix check of return type by python reimplementations of C++ virtual functions.Hugo Parente Lima2012-03-081-1/+1
* | Write right check type function when guessing the check function for a valid ...Hugo Parente Lima2012-03-081-1/+1
* | Created test for abstract function with not exported type as agument.renatofilho2012-03-085-0/+16
* | Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-086-14/+75
* | Fixed namespace lookup during the class generation.renatofilho2012-03-084-6/+15
* | Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-0810-3/+312
* | Fix bug#272 - "__del__ never called by python"Hugo Parente Lima2012-03-082-33/+53
* | Created unit test for unknown class holder.renatofilho2012-03-086-0/+151
* | Inject code for Point.__reduce__sb-0.5.1Lauro Neto2012-03-081-0/+11
* | Adding pickling testLauro Neto2012-03-081-0/+21
* | Adding deepcopy test.Lauro Neto2012-03-081-0/+12
* | Initial copy function generator codeLauro Neto2012-03-082-1/+50
* | Adding value-type copy testLauro Neto2012-03-081-0/+48
* | Updating documentation to reflect adoption of wikipages.Luciano Wolf2012-03-0811-901/+0
* | Remove uneeded flag check.Lauro Neto2012-03-081-11/+0
|/
* Fixed signal registration when arguments use typedef.renatofilho2012-03-081-3/+19
* Fix bug#402 - "Exceptions raised in event methods aren't printed to console u...Hugo Parente Lima2012-03-081-11/+13
* Disable generation of __repr__ function for QObjects.Hugo Parente Lima2012-03-081-0/+1
* Remove trailing whitespacesHugo Parente Lima2012-03-081-1/+1
* Avoid possible race condition when destroying wrappers.Hugo Parente Lima2012-03-081-6/+7
* Fix function name use on toPytho fucion.renatofilho2012-03-081-2/+2
* Unit test to target conversion.renatofilho2012-03-086-0/+141
* Implement generation support to target conversion.renatofilho2012-03-084-4/+48
* Fix bug#267 - "Provide human-readable object strings (__repr__)"Hugo Parente Lima2012-03-082-0/+24
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-083-9/+26
* Optimize TypeResolver::getType function to avoid strcpy and misses on typeres...Hugo Parente Lima2012-03-081-16/+19
* All type inherited from Containers are iterables.Hugo Parente Lima2012-03-081-1/+1