aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* PEP 384-squash: Implement PEP 384Christian Tismer2018-05-301-1/+1
* shiboken: Streamline the type parsing codeFriedemann Kleint2018-05-304-98/+54
* Documentation: Improve function documentation extractionFriedemann Kleint2018-05-183-34/+134
* Documentation: Skip methods added by the meta builderFriedemann Kleint2018-05-183-5/+11
* Documentation: Fix failure extracting docs for functions with QVariant::TypeFriedemann Kleint2018-05-171-3/+0
* Docs: Point to Qt online documentation for QML typesFriedemann Kleint2018-05-171-6/+30
* shiboken: Improve error messages for rejected functionsFriedemann Kleint2018-05-161-11/+29
* Fix wrongly generated code for enums passed by const-refFriedemann Kleint2018-05-162-6/+10
* Update ApiExtractor documentationCristian Maureira-Fredes2018-05-046-13/+11
* Change license from all the filesCristian Maureira-Fredes2018-05-03122-122/+122
* Rename PySide references to Qt for PythonCristian Maureira-Fredes2018-04-27122-122/+122
* Add references from ApiExtractor to shiboken docCristian Maureira-Fredes2018-04-262-4/+18
* shiboken: Strip parameters of invalid type with a default value expressionFriedemann Kleint2018-04-231-1/+15
* Add shiboken2/ApiExtractor doc generationCristian Maureira-Fredes2018-04-233-6/+10
* shiboken: Use enum values from ClangFriedemann Kleint2018-04-1912-263/+276
* shiboken: Fix XQuery for the module descriptionFriedemann Kleint2018-04-191-1/+2
* QtDocParser: Fix querying WebXML for functions with container argumentsFriedemann Kleint2018-04-191-0/+11
* shiboken: Detect class enums by Clang entirelyFriedemann Kleint2018-04-1910-52/+72
* 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