aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Support Pointer Primitive Types by Arrays or Result TuplesChristian Tismer2019-08-077-109/+361
* PySide: Create a framework for deprecated functionsChristian Tismer2019-08-064-2/+134
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-07-3014-284/+617
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-07-2914-284/+617
| |\
| | * Fix RuntimeError: dictionary changed size during iterationJulien Schueller2019-07-191-1/+1
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Alex Blasche2019-07-1814-283/+616
| | |\
| | | * Cleanup signature module before substantial changeChristian Tismer2019-07-177-276/+557
| | | * Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-3/+7
| | | * shiboken: Improve handling of pointer types for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-134-4/+47
| | | * shiboken: List location of anonymous structs in rejected classesFriedemann Kleint2019-07-082-0/+5
* | | | Fix build against Qt 5.13Friedemann Kleint2019-07-301-0/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-055-2954/+2990
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-07-055-2954/+2990
| |\|
| | * shiboken: Move typesystem parser out of typesystem.cppFriedemann Kleint2019-07-045-2954/+2990
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-03123-2568/+2550
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-07-021-5/+7
| |\|
| | * Fix qApp import of QCoreApplicationChristian Tismer2019-06-281-5/+7
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-26106-767/+745
| |\|
| | * shiboken: Fix various clang warningsFriedemann Kleint2019-06-2531-153/+151
| | * shiboken: Replace C-style casts by C++ castsFriedemann Kleint2019-06-256-20/+19
| | * shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-2543-145/+133
| | * shiboken: Introduce autoFriedemann Kleint2019-06-2521-128/+127
| | * shiboken: Introduce nullptrFriedemann Kleint2019-06-2565-278/+278
| | * Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-251-8/+8
| | * shiboken: Introduce member initializationFriedemann Kleint2019-06-2515-35/+29
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-2450-1841/+1842
| |\|
| | * shiboken: Fix out of bounds string accessFriedemann Kleint2019-06-241-1/+1
| | * Cleanup pointer whitespace everywhereChristian Tismer2019-06-2449-1840/+1841
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-201-2/+3
| |\|
| | * Use default compiler on macOSCristián Maureira-Fredes2019-06-191-2/+3
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-1919-568/+2101
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-1916-92/+208
| |\|
| | * Fix type name for lookup of QFlags<> convertersFriedemann Kleint2019-06-181-8/+23
| | * shiboken: Generate code for smart pointers only within declaring packageFriedemann Kleint2019-06-131-2/+5
| | * Support the qApp macro in "scriptable application"Christian Tismer2019-06-173-9/+36
| | * Revert "shiboken: Disambiguate indexes of smart pointer types"Friedemann Kleint2019-06-131-4/+1
| | * shiboken: Fix handling shared pointers passed by const-ref, take 2Friedemann Kleint2019-06-132-5/+9
| | * shiboken: Enable specifying names for a parameters of added functionsFriedemann Kleint2019-06-055-10/+59
| | * Signature: Try to recognize unknown modules in errorhandler.pyChristian Tismer2019-05-301-52/+42
| | * Complete the help() support for TypesChristian Tismer2019-01-183-0/+32
| | * Bump version strings to 5.12.4Simo Fält2019-06-101-1/+1
| | * Shiboken: prune non-existent includeJulien Schueller2019-05-281-2/+1
| * | Doc: add official CSSCristián Maureira-Fredes2019-05-093-476/+1893
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-0712-40/+252
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-06-0712-40/+252
| |\|
| | * CMake: Change the default behavior CMAKE_BUILD_TYPEJulien Schueller2019-06-062-8/+7
| | * shiboken: Disambiguate indexes of smart pointer typesFriedemann Kleint2019-06-061-1/+4
| | * correct bool(qApp) on Python 2Christian Tismer2019-06-061-1/+31
| | * shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-064-2/+19
| | * Implement the Buffer Protocol on VoidPtrRenaud Aubin2019-06-051-2/+85