aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken6: Make it possible to inject documentation from separate .rst filesFriedemann Kleint2023-12-072-24/+61
* Port more strings constants to latin1Friedemann Kleint2023-12-043-6/+6
* Signature: Generate enum name for flagsFriedemann Kleint2023-12-041-4/+8
* Fix usages of QLatin1String (deprecation candidate)Friedemann Kleint2023-11-292-6/+6
* shiboken6: Add support for QAnyStringView to class TextStreamFriedemann Kleint2023-11-292-2/+12
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-2921-93/+92
* shiboken6: Remove inline functions using QStringLiteralFriedemann Kleint2023-11-295-21/+16
* shiboken6: Port the CodeModel::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-273-50/+34
* shiboken6: Port the MetaClass::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-2739-235/+280
* shiboken6: Type system parser: Port attribute names to use latin1 literalsFriedemann Kleint2023-11-244-231/+273
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-031-1/+2
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-026-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-0511-6/+31
* Replace QPair by std::pairFriedemann Kleint2023-09-298-18/+22
* shiboken6: Split out generator stringsFriedemann Kleint2023-09-272-2/+16
* shiboken6: Add an options parser for common optionsFriedemann Kleint2023-09-204-10/+16
* shiboken6: Move options parsing into API extractorFriedemann Kleint2023-09-204-52/+188
* shiboken6: Move options parsing into type databaseFriedemann Kleint2023-09-204-73/+122
* shiboken6: Introduce simple option structFriedemann Kleint2023-09-204-1/+190
* shiboken6: Fix calling conventions in TextStream/formattingFriedemann Kleint2023-09-201-2/+2
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-2018-61/+59
* shiboken6: Fix clang-tidy warning [performance-noexcept-move-constructor]Friedemann Kleint2023-09-1916-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
* shiboken6: Fix determining unsigned enum values for enums with typedefs as un...Friedemann Kleint2023-06-153-3/+25
* Fix deprecation warnings in Qt 6.6Friedemann Kleint2023-06-145-12/+15