aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-214-182/+27
* shiboken: Fix funny Python 2.7 glitchesChristian Tismer2020-02-192-1/+4
* shiboken: Fix uninitialized time stamps in test logFriedemann Kleint2020-02-193-0/+7
* cmake: Fix warning about missing scope for --quietFriedemann Kleint2020-02-191-1/+1
* shiboken: Handle typedef'ed enumsFriedemann Kleint2020-02-182-9/+28
* shiboken: Improve the libdir for windowsCristián Maureira-Fredes2020-02-181-1/+2
* Bump versions stringsSimo Fält2020-02-121-1/+1
* Fix running the shiboken tests for Python 3.8/WindowsFriedemann Kleint2020-02-12143-32/+919
* shiboken: Refactor writing of get/setattro methodsFriedemann Kleint2020-02-104-137/+173
* shiboken: Add explanatory comment to getattro functionFriedemann Kleint2020-02-101-0/+2
* shiboken: Refactor the generated getattro()-methodFriedemann Kleint2020-02-101-75/+57
* shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2020-02-105-858/+844
* Prospective fix for flaky smart_pointer_test.pyFriedemann Kleint2020-01-301-0/+7
* Fix Python 3.8 warnings about deprecated int conversions of enums/flagsFriedemann Kleint2020-01-291-0/+1
* Let qApp be noApp instead of pretending to be NoneChristian Tismer2020-01-293-84/+48
* docs: Improve Shiboken docsKavindra Palaraja2020-01-272-37/+34
* Fix machinery and pep425tags CI errorCristián Maureira-Fredes2020-01-271-1/+1
* docs: Fix pre overlap and improve readingCristián Maureira-Fredes2020-01-241-2/+1
* shiboken: Introduce "until" version attribute as opposite of "since"Friedemann Kleint2020-01-245-28/+64
* Fix Limited API for Python 3.8Christian Tismer2020-01-061-1/+1
* Shiboken: QtDoc: Change the order of entries at the beginningVenugopal Shivashankar2020-01-051-2/+2
* qApp: make sure to create the right instance when embeddingChristian Tismer2020-01-021-23/+47
* qApp: Ensure QtCore import when embedded QApplication subclass is usedChristian Tismer2019-12-201-1/+8
* Fix the registry after QTEST_ENVIRONMENT=ci was restoredChristian Tismer2019-12-201-0/+4
* Fix building without doc generatorFriedemann Kleint2019-12-191-0/+3
* Finalize the Python 3.8 refcount fixChristian Tismer2019-12-121-5/+7
* Shiboken: QtDoc: Fix the fancy TOC in the module index pageVenugopal Shivashankar2019-12-121-0/+3
* Optimize the Python 3.8 refcount fix a tiny bitChristian Tismer2019-12-051-1/+1
* Fix Python 3.8 problemsChristian Tismer2019-12-0510-16/+121
* New documentation structureCristián Maureira-Fredes2019-12-031-2/+59
* shiboken: Refactor metatype comparisonFriedemann Kleint2019-11-253-42/+50
* Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
* shiboken: Refactor target lang nameFriedemann Kleint2019-11-257-157/+76
* shiboken: Store the unqualified entry name in TypeEntryFriedemann Kleint2019-11-258-130/+146
* Replace imp by importlibCristián Maureira-Fredes2019-11-191-6/+11
* shiboken: Give the type system entries a pointer to their parentFriedemann Kleint2019-11-187-78/+189
* shiboken: Fix crash when smartptr template class cannot be foundFriedemann Kleint2019-11-183-1/+23
* Doc: Drop PySide prefix from the RST filenamesVenugopal Shivashankar2019-11-181-2/+10
* shiboken/Doc generator: Refactor the Table classFriedemann Kleint2019-11-152-42/+55
* shiboken: Remove more usages of QListFriedemann Kleint2019-11-153-6/+7
* shiboken: Refactor the logic deciding whether headers should be parsedFriedemann Kleint2019-11-151-31/+48
* shiboken: Refactor TypeEntry::addExtraInclude()Friedemann Kleint2019-11-152-13/+12
* shiboken: Split the headers of libsmartFriedemann Kleint2019-11-146-193/+370
* Fix clang parsing with update MSCV versionsFriedemann Kleint2019-11-131-0/+2
* shiboken: Remove unused codeFriedemann Kleint2019-11-075-40/+0
* Simplify recreation of registry filesChristian Tismer2019-11-071-0/+11
* shiboken: Refactor lookForEnumsInClassesNotToBeGenerated()Friedemann Kleint2019-11-011-9/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-319-19/+73
|\
| * Fix Python 3 deprecation warning about Buffer APIFriedemann Kleint2019-10-251-0/+4
| * abstractmetabuilder_p.h: Fix compilation with some versions of g++Friedemann Kleint2019-10-251-1/+1