aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken/meta builder: Refactor type resolution parseQ_Property()Friedemann Kleint2019-04-101-21/+19
* shiboken: Remove member m_currentClass from AbstractMetaBuilderPrivateFriedemann Kleint2019-04-082-108/+98
* shiboken: Allow for include paths with relative directoriesFriedemann Kleint2019-04-046-13/+67
* shiboken: Remove finding of the current class in metabuilderFriedemann Kleint2019-04-032-35/+18
* shiboken: Search for classes by type entry instead of nameFriedemann Kleint2019-04-031-3/+3
* shiboken: Move the Api extractor documentation into shibokenFriedemann Kleint2019-04-0329-2351/+0
* ApiExtractor manual: Fix doc warningFriedemann Kleint2019-04-021-1/+1
* shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-015-64/+57
* shiboken: Replace QLinkedList by a QVector in the Graph classFriedemann Kleint2019-04-014-20/+23
* Remove unused imageCristián Maureira-Fredes2019-03-271-0/+0
* shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-265-9/+32
* Update logoCristian Maureira-Fredes2019-03-261-0/+0
* shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-251-0/+2
* shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-131-0/+4
* shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-131-2/+0
* shiboken: Handle <array> modifications in template inheritanceFriedemann Kleint2019-03-014-34/+62
* shiboken: Add allow-thread attribute to type system and class entriesFriedemann Kleint2019-02-288-35/+97
* shiboken: Fix exception handling when specified in base classFriedemann Kleint2019-02-284-45/+91
* shiboken: Extend the exception handling testFriedemann Kleint2019-02-262-11/+97
* Modernize cmake buildAlexandru Croitor2019-02-071-4/+0
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-062-4/+4
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-051-1/+5
* shiboken: Suppress warnings about missing types for dropped entriesFriedemann Kleint2019-01-311-0/+1
* shiboken: Add option to skip deprecated functionsFriedemann Kleint2019-01-316-2/+37
* shiboken: Make constructor checks more fine-grainedFriedemann Kleint2019-01-303-16/+19
* shiboken: Replace C-style NULL by nullptrFriedemann Kleint2019-01-111-1/+1
* shiboken: Make warning about non-existing templates fatalFriedemann Kleint2018-12-113-65/+14
* shiboken: Fix finding of the Clang lib dirFriedemann Kleint2018-12-051-6/+6
* shiboken: Fix build with Qt 5.13Friedemann Kleint2018-12-041-0/+1
* shiboken: Add file snippet handling to native-to-target and add-conversionFriedemann Kleint2018-11-283-5/+25
* shiboken: Fix file snippet code missing for derived classesFriedemann Kleint2018-11-282-35/+46
* Doc: Update copyright statements and obsolete infoTopi Reinio2018-11-262-4/+4
* shiboken: Add debug output for function modificationsFriedemann Kleint2018-11-243-10/+150
* shiboken: Remove defunct code trying to merge namespacesFriedemann Kleint2018-10-303-15/+4
* Add snippet extraction to shibokenFriedemann Kleint2018-10-206-9/+103
* shiboken/ApiExtractor tests: Use qrc files for test resourcesFriedemann Kleint2018-10-205-13/+22
* shiboken: Use class FileOut for the module source file as wellFriedemann Kleint2018-10-192-0/+22
* shiboken: Set multiline for the regular expressions for warning suppressionFriedemann Kleint2018-10-191-1/+2
* Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-155-3/+18
* shiboken: Check whether enum should be converted to int for the protected hackFriedemann Kleint2018-10-012-0/+11
* shiboken: Refactor finding of enumsFriedemann Kleint2018-09-285-49/+16
* shiboken/AbstractMetaBuilder: Remove unused member variablesFriedemann Kleint2018-09-282-23/+0
* Add exception handlingFriedemann Kleint2018-09-2711-12/+163
* shiboken: Initialize pointer members of TypedefEntryFriedemann Kleint2018-09-211-2/+2
* shiboken: Flip the default behavior the --api-version optionFriedemann Kleint2018-09-2112-18/+76
* shiboken: Use correct function to find the typesystem entry when parsingFriedemann Kleint2018-09-181-2/+2
* shiboken: Refactor code for querying functions of AbstractMetaClassFriedemann Kleint2018-09-182-53/+81
* shiboken: Use member initialization in typesystem XML parserFriedemann Kleint2018-09-182-14/+10
* shiboken: Simplify code looking for copy constructorsFriedemann Kleint2018-09-183-15/+11
* shiboken: Extend exception specificationFriedemann Kleint2018-09-179-25/+102