aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint2024-04-192-5/+11
* libshiboken: Remove unnecessary std::string usageFriedemann Kleint2024-04-181-1/+1
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint2024-04-171-3/+8
* shiboken6: Fix minor issues in code generationFriedemann Kleint2024-04-171-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-1712-153/+96
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint2024-04-174-35/+8
* shiboken6: Remove function attribute FinalInTargetLangFriedemann Kleint2024-04-175-89/+5
* shiboken6: Remove unused function modificationsFriedemann Kleint2024-04-177-53/+1
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint2024-04-124-5/+46
* shiboken6: Add a way of disable lazy initialization per classFriedemann Kleint2024-04-122-5/+12
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer2024-04-111-5/+7
* shiboken6: Refactor function virtualMethodReturn()Friedemann Kleint2024-04-092-30/+53
* shiboken6: Split out the part writing a Python overrideFriedemann Kleint2024-04-092-1/+14
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-085-4/+66
* shiboken6: Introduce a variable for the global scope prefixFriedemann Kleint2024-04-084-38/+58
* signature: Fix an old refcounting bugChristian Tismer2024-04-041-1/+1
* Implement multiple inheritance correctly, 2nd. amendmentChristian Tismer2024-03-281-0/+6
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1
* Fix handling of longs exceeding long long max in float conversionFriedemann Kleint2024-03-262-1/+9
* Debug operators: Fix handling of longs exceeding long long maxFriedemann Kleint2024-03-261-2/+9
* stubs: add type for os.PathLike type hintsCristián Maureira-Fredes2024-03-261-3/+3
* Fix build with MSVCFriedemann Kleint2024-03-251-1/+8
* shiboken6: Handle CMAKE_CXX_COMPILER in non-standard locationsFriedemann Kleint2024-03-251-3/+16
* shiboken6: Ignore Q_PROPERTY specified with MEMBERFriedemann Kleint2024-03-252-3/+8
* Lazy Init: Evict the Achilles Heel of Laziness and fix NuitkaChristian Tismer2024-03-211-50/+53
* Fix deprecation warning about QRegularExpression::match()Friedemann Kleint2024-03-201-1/+1
* doc: Add page for shiboken6-genpyiAdrian Herrmann2024-03-203-4/+45
* doc: display shiboken examples in shiboken's pageCristián Maureira-Fredes2024-03-201-0/+9
* shiboken6: Register typedefs of container typesFriedemann Kleint2024-03-1810-6/+70
* shiboken tests/otherbinding: Add a test for star imports, amendedChristian Tismer2024-03-151-3/+6
* shiboken6: Refactor writing out converter names registrationFriedemann Kleint2024-03-141-36/+42
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-139-42/+128
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-1312-39/+564
* shiboken tests/otherbinding: Add a test for star importsFriedemann Kleint2024-03-131-0/+96
* Android Wheels: Update Python version to 3.11Shyamnath Premnadh2024-03-131-1/+1
* shiboken tests/minimalbinding: Fix flake8 warningsFriedemann Kleint2024-03-136-40/+59
* shiboken tests/samplebinding: Fix flake8 warningsFriedemann Kleint2024-03-13124-370/+604
* shiboken tests/otherbinding: Fix flake8 warningsFriedemann Kleint2024-03-1214-42/+73
* shiboken tests/smartbinding: Fix flake8 warningsFriedemann Kleint2024-03-124-4/+1
* Deprecation Python 3.8Cristián Maureira-Fredes2024-03-125-13/+4
* Documentation/TOC sorting: Also sort Qt functions by the 2nd characterFriedemann Kleint2024-03-061-2/+2
* Documentation: Improve TOC sortingFriedemann Kleint2024-03-051-6/+19
* Long live PyObjectHolderFriedemann Kleint2024-03-053-0/+89
* Feature: Prepare feature and signature modules to stand lazy initChristian Tismer2024-03-055-1/+22
* shiboken6: Remove unneeded source fileFriedemann Kleint2024-03-041-7/+0
* Documentation: Add support for decoratorsFriedemann Kleint2024-03-011-29/+47
* Use new comparison helpers for equality in shiboken/libpysideFriedemann Kleint2024-03-0115-95/+65
* Fix connecting to signals with QFlags<>Friedemann Kleint2024-03-011-1/+4
* doc: list tools with a 2 column gridCristián Maureira-Fredes2024-02-291-0/+58
* shiboken6: Fix ODR violation / duplicated enum nameFriedemann Kleint2024-02-291-30/+30