aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* Pin qt5#6.5.1 sha1 and bump version numbersSimo Fält2023-05-241-1/+1
* Shiboken: Undo the unraisable exception delay for nowChristian Tismer2023-05-191-2/+2
* shiboken: Fix an unused variable warningChristian Tismer2023-05-161-2/+0
* Revert "shiboken tests: Fix warning about a potentially unused field"Friedemann Kleint2023-05-151-1/+1
* shiboken6: Improve message about missing type entriesFriedemann Kleint2023-05-123-2/+16
* Numpy support: Fix 64bit support and compiler warning about potentially unini...Friedemann Kleint2023-05-111-38/+40
* shiboken6: Log rejected operatorsFriedemann Kleint2023-05-112-2/+7
* shiboken6: Refactor reject logicFriedemann Kleint2023-05-114-93/+120
* shiboken6: Correctly register smartpointer signaturesFriedemann Kleint2023-05-114-11/+11
* shiboken6: Remove check for variable type in conversion snippetsFriedemann Kleint2023-05-113-22/+0
* shiboken6: Remove usage of QCoreApplicationFriedemann Kleint2023-05-101-36/+49
* shiboken6: Fix passing static class fields as enum default valuesFriedemann Kleint2023-05-105-6/+26
* shiboken6: Store a const TypeEntry in AbstractMetaEnumFriedemann Kleint2023-05-104-8/+10
* signature: Fix a rare case in QDBusChristian Tismer2023-05-091-1/+2
* shiboken6: Improve exception messagesFriedemann Kleint2023-05-091-3/+4
* Numpy support: Handle short/long/long long integer typesFriedemann Kleint2023-05-052-3/+65
* shiboken6/clang: Write scope resolution for all parameters of native wrappersFriedemann Kleint2023-04-282-8/+9
* shiboken6/clang: Suppress class scope look up for parameters with scope resol...Friedemann Kleint2023-04-283-7/+20
* shiboken6/clang: Record scope resolution of arguments/function returnFriedemann Kleint2023-04-285-2/+53
* shiboken6/clang: Fix build with clang 16Friedemann Kleint2023-04-284-3/+26
* shiboken6: Refactor code model classesFriedemann Kleint2023-04-282-56/+137
* shiboken6/clang: Remove typedef expansionFriedemann Kleint2023-04-281-40/+1
* shiboken6: Remove left-over debug statementFriedemann Kleint2023-04-271-1/+0
* shiboken6/clang: Fix and simplify resolveType() helperFriedemann Kleint2023-04-261-23/+20
* shiboken6/clang: Add debug operators for clang typesFriedemann Kleint2023-04-262-0/+42
* shiboken6/clang: Fix clashes between type name and enumeration valuesFriedemann Kleint2023-04-262-3/+22
* shiboken6: Output the clang versionFriedemann Kleint2023-04-251-1/+3
* shiboken6: Refactor code snippet extractionFriedemann Kleint2023-04-214-31/+140
* shiboken6: Fail template test instead of crashingFriedemann Kleint2023-04-121-0/+1
* Implement multiple inheritance correctly, amendedChristian Tismer2023-04-121-7/+3
* shiboken6: Fix build with clang 16Friedemann Kleint2023-04-121-0/+2
* Type hints: Fix missing NoneType importFriedemann Kleint2023-04-121-1/+2
* Type hints: Fix checks for None with pyrightFriedemann Kleint2023-04-051-0/+1
* doc: fix shiboken format inconsistenciesCristián Maureira-Fredes2023-04-0417-1955/+1925
* Pin qt5#6.5.0 sha1 and update version strings for releaseSimo Fält2023-03-301-2/+2
* shiboken tests: Fix warning about a potentially unused fieldFriedemann Kleint2023-03-291-1/+1
* Signature embedding: Use raw string literalsFriedemann Kleint2023-03-291-10/+11
* Unify the shiboken sample binding example descriptionFriedemann Kleint2023-03-272-249/+7
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amendedChristian Tismer2023-03-274-15/+29
* doc: use new logo and colorsCristián Maureira-Fredes2023-03-252-10/+10
* doc: refresh shiboken imagesCristián Maureira-Fredes2023-03-2512-1012/+3870
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11Christian Tismer2023-03-232-2/+12
* shiboken6: Add explanatory comment about issues of field getters in listsFriedemann Kleint2023-03-221-1/+8
* Introduce QHashSeedFriedemann Kleint2023-03-221-1/+1
* signature: make mapping module safe against missing cython nameChristian Tismer2023-03-221-1/+1
* libshiboken: Add cstring header on bindingmanagerCristián Maureira-Fredes2023-03-221-0/+1
* build: remove examples from wheels and installationCristián Maureira-Fredes2023-03-211-1/+2
* Fix compiler warnings introduced by change removing gotoFriedemann Kleint2023-03-212-8/+2
* Implement multiple inheritance correctly, compatible versionChristian Tismer2023-03-214-11/+87
* cppgenerator: get rid of all goto constructsChristian Tismer2023-03-204-60/+100