aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix ODR violation / duplicated enum nameFriedemann Kleint2024-03-011-27/+27
* shiboken6: Fix assert in AbstractMetaType::fromString()Friedemann Kleint2024-02-281-1/+1
* shiboken6: Improve caching in AbstractMetaType::fromString()Friedemann Kleint2024-02-272-5/+11
* shiboken6: Skip empty tokens when parsing include path optionsFriedemann Kleint2024-02-131-4/+8
* shiboken6/compiler support: Extract helper compilerFromCMake()Friedemann Kleint2024-02-122-7/+18
* shiboken6: Improve code snippet error handlingFriedemann Kleint2024-01-312-0/+7
* shiboken6: Indicate default parameters in the generated overload decisor codeFriedemann Kleint2024-01-251-3/+5
* Documentation/doxygen: Fix querying const functionsFriedemann Kleint2024-01-121-1/+1
* shiboken6: Improve warning message when stripping argumentsFriedemann Kleint2023-12-213-4/+7
* Modernize qHash functions preparing introduction of Qt's comparison helpersFriedemann Kleint2023-12-195-26/+23
* Silence documentation warnings about not finding signals in webxml filesFriedemann Kleint2023-12-141-0/+9
* Signature: Generate enum name for flagsFriedemann Kleint2023-12-041-4/+8
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-061-1/+2
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-036-17/+31
* libshiboken: Add logs for showing default compiler include pathsAlexandru Croitor2023-11-011-0/+7
* shiboken6: Simplify spaces in function signaturesFriedemann Kleint2023-11-011-7/+7
* shiboken6: Improve API extractor command line arguments parsingFriedemann Kleint2023-10-261-7/+12
* shiboken6: Add additional debug statements regarding include parsingFriedemann Kleint2023-10-171-12/+53
* shiboken6: Fix special functionsFriedemann Kleint2023-10-0611-6/+31
* Replace QPair by std::pairFriedemann Kleint2023-09-298-18/+22
* shiboken6: Split out generator stringsFriedemann Kleint2023-09-272-2/+16
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-2118-61/+59
* shiboken6: Add an options parser for common optionsFriedemann Kleint2023-09-214-10/+16
* shiboken6: Move options parsing into API extractorFriedemann Kleint2023-09-214-52/+188
* shiboken6: Move options parsing into type databaseFriedemann Kleint2023-09-214-73/+122
* shiboken6: Introduce simple option structFriedemann Kleint2023-09-214-1/+190
* shiboken6: Fix calling conventions in TextStream/formattingFriedemann Kleint2023-09-201-2/+2
* shiboken6: Fix clang-tidy warning [performance-noexcept-move-constructor]Friedemann Kleint2023-09-2016-46/+44
* shiboken6: Move OptionsParser out of the generatorFriedemann Kleint2023-09-192-0/+35
* shiboken6: Extract options parser from the generatorsFriedemann Kleint2023-09-193-0/+103
* shiboken6: Add __int__, __float__Friedemann Kleint2023-09-051-0/+3
* shiboken6: Improve message about not being able to resolve typedefsFriedemann Kleint2023-08-313-2/+11
* shiboken6: Avoid losing warnings with ninjaFriedemann Kleint2023-08-012-17/+34
* Handle more attributes in add-function/declare-function/function elementsFriedemann Kleint2023-08-016-100/+108
* shiboken6: Log unused rejections and suppressed warningsFriedemann Kleint2023-08-013-12/+58
* Add experimental support for rvalue referencesFriedemann Kleint2023-08-013-1/+11
* shiboken6: Remove unused "thread" attribute of <modify-function>Friedemann Kleint2023-07-263-22/+1
* Disable generation of bindings for protected methods with disabled wrapperFriedemann Kleint2023-07-251-0/+7
* shiboken6: Make it possible to override a C++ deprecation attributeFriedemann Kleint2023-07-253-11/+24
* shiboken6: Prevent include of <span> being generated in C++ 17Friedemann Kleint2023-07-241-1/+2
* Remove remaining usage of QCoreApplicationFriedemann Kleint2023-07-242-4/+3
* shiboken6: Refactor the used bits calculation of the enum codeFriedemann Kleint2023-07-032-0/+51
* shiboken6: Streamline/Improve enum codeFriedemann Kleint2023-07-032-0/+24
* shiboken6: Move class Pad to TextStreamFriedemann Kleint2023-07-031-0/+22
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-303-1/+12
* shiboken6: Change the debug output for enums with flags to hexFriedemann Kleint2023-06-273-3/+16
* shiboken6: Cast enum values to unsigned custom types in meta builderFriedemann Kleint2023-06-243-6/+20
* Add the underlying type to AbstractMetaEnumFriedemann Kleint2023-06-206-4/+36
* shiboken6: Consolidate debug operators for clang typesFriedemann Kleint2023-06-164-71/+70