aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-0313-1061/+1059
|\
| * 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
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-194-20/+39
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-073-3/+11
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-242-5/+17
|\|
| * shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-222-5/+17
* | Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-222-2/+2
|/
* 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
* shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-132-30/+56
* shiboken: Make the indentor helper class more flexibleFriedemann Kleint2019-03-134-47/+95
* Amend The Python 3.5 FixChristian Tismer2019-03-011-1/+1
* Fix conversions of list of smart pointers to pythonRenato Araujo Oliveira Filho2019-02-261-1/+1
* Prevent Python 3.5 From Crashing The BuildChristian Tismer2019-02-261-0/+2
* Fix smart pointers with namespaceRenato Araujo Oliveira Filho2019-02-211-1/+1