aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Prepare the graph used for topological for sorting classes without...Friedemann Kleint2024-12-091-1/+1
* shiboken6: Restrict warning about QT6_DECL_NEW_OVERLOAD_TAIL to current moduleFriedemann Kleint2024-10-041-5/+6
* shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6Friedemann Kleint2024-10-021-7/+39
* shiboken6: Fix an ASAN leak in traverseFunction()Friedemann Kleint2024-06-121-63/+54
* shiboken6: Fix type names of smart pointers in namespaces in the cppApi arrayFriedemann Kleint2024-06-041-7/+3
* shiboken6: Disable Clang MSVC option for C++ 20Friedemann Kleint2024-05-271-1/+1
* shiboken6: Ignore nested containers as template parameters when inheriting a ...Friedemann Kleint2024-05-081-39/+67
* shiboken6: Fix warnings about unused init functionsFriedemann Kleint2024-04-191-5/+5
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint2024-04-191-4/+10
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-171-21/+7
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint2024-04-171-11/+5
* shiboken6: Remove function attribute FinalInTargetLangFriedemann Kleint2024-04-171-11/+1
* shiboken6: Remove unused function modificationsFriedemann Kleint2024-04-171-7/+0
* shiboken6: Ignore Q_PROPERTY specified with MEMBERFriedemann Kleint2024-03-251-1/+1
* shiboken6: Register typedefs of container typesFriedemann Kleint2024-03-181-3/+30
* Use new comparison helpers for equality in shiboken/libpysideFriedemann Kleint2024-03-011-1/+1
* shiboken6: Improve warning message when stripping argumentsFriedemann Kleint2023-12-211-1/+2
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-7/+7
* shiboken6: Port the CodeModel::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-271-2/+2
* shiboken6: Port the MetaClass::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-271-2/+2
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-021-1/+1
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-13/+13
* shiboken6: Avoid losing warnings with ninjaFriedemann Kleint2023-08-011-14/+14
* Handle more attributes in add-function/declare-function/function elementsFriedemann Kleint2023-08-011-6/+13
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-1/+1
* shiboken6: Cast enum values to unsigned custom types in meta builderFriedemann Kleint2023-06-241-6/+9
* Add the underlying type to AbstractMetaEnumFriedemann Kleint2023-06-201-0/+1
* Fix deprecation warnings in Qt 6.6Friedemann Kleint2023-06-141-8/+8
* shiboken6: Log rejected operatorsFriedemann Kleint2023-05-111-2/+6
* shiboken6: Refactor reject logicFriedemann Kleint2023-05-111-83/+96
* shiboken6: Fix passing static class fields as enum default valuesFriedemann Kleint2023-05-101-3/+4
* shiboken6: Store a const TypeEntry in AbstractMetaEnumFriedemann Kleint2023-05-101-2/+4
* shiboken6/clang: Suppress class scope look up for parameters with scope resol...Friedemann Kleint2023-04-281-6/+16
* shiboken6/clang: Fix clashes between type name and enumeration valuesFriedemann Kleint2023-04-251-2/+20
* Fix build without --unityFriedemann Kleint2023-01-061-0/+1
* shiboken6: Enable views for containersFriedemann Kleint2023-01-061-4/+26
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-89/+91
* shiboken6/generator: Fix CMake UNITY_BUILD (jumbo)Friedemann Kleint2022-12-161-24/+22
* shiboken6: Use smart pointers for AbstractMetaClass instancesFriedemann Kleint2022-12-061-159/+152
* shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() staticFriedemann Kleint2022-12-051-15/+15
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-051-1/+1
* shiboken6: Parse the notify specification from Q_PROPERTYFriedemann Kleint2022-11-231-0/+5
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-76/+81
* shiboken6: Make some TypeEntry query functions free functionsFriedemann Kleint2022-11-171-6/+7
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-141-8/+10
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-111-12/+12
* shiboken6: Generate includes required to be able to forward-declare classes i...Friedemann Kleint2022-10-311-2/+10
* shiboken6: Store whether class is a structFriedemann Kleint2022-10-311-0/+3
* shiboken6: Make check for signal function more explicitFriedemann Kleint2022-10-251-0/+1
* shiboken6: Handle Qt private signals for documentation purposesFriedemann Kleint2022-10-211-1/+10