| Commit message (Expand) | Author | Age | Files | Lines |
| * | shiboken6: Prepare the graph used for topological for sorting classes without... | Friedemann Kleint | 2024-12-09 | 1 | -1/+1 |
| * | shiboken6: Restrict warning about QT6_DECL_NEW_OVERLOAD_TAIL to current module | Friedemann Kleint | 2024-10-04 | 1 | -5/+6 |
| * | shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6 | Friedemann Kleint | 2024-10-02 | 1 | -7/+39 |
| * | shiboken6: Fix an ASAN leak in traverseFunction() | Friedemann Kleint | 2024-06-12 | 1 | -63/+54 |
| * | shiboken6: Fix type names of smart pointers in namespaces in the cppApi array | Friedemann Kleint | 2024-06-04 | 1 | -7/+3 |
| * | shiboken6: Disable Clang MSVC option for C++ 20 | Friedemann Kleint | 2024-05-27 | 1 | -1/+1 |
| * | shiboken6: Ignore nested containers as template parameters when inheriting a ... | Friedemann Kleint | 2024-05-08 | 1 | -39/+67 |
| * | shiboken6: Fix warnings about unused init functions | Friedemann Kleint | 2024-04-19 | 1 | -5/+5 |
| * | shiboken: Prepare for [[nodiscard]] QFile::open | Friedemann Kleint | 2024-04-19 | 1 | -4/+10 |
| * | shiboken6: Extract common C++ function attributes | Friedemann Kleint | 2024-04-17 | 1 | -21/+7 |
| * | shiboken6: Remove class attribute FinalInTargetLang | Friedemann Kleint | 2024-04-17 | 1 | -11/+5 |
| * | shiboken6: Remove function attribute FinalInTargetLang | Friedemann Kleint | 2024-04-17 | 1 | -11/+1 |
| * | shiboken6: Remove unused function modifications | Friedemann Kleint | 2024-04-17 | 1 | -7/+0 |
| * | shiboken6: Ignore Q_PROPERTY specified with MEMBER | Friedemann Kleint | 2024-03-25 | 1 | -1/+1 |
| * | shiboken6: Register typedefs of container types | Friedemann Kleint | 2024-03-18 | 1 | -3/+30 |
| * | Use new comparison helpers for equality in shiboken/libpyside | Friedemann Kleint | 2024-03-01 | 1 | -1/+1 |
| * | shiboken6: Improve warning message when stripping arguments | Friedemann Kleint | 2023-12-21 | 1 | -1/+2 |
| * | shiboken6: Remove some further uses of QStringLiteral | Friedemann Kleint | 2023-11-29 | 1 | -7/+7 |
| * | shiboken6: Port the CodeModel::find*() helpers to QAnyStringView | Friedemann Kleint | 2023-11-27 | 1 | -2/+2 |
| * | shiboken6: Port the MetaClass::find*() helpers to QAnyStringView | Friedemann Kleint | 2023-11-27 | 1 | -2/+2 |
| * | CMake: Tell shiboken to process Qt headers inside system include dirs | Alexandru Croitor | 2023-11-02 | 1 | -1/+1 |
| * | shiboken6: Fix some clang-tidy warnings | Friedemann Kleint | 2023-09-20 | 1 | -13/+13 |
| * | shiboken6: Avoid losing warnings with ninja | Friedemann Kleint | 2023-08-01 | 1 | -14/+14 |
| * | Handle more attributes in add-function/declare-function/function elements | Friedemann Kleint | 2023-08-01 | 1 | -6/+13 |
| * | PyEnum: Shortcut old Enum code and generate Python enums directly | Christian Tismer | 2023-06-30 | 1 | -1/+1 |
| * | shiboken6: Cast enum values to unsigned custom types in meta builder | Friedemann Kleint | 2023-06-24 | 1 | -6/+9 |
| * | Add the underlying type to AbstractMetaEnum | Friedemann Kleint | 2023-06-20 | 1 | -0/+1 |
| * | Fix deprecation warnings in Qt 6.6 | Friedemann Kleint | 2023-06-14 | 1 | -8/+8 |
| * | shiboken6: Log rejected operators | Friedemann Kleint | 2023-05-11 | 1 | -2/+6 |
| * | shiboken6: Refactor reject logic | Friedemann Kleint | 2023-05-11 | 1 | -83/+96 |
| * | shiboken6: Fix passing static class fields as enum default values | Friedemann Kleint | 2023-05-10 | 1 | -3/+4 |
| * | shiboken6: Store a const TypeEntry in AbstractMetaEnum | Friedemann Kleint | 2023-05-10 | 1 | -2/+4 |
| * | shiboken6/clang: Suppress class scope look up for parameters with scope resol... | Friedemann Kleint | 2023-04-28 | 1 | -6/+16 |
| * | shiboken6/clang: Fix clashes between type name and enumeration values | Friedemann Kleint | 2023-04-25 | 1 | -2/+20 |
| * | Fix build without --unity | Friedemann Kleint | 2023-01-06 | 1 | -0/+1 |
| * | shiboken6: Enable views for containers | Friedemann Kleint | 2023-01-06 | 1 | -4/+26 |
| * | shiboken6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-05 | 1 | -89/+91 |
| * | shiboken6/generator: Fix CMake UNITY_BUILD (jumbo) | Friedemann Kleint | 2022-12-16 | 1 | -24/+22 |
| * | shiboken6: Use smart pointers for AbstractMetaClass instances | Friedemann Kleint | 2022-12-06 | 1 | -159/+152 |
| * | shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() static | Friedemann Kleint | 2022-12-05 | 1 | -15/+15 |
| * | shiboken6: Make some AbstractMetaClass query functions free functions | Friedemann Kleint | 2022-12-05 | 1 | -1/+1 |
| * | shiboken6: Parse the notify specification from Q_PROPERTY | Friedemann Kleint | 2022-11-23 | 1 | -0/+5 |
| * | shiboken6: Use smart pointers for the TypeEntry classes | Friedemann Kleint | 2022-11-17 | 1 | -76/+81 |
| * | shiboken6: Make some TypeEntry query functions free functions | Friedemann Kleint | 2022-11-17 | 1 | -6/+7 |
| * | shiboken6: Fix coding style regarding pointers (Type* v -> Type *v) | Friedemann Kleint | 2022-11-14 | 1 | -8/+10 |
| * | shiboken6: Reorder headers containing typedefs | Friedemann Kleint | 2022-11-11 | 1 | -12/+12 |
| * | shiboken6: Generate includes required to be able to forward-declare classes i... | Friedemann Kleint | 2022-10-31 | 1 | -2/+10 |
| * | shiboken6: Store whether class is a struct | Friedemann Kleint | 2022-10-31 | 1 | -0/+3 |
| * | shiboken6: Make check for signal function more explicit | Friedemann Kleint | 2022-10-25 | 1 | -0/+1 |
| * | shiboken6: Handle Qt private signals for documentation purposes | Friedemann Kleint | 2022-10-21 | 1 | -1/+10 |