aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix 32 bit buildsFriedemann Kleint2021-03-251-0/+2
* shiboken6: Fix crash when using enumeration types from other classesFriedemann Kleint2021-03-221-2/+5
* shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-161-1/+1
* shiboken6: Do not fail when containing template class of inner class cannot b...Friedemann Kleint2021-02-111-7/+16
* shiboken6/Documentation: Fix formatting tables on QIODevicesFriedemann Kleint2021-02-101-0/+2
* shiboken6/TextStream: Fix the output of empty aligned fields for width=0Friedemann Kleint2021-02-082-1/+6
* shiboken6: Fix a crash when printing clang diagnosticsFriedemann Kleint2021-02-012-5/+18
* shiboken6: Do not attempt to qualify braces specified as default valuesFriedemann Kleint2021-01-261-1/+1
* shiboken6: Add missing break statementsFriedemann Kleint2021-01-221-0/+2
* shiboken2: Add diagnostic output to clang include searchFriedemann Kleint2021-01-111-1/+6
* shiboken6: De-virtualize TypeEntry::targetLangApiName()Friedemann Kleint2020-12-232-58/+16
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-221-7/+1
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-226-8/+38
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-227-26/+155
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-222-12/+0
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-215-42/+32
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-216-17/+49
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-216-277/+348
* shiboken6: Refactor the class find algorithmFriedemann Kleint2020-12-201-18/+29
* Shiboken6: Decouple QtXmlToSphinx from the doc generatorFriedemann Kleint2020-12-152-37/+0
* shiboken6: Clarify code comment about pointer operatorFriedemann Kleint2020-12-151-4/+3
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-1110-182/+343
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-103-10/+2
* shiboken6: Remove function type enumeration value GlobalScopeFunctionFriedemann Kleint2020-12-103-5/+7
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-106-103/+153
* Exclude Qt header qsimd.h by include guardFriedemann Kleint2020-12-091-0/+5
* shiboken6: Remove unimplemented warnings for field modificationsFriedemann Kleint2020-12-081-4/+0
* shiboken6: Enable debug streaming of the CodeModel enumerationsFriedemann Kleint2020-12-081-0/+4
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-0714-10/+307
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-037-105/+292
* shiboken6: Simplify handling of removed attributeFriedemann Kleint2020-12-028-83/+38
* shiboken6: Refactor field modificationsFriedemann Kleint2020-12-029-42/+119
* shiboken6: Remove deprecated typesystem tagsFriedemann Kleint2020-12-026-127/+57
* shiboken6: Fix field modificationsFriedemann Kleint2020-12-026-18/+86
* shiboken6: Fix some functions to take a const AbstractMetaClass *Friedemann Kleint2020-12-014-23/+23
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-3038-373/+368
* shiboken6: Fix linker error about void TextStream::putCharHelper(char)Friedemann Kleint2020-11-272-2/+12
* shiboken6: Build with MSVC 19.28.29334Friedemann Kleint2020-11-261-15/+28
* shiboken6/TextStream: Fix output of empty aligned fieldsFriedemann Kleint2020-11-263-1/+16
* Replace QVector by QListFriedemann Kleint2020-11-2533-105/+106
* shiboken6: Introduce a new Text streamFriedemann Kleint2020-11-258-2/+454
* shiboken6: Refactor writing out filesFriedemann Kleint2020-11-243-2/+15
* shiboken6: Replace QScopedPointer by std::unique_ptrFriedemann Kleint2020-11-212-21/+20
* shiboken6: Remove need to repeat signature when modifying a global functionFriedemann Kleint2020-11-191-0/+6
* shiboken6: Remove unneeded forward/wrong declarationFriedemann Kleint2020-11-191-1/+0
* shiboken6: Fix linking of tests with with MSVC 2019Friedemann Kleint2020-11-181-1/+1
* shiboken6: Fix some warning messagesFriedemann Kleint2020-11-186-67/+167
* shiboken6: Preferably search classes by type entryFriedemann Kleint2020-11-182-19/+11
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-174-0/+51
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-178-0/+99