aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
...
| * 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.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.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
| * Fix build on centOS/conda forgeFriedemann Kleint2019-05-292-5/+21
| * Make the __signature__ attribute writable by defaultChristian Tismer2019-05-271-21/+85
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2416-40/+255
|\|
| * shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-2216-40/+255
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-201-11/+88
|\|
| * Fix Shiboken.ObjectType.__new__ for Python 2.7 V2Christian Tismer2019-05-141-11/+88
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-0616-162/+203
|\|
| * shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-043-6/+6
| * shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-033-34/+20
| * Use PyUnicode_GetLength instead of PyUnicode_GetSizeCristian Maureira-Fredes2019-05-032-1/+7
| * shiboken documentation: Move TOC to index pageFriedemann Kleint2019-04-302-22/+15
| * shiboken/Generators: Cache class information lists per classFriedemann Kleint2019-04-303-30/+89
| * shiboken: Refactor progress message output handlingFriedemann Kleint2019-04-306-68/+65
| * Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-261-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-04-2518-199/+652
|\|
| * shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-2515-190/+631
| * shiboken: Output module name in "done" messageFriedemann Kleint2019-04-253-9/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-04-2455-774/+741
|\|
| * Remove CMake dead codeAlexandru Croitor2019-04-232-49/+0
| * Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-2015-155/+79
| * Fix shiboken not to fail building when doc dependencies are missingAlexandru Croitor2019-04-184-12/+15
| * Declare XML files to be in encoding UTF-8Friedemann Kleint2019-04-184-4/+4
| * Make the PepType_AS_BUFFER definition completeChristian Tismer2019-04-161-0/+1
| * shiboken: Enable including typesystem XML snippets via entitiesFriedemann Kleint2019-04-165-0/+104
| * Ensure that signature strings never overflow againChristian Tismer2019-04-166-39/+63
| * Signatures: Add support for PySide2.QtCore.short/ushort/signed charFriedemann Kleint2019-04-161-0/+3
| * Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-167-151/+116
| * shiboken: Enable adding call operatorsFriedemann Kleint2019-04-152-14/+28
| * shiboken: Fix code injection not working for operator functionsFriedemann Kleint2019-04-157-23/+48