aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken/FileOut: Add an overload that takes an error message stringFriedemann Kleint2018-03-212-9/+31
* siboken/Typesystem: Replace double used for versions by QVersionNumberFriedemann Kleint2018-03-208-90/+105
* shiboken/qtdocgenerator: Fall back to QtXmlPatterns when libxml/libxslt canno...Friedemann Kleint2018-03-075-39/+154
* Type system: Add attribute indicating C++ 11 enum classesFriedemann Kleint2018-02-283-14/+29
* shiboken: Remove unused code related to enumerationsFriedemann Kleint2018-02-282-29/+2
* Type system parser: Refactor convertBoolean()Friedemann Kleint2018-02-282-10/+10
* Type system parser: Introduce QStringLiteral for attribute valuesFriedemann Kleint2018-02-281-29/+34
* shiboken: Refactor finding of enumerationsFriedemann Kleint2018-02-235-75/+52
* sphinx: Remove deprecated config keysFriedemann Kleint2018-02-231-2/+0
* Reduce number of warnings when running shiboken on a custom moduleAlexandru Croitor2018-02-221-8/+18
* QtDocParser: Fix and refactor queriesFriedemann Kleint2018-02-211-34/+58
* Documentation extraction: Add error handlingFriedemann Kleint2018-02-216-13/+100
* DocParser: Add helper function to create list of documentable functionsFriedemann Kleint2018-02-214-8/+38
* Fix clazy warnings in the doc generatorsFriedemann Kleint2018-01-261-1/+0
* shiboken: replace first()/last() by constFirst/constLast()Friedemann Kleint2018-01-173-15/+14
* shiboken: Fix some clazy warningsFriedemann Kleint2018-01-178-33/+27
* Fix system header inclusions for proper support of C primitive typesAlexandru Croitor2018-01-151-1/+22
* Fix system framework handling on macOSAlexandru Croitor2018-01-151-4/+8
* Remove attributes Final and FinalInCppFriedemann Kleint2017-12-213-37/+17
* shiboken: Remove unused code in abstractmetalang.hFriedemann Kleint2017-12-213-547/+25
* shiboken/AbstractMetaBuilder: Remove create* functionsFriedemann Kleint2017-12-092-59/+15
* shiboken: Stop using the FinalInCpp attribute for classesFriedemann Kleint2017-12-093-17/+27
* shiboken: Refactor copying of the MetaLang* classesFriedemann Kleint2017-12-062-11/+35
* shiboken: Unify constructors of the MetaLang* classesFriedemann Kleint2017-12-052-108/+110
* Refactor typesystem modification structsFriedemann Kleint2017-12-053-184/+72
* shiboken: Do not use QString::split() to find nameFriedemann Kleint2017-12-051-3/+10
* shiboken: Cleanup of the TypeEntry hierarchyFriedemann Kleint2017-12-042-260/+366
* shiboken: Use information about virtual from the code modelFriedemann Kleint2017-12-022-3/+1
* shiboken/MetaLang: Add information about override/finalFriedemann Kleint2017-12-024-20/+71
* shiboken/Clang parser: Add information about override/finalFriedemann Kleint2017-12-013-0/+51
* shiboken/AbstractMetaAttributes: Remove some unused attributesFriedemann Kleint2017-12-013-46/+3
* shiboken: Use the correct basename and extension for qdoc module filesTopi Reinio2017-11-141-2/+5
* shikoben2: Extend type system path resolutionFriedemann Kleint2017-11-034-11/+40
* shiboken: Add the c++ header include paths of g++Friedemann Kleint2017-10-251-0/+21
* shiboken: Add Vulkan supportFriedemann Kleint2017-10-071-4/+17
* shiboken: Add -Wno-microsoft-enum-value for MSVCFriedemann Kleint2017-10-071-0/+1
* CodeModel: Handle access of inherited classesFriedemann Kleint2017-09-255-30/+53
* qtdocparser: Default to suffix '.webxml'Friedemann Kleint2017-09-151-10/+10
* Typesystem parser: Look up external injected code in typesystem pathFriedemann Kleint2017-09-153-5/+7
* Do not consider gl.h a system include file (all platforms)Friedemann Kleint2017-09-131-3/+19
* Windows: Do not consider gl.h a system include fileFriedemann Kleint2017-09-041-1/+19
* shiboken2: Make message about unmatched functions more verboseFriedemann Kleint2017-09-041-2/+23
* Refactor TypeEntry::isCppPrimitive()Friedemann Kleint2017-08-291-13/+18
* FunctionModification: Make it possible to specify a regular expressionFriedemann Kleint2017-08-296-14/+65
* Fix the chain of issues regarding QSslConfigurationAlexandru Croitor2017-08-242-1/+31
* shiboken: Prefix all warning messages by base prefix of typesystem fileFriedemann Kleint2017-08-232-1/+13
* Shiboken2: Add an index check for the <array> modificationFriedemann Kleint2017-08-221-1/+6
* Add new <array> argument modification indicating array usageFriedemann Kleint2017-08-037-11/+69
* libshiboken: Add Array convertersFriedemann Kleint2017-08-033-0/+27
* Shiboken: No longer change arrays[] to pointer typesFriedemann Kleint2017-08-032-33/+27