aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement support to object list on ownserhsip functions.renatofilho2012-03-086-21/+65
* Created a new rule to parent ownership.renatofilho2012-03-085-5/+69
* Created unit test to unsafe parent (parent created from c++)renatofilho2012-03-085-2/+80
* Use a auxiliar pointer to do the things faster.renatofilho2012-03-081-11/+14
* Fix bug#386 - "NUL, SOH, and other characters in generated code"Hugo Parente Lima2012-03-081-1/+1
* Removed not used doc files.Hugo Parente Lima2012-03-082-1/+1
* Updated type system file for test binding to use nested types.Marcelo Lira2012-03-081-27/+37
* Fixes generator to actually use extra includes declared for global enums.Marcelo Lira2012-03-081-0/+12
* The CMake configuration for PySide and Shiboken use the PYTHON_LIBRARIESrenatofilho2012-03-081-1/+4
* Move Python debug check to root Cmake file.renatofilho2012-03-082-21/+23
* Fixed function use to create wrapper based on QObject.renatofilho2012-03-081-1/+5
* Add missing CMakeLists.txt fileHugo Parente Lima2012-03-081-0/+32
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2012-03-083-5/+10
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-0815-75/+55
* Do not show shiboken options twice on --help.Hugo Parente Lima2012-03-081-0/+2
* Anonymous enums now supported.Marcelo Lira2012-03-082-43/+79
* Added tests for anonymous global and class bound enums.Marcelo Lira2012-03-083-0/+28
* Fix OverloadData::isSingleArgumentLauro Neto2012-03-083-1/+9
* Fix bug#339 - "RuntimeError when accessing mousepress event object"Hugo Parente Lima2012-03-085-10/+59
* Add missing CMakeLists.txt file.Hugo Parente Lima2012-03-081-0/+10
* Remove reference to specific versions of other projects.Hugo Parente Lima2012-03-081-2/+2
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2012-03-084-92/+4
* Removed outdated and broke Doxygen configuration file.Hugo Parente Lima2012-03-081-311/+0
* Fixed copyright year in the generated docs.Hugo Parente Lima2012-03-081-1/+1
* Fixed minor cosmetic issues in the generated code.Hugo Parente Lima2012-03-081-8/+8
* Fixed broken sphinx syntax.Hugo Parente Lima2012-03-081-1/+1
* Version bumpHugo Parente Lima2012-03-082-3/+3
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2012-03-082-104/+36
* Generate correct python function definitions.renatofilho2012-03-085-26/+32
* Fix code generation for modified constructors.Luciano Wolf2012-03-088-4/+140
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-109-38/+42