aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* Shiboken: QtDoc: Fix how brief and class tags are handledVenugopal Shivashankar2019-10-251-5/+1
* Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-252-5/+8
* Shiboken: QtDoc generator: Handle 'group' tag as a 'page' tagVenugopal Shivashankar2019-10-151-4/+6
* Shiboken: Provide a context for the additional docsVenugopal Shivashankar2019-10-071-1/+2
* shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-041-4/+4
* Remove trailing whitespace from __repr__Andreas Beckermann2019-09-271-0/+1
* Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
* Fix crash when accessing a invalid property in the smart pointerRenato Araujo Oliveira Filho2019-08-071-1/+1
* shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-291-1/+1
* Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-3/+7
* shiboken: Improve handling of pointer types for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-131-4/+5
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-254-34/+38
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-258-27/+23
* shiboken: Introduce autoFriedemann Kleint2019-06-254-14/+14
* shiboken: Introduce nullptrFriedemann Kleint2019-06-257-27/+27
* shiboken: Introduce member initializationFriedemann Kleint2019-06-252-13/+11
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-2411-962/+962
* Fix type name for lookup of QFlags<> convertersFriedemann Kleint2019-06-181-8/+23
* shiboken: Generate code for smart pointers only within declaring packageFriedemann Kleint2019-06-131-2/+5
* Support the qApp macro in "scriptable application"Christian Tismer2019-06-171-1/+1
* Revert "shiboken: Disambiguate indexes of smart pointer types"Friedemann Kleint2019-06-131-4/+1
* shiboken: Fix handling shared pointers passed by const-ref, take 2Friedemann Kleint2019-06-132-5/+9
* shiboken: Disambiguate indexes of smart pointer typesFriedemann Kleint2019-06-061-1/+4
* shiboken: Fix generation of init functions and types for const-refs of smart ...Friedemann Kleint2019-06-062-2/+7
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-222-5/+17
* shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-041-2/+2
* shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-033-34/+20
* shiboken/Generators: Cache class information lists per classFriedemann Kleint2019-04-303-30/+89
* shiboken: Refactor progress message output handlingFriedemann Kleint2019-04-303-1/+10
* shiboken2: Enable documentation generation with libxml2/libxsltFriedemann Kleint2019-04-251-1/+0
* shiboken: Output module name in "done" messageFriedemann Kleint2019-04-251-9/+2
* Remove CMake dead codeAlexandru Croitor2019-04-232-49/+0
* Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-201-18/+12
* Fix shiboken not to fail building when doc dependencies are missingAlexandru Croitor2019-04-181-3/+0
* Ensure that signature strings never overflow againChristian Tismer2019-04-161-10/+10
* Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-163-11/+13
* shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-105-6/+4
* shiboken: Allow for include paths with relative directoriesFriedemann Kleint2019-04-041-2/+4
* shiboken: Search for classes by type entry instead of nameFriedemann Kleint2019-04-032-3/+3
* shiboken: Further refactorings related to the package nameFriedemann Kleint2019-04-023-13/+14
* shiboken: Replace unused typedef referencing QLinkedListFriedemann Kleint2019-04-021-3/+0
* shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-011-6/+7
* shiboken: Replace QLinkedList by a QVector in the Graph classFriedemann Kleint2019-04-011-1/+1
* shiboken: Refactor code declaring and calling the type init functionsFriedemann Kleint2019-03-282-15/+22
* shiboken/Typedatabase: Store type system entries separatelyFriedemann Kleint2019-03-261-12/+6
* shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-252-2/+42
* Shiboken: Add "noexcept" to wrapper when wrapped function is noexceptVolker Aßmann2019-03-231-0/+3
* shiboken: Fix a warning introduced by g++ 8 in the generated codeFriedemann Kleint2019-03-211-2/+4
* shiboken/documentation: Shorten the types in link texts and parametersFriedemann Kleint2019-03-141-18/+23
* shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-131-0/+12