| Commit message (Expand) | Author | Age | Files | Lines |
| * | shiboken6: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -1/+1 |
| * | shiboken6: Fix clang-tidy warning [performance-noexcept-move-constructor] | Friedemann Kleint | 2023-09-19 | 1 | -4/+4 |
| * | shiboken6: Refactor the used bits calculation of the enum code | Friedemann Kleint | 2023-07-03 | 1 | -0/+46 |
| * | PyEnum: Shortcut old Enum code and generate Python enums directly | Christian Tismer | 2023-06-30 | 1 | -0/+10 |
| * | shiboken6: Change the debug output for enums with flags to hex | Friedemann Kleint | 2023-06-27 | 1 | -3/+7 |
| * | Add the underlying type to AbstractMetaEnum | Friedemann Kleint | 2023-06-20 | 1 | -4/+17 |
| * | shiboken6: Store a const TypeEntry in AbstractMetaEnum | Friedemann Kleint | 2023-05-10 | 1 | -3/+3 |
| * | shiboken6: Use smart pointers for the TypeEntry classes | Friedemann Kleint | 2022-11-17 | 1 | -3/+3 |
| * | shiboken6: Port some loop variables to qsizetype | Friedemann Kleint | 2022-10-13 | 1 | -1/+1 |
| * | shiboken 6: Generate warnings about deprecated enum/values | Friedemann Kleint | 2022-08-24 | 1 | -0/+21 |
| * | shiboken6: Propagate C++ enum deprecation | Friedemann Kleint | 2022-08-22 | 1 | -3/+33 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -27/+2 |
| * | shiboken6: Split the typesystem header | Friedemann Kleint | 2022-05-17 | 1 | -1/+1 |
| * | shiboken6: Remove deprecated QLatin1String | Friedemann Kleint | 2022-04-25 | 1 | -1/+5 |
| * | Migrate from QLatin1String to UTF-16 string literals | Friedemann Kleint | 2022-04-25 | 1 | -1/+1 |
| * | Migrate from QLatin1Char to UTF-16 char literals | Friedemann Kleint | 2022-04-25 | 1 | -1/+1 |
| * | shiboken6: Fix debug operator of AbstractMetaEnumValue | Friedemann Kleint | 2021-10-28 | 1 | -4/+1 |
| * | shiboken6: Move C++ access specifiers into a global enum | Friedemann Kleint | 2021-02-17 | 1 | -0/+12 |
| * | shiboken6: Port AbstractMetaEnum/Value to use QSharedDataPointer | Friedemann Kleint | 2020-11-11 | 1 | -40/+221 |
| * | shiboken6: Introduce a private class hierarchy for TypeEntry | Friedemann Kleint | 2020-11-10 | 1 | -0/+2 |
| * | shiboken6: Split the abstractmetalang headers and sources | Friedemann Kleint | 2020-11-06 | 1 | -0/+128 |