| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the shiboken-generator source around | Friedemann Kleint | 2025-11-24 | 1 | -1594/+0 |
| * | shiboken6/code model: Add a type category roughly modelled after libclang's C... | Friedemann Kleint | 2025-09-17 | 1 | -0/+5 |
| * | shiboken6/code model: _TypeDefModelItem: Add access | Friedemann Kleint | 2025-09-17 | 1 | -1/+11 |
| * | shiboken6: Remove unused code paths for Q_ENUM | Friedemann Kleint | 2025-09-15 | 1 | -8/+1 |
| * | shiboken6/code model: Add utility function returning the qualified name as st... | Friedemann Kleint | 2025-09-15 | 1 | -0/+5 |
| * | Allow for building with Clang 14 (Yocto) | Friedemann Kleint | 2025-04-30 | 1 | -1/+15 |
| * | shiboken6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 1 | -3/+3 |
| * | shiboken6: Handle further class special functions | Friedemann Kleint | 2025-02-11 | 1 | -0/+6 |
| * | shiboken6: Fix some clang-tidy warnings | Friedemann Kleint | 2025-02-03 | 1 | -1/+1 |
| * | shiboken6: Fix clang-tidy warning about using std::any_of instead of loops | Friedemann Kleint | 2024-06-24 | 1 | -5/+4 |
| * | shiboken6: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -6/+6 |
| * | shiboken6: Extract common C++ function attributes | Friedemann Kleint | 2024-04-17 | 1 | -66/+6 |
| * | shiboken6: Remove unused function modifications | Friedemann Kleint | 2024-04-17 | 1 | -11/+0 |
| * | shiboken6: Port the CodeModel::find*() helpers to QAnyStringView | Friedemann Kleint | 2023-11-27 | 1 | -41/+25 |
| * | shiboken6: Fix some clang-tidy warnings | Friedemann Kleint | 2023-09-20 | 1 | -6/+4 |
| * | Add the underlying type to AbstractMetaEnum | Friedemann Kleint | 2023-06-20 | 1 | -0/+10 |
| * | shiboken6/clang: Record scope resolution of arguments/function return | Friedemann Kleint | 2023-04-28 | 1 | -0/+24 |
| * | shiboken6: Refactor code model classes | Friedemann Kleint | 2023-04-28 | 1 | -1/+100 |
| * | shiboken6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-05 | 1 | -10/+10 |
| * | shiboken6/generator: Fix CMake UNITY_BUILD (jumbo) | Friedemann Kleint | 2022-12-16 | 1 | -20/+1 |
| * | Purge remaining uses of old Qt string literals | Friedemann Kleint | 2022-11-22 | 1 | -3/+5 |
| * | shiboken6: Port some loop variables to qsizetype | Friedemann Kleint | 2022-10-13 | 1 | -6/+6 |
| * | Port from qAsConst() to std::as_const() | Friedemann Kleint | 2022-10-13 | 1 | -1/+1 |
| * | shiboken6: Propagate C++ enum deprecation | Friedemann Kleint | 2022-08-22 | 1 | -0/+24 |
| * | shiboken6: Implement the spaceship comparison operator of C++ 20 | Friedemann Kleint | 2022-06-21 | 1 | -1/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -28/+3 |
| * | Migrate from QLatin1Char to UTF-16 char literals | Friedemann Kleint | 2022-04-25 | 1 | -3/+3 |
| * | shiboken6: Fix comparison operators in namespaces | Friedemann Kleint | 2022-03-22 | 1 | -0/+25 |
| * | Port code to use size() instead of count() of Qt containers | Friedemann Kleint | 2022-03-17 | 1 | -2/+2 |
| * | shiboken6: Add internal flags to AbstractMetaFunction | Friedemann Kleint | 2021-12-16 | 1 | -0/+10 |
| * | shiboken6: Implement enum search by value in code model | Friedemann Kleint | 2021-11-05 | 1 | -0/+93 |
| * | shiboken6: Store pointer enclosing scope in code model items | Friedemann Kleint | 2021-11-04 | 1 | -0/+17 |
| * | shiboken6: Store a pointer to base classes in the code model | Friedemann Kleint | 2021-11-04 | 1 | -8/+0 |
| * | shiboken6: Handle enums without values | Friedemann Kleint | 2021-10-18 | 1 | -0/+18 |
| * | shiboken6: Fix increment/decrement operators | Friedemann Kleint | 2021-06-09 | 1 | -2/+2 |
| * | shiboken6: Add constructors of base classes imported via "using" | Friedemann Kleint | 2021-03-01 | 1 | -0/+15 |
| * | shiboken6: Move C++ access specifiers into a global enum | Friedemann Kleint | 2021-02-17 | 1 | -17/+26 |
| * | shiboken6: Improve detection of default/copy constructability | Friedemann Kleint | 2021-02-17 | 1 | -0/+6 |
| * | shiboken6: Make more functions static using clang tidy | Friedemann Kleint | 2021-01-23 | 1 | -1/+1 |
| * | shiboken6: Add missing break statements | Friedemann Kleint | 2021-01-22 | 1 | -0/+2 |
| * | shiboken6: Determine function types in the code model | Friedemann Kleint | 2020-12-11 | 1 | -0/+99 |
| * | Replace QVector by QList | Friedemann Kleint | 2020-11-25 | 1 | -1/+1 |
| * | shiboken6: Split out class TypeInfo | Friedemann Kleint | 2020-11-05 | 1 | -378/+13 |
| * | Rename shiboken2 to shiboken6 | Friedemann Kleint | 2020-10-28 | 1 | -0/+1608 |