aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken: Remove -fno-exceptions from Clang parse optionsFriedemann Kleint2018-07-231-1/+0
* shiboken: Provide g++ internal headers for CentOS, tooFriedemann Kleint2018-07-101-7/+32
* Fix macOS build when building inside Homebrew environmentAlexandru Croitor2018-07-091-0/+34
* shiboken: Fix handling of deleted functionsFriedemann Kleint2018-07-064-1/+45
* shiboken: Handle enum class forward declarationsFriedemann Kleint2018-07-062-1/+5
* shiboken: Use raw string literals in ApiExtractor test testtemplatesFriedemann Kleint2018-07-021-193/+195
* shiboken: Remove code fixing template argumentsFriedemann Kleint2018-06-301-78/+2
* shiboken: Remove unused code from the generatorsFriedemann Kleint2018-06-285-28/+0
* shiboken: No longer hard-code the C++ language levelFriedemann Kleint2018-06-279-13/+102
* shiboken: Search for Clang builtin-includes at runtimeFriedemann Kleint2018-06-232-16/+82
* shiboken: Add command line options for system include pathsFriedemann Kleint2018-06-222-22/+27
* shiboken: Add error handling to added functionsFriedemann Kleint2018-06-221-2/+17
* shiboken: Improve error message about missing function for modificationFriedemann Kleint2018-06-223-7/+20
* shiboken: Streamline the type parsing codeFriedemann Kleint2018-06-016-186/+87
* shiboken/ClangBuilder: Fix nested qualified namesFriedemann Kleint2018-06-011-1/+22
* 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