aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* shiboken: Enable specifying names for a parameters of added functionsFriedemann Kleint2019-06-054-10/+52
* Shiboken: prune non-existent includeJulien Schueller2019-05-281-2/+1
* shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-062-0/+12
* Fix build on centOS/conda forgeFriedemann Kleint2019-05-292-5/+21
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-2214-35/+238
* shiboken: Refactor progress message output handlingFriedemann Kleint2019-04-303-67/+55
* shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-2513-188/+625
* shiboken: Output module name in "done" messageFriedemann Kleint2019-04-252-0/+19
* Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-202-67/+30
* Fix shiboken not to fail building when doc dependencies are missingAlexandru Croitor2019-04-182-8/+3
* shiboken: Enable including typesystem XML snippets via entitiesFriedemann Kleint2019-04-164-0/+80
* shiboken: Enable adding call operatorsFriedemann Kleint2019-04-152-14/+28
* shiboken: Fix code injection not working for operator functionsFriedemann Kleint2019-04-157-23/+48
* shiboken: Pass around struct AddedFunction by QSharedPointerFriedemann Kleint2019-04-156-23/+25
* shiboken: Refactor CodeModel::findItem()Friedemann Kleint2019-04-102-32/+30
* shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-108-97/+8
* shiboken/meta builder: Remove member m_namespacePrefixFriedemann Kleint2019-04-102-6/+4
* 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