aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* abstractmetabuilder_p.h: Fix compilation with some versions of g++Friedemann Kleint2019-10-251-1/+1
* Fix hasVirtualDestructor() for implicit destructorsAndreas Beckermann2019-10-253-1/+39
* Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-253-7/+20
* CMake modularization: macros creationCristián Maureira-Fredes2019-08-281-0/+17
* shiboken: Improve handling of pointer types for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-132-0/+19
* shiboken: List location of anonymous structs in rejected classesFriedemann Kleint2019-07-082-0/+5
* shiboken: Move typesystem parser out of typesystem.cppFriedemann Kleint2019-07-045-2954/+2990
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-2518-97/+92
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-2520-93/+85
* shiboken: Introduce autoFriedemann Kleint2019-06-257-47/+46
* shiboken: Introduce nullptrFriedemann Kleint2019-06-2515-66/+66
* Cleanup pointer and trailing whitespace (omissions)Christian Tismer2019-06-251-8/+8
* shiboken: Introduce member initializationFriedemann Kleint2019-06-259-16/+15
* shiboken: Fix out of bounds string accessFriedemann Kleint2019-06-241-1/+1
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-243-74/+74
* Use default compiler on macOSCristián Maureira-Fredes2019-06-191-2/+3
* 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