aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/parser/codemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the shiboken-generator source aroundFriedemann Kleint2025-11-241-1594/+0
* shiboken6/code model: Add a type category roughly modelled after libclang's C...Friedemann Kleint2025-09-171-0/+5
* shiboken6/code model: _TypeDefModelItem: Add accessFriedemann Kleint2025-09-171-1/+11
* shiboken6: Remove unused code paths for Q_ENUMFriedemann Kleint2025-09-151-8/+1
* shiboken6/code model: Add utility function returning the qualified name as st...Friedemann Kleint2025-09-151-0/+5
* Allow for building with Clang 14 (Yocto)Friedemann Kleint2025-04-301-1/+15
* shiboken6: Port to Qt include styleFriedemann Kleint2025-03-271-3/+3
* shiboken6: Handle further class special functionsFriedemann Kleint2025-02-111-0/+6
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2025-02-031-1/+1
* shiboken6: Fix clang-tidy warning about using std::any_of instead of loopsFriedemann Kleint2024-06-241-5/+4
* shiboken6: Fix static analysis warningsFriedemann Kleint2024-06-241-6/+6
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-171-66/+6
* shiboken6: Remove unused function modificationsFriedemann Kleint2024-04-171-11/+0
* shiboken6: Port the CodeModel::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-271-41/+25
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-6/+4
* Add the underlying type to AbstractMetaEnumFriedemann Kleint2023-06-201-0/+10
* shiboken6/clang: Record scope resolution of arguments/function returnFriedemann Kleint2023-04-281-0/+24
* shiboken6: Refactor code model classesFriedemann Kleint2023-04-281-1/+100
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-10/+10
* shiboken6/generator: Fix CMake UNITY_BUILD (jumbo)Friedemann Kleint2022-12-161-20/+1
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-221-3/+5
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-6/+6
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-1/+1
* shiboken6: Propagate C++ enum deprecationFriedemann Kleint2022-08-221-0/+24
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-211-1/+8
* Use SPDX license identifiersLucie Gérard2022-05-271-28/+3
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-251-3/+3
* shiboken6: Fix comparison operators in namespacesFriedemann Kleint2022-03-221-0/+25
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-171-2/+2
* shiboken6: Add internal flags to AbstractMetaFunctionFriedemann Kleint2021-12-161-0/+10
* shiboken6: Implement enum search by value in code modelFriedemann Kleint2021-11-051-0/+93
* shiboken6: Store pointer enclosing scope in code model itemsFriedemann Kleint2021-11-041-0/+17
* shiboken6: Store a pointer to base classes in the code modelFriedemann Kleint2021-11-041-8/+0
* shiboken6: Handle enums without valuesFriedemann Kleint2021-10-181-0/+18
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-091-2/+2
* shiboken6: Add constructors of base classes imported via "using"Friedemann Kleint2021-03-011-0/+15
* shiboken6: Move C++ access specifiers into a global enumFriedemann Kleint2021-02-171-17/+26
* shiboken6: Improve detection of default/copy constructabilityFriedemann Kleint2021-02-171-0/+6
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-231-1/+1
* shiboken6: Add missing break statementsFriedemann Kleint2021-01-221-0/+2
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-111-0/+99
* Replace QVector by QListFriedemann Kleint2020-11-251-1/+1
* shiboken6: Split out class TypeInfoFriedemann Kleint2020-11-051-378/+13
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-281-0/+1608