aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump the shiboken version due to BIC changes in commits:Hugo Parente Lima2010-09-091-2/+2
* Bump the required versions for ApiExtractor and GeneratorRunner.Hugo Parente Lima2010-09-091-2/+2
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-09105-2106/+846
* Retore thread state in the first line before the C++ call to avoid any otherHugo Parente Lima2010-09-081-32/+40
* Avoid call functions when an error occurs on argument conversion.Renato Filho2010-09-033-0/+9
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-032-52/+30
* Make the ownership transfer to CPP in native virtual functions.Renato Filho2010-09-021-1/+2
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-015-36/+22
* Use the correct path separator on Windows.Hugo Parente Lima2010-08-312-2/+8
* Fix linker problems on MSVC.Hugo Parente Lima2010-08-311-4/+4
* Impleted auto code for classes derived from list container.Renato Filho2010-08-307-0/+177
* Release the python threads inside of injected code.Renato Filho2010-08-301-28/+31
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-3011-63/+194