aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-038-949/+950
|\
| * shiboken: Fix various clang warningsFriedemann Kleint2019-06-253-23/+28
| * shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-254-19/+15
| * shiboken: Introduce autoFriedemann Kleint2019-06-253-12/+12
| * shiboken: Introduce nullptrFriedemann Kleint2019-06-255-20/+20
| * Cleanup pointer whitespace everywhereChristian Tismer2019-06-248-891/+891
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-193-17/+27
|\|
| * Fix type name for lookup of QFlags<> convertersFriedemann Kleint2019-06-181-8/+23
| * 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-131-4/+2
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-06-072-3/+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-061-2/+5
* | 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-302-0/+6
* Remove CMake dead codeAlexandru Croitor2019-04-231-28/+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-103-4/+2
* shiboken: Search for classes by type entry instead of nameFriedemann Kleint2019-04-031-2/+2
* shiboken: Further refactorings related to the package nameFriedemann Kleint2019-04-022-3/+2
* 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: 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: Make the indentor helper class more flexibleFriedemann Kleint2019-03-132-10/+9
* 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
* shiboken: Suppress warnings about deprecated code in QtFriedemann Kleint2019-02-111-0/+3
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-062-5/+5
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-051-3/+7
* Type Hints: Handle Container Types CorrectlyChristian Tismer2019-02-051-2/+8
* Unify The Function Formatting In Generated CodeChristian Tismer2019-02-031-1/+1
* shiboken: Add option to skip deprecated functionsFriedemann Kleint2019-01-311-0/+6
* shiboken: Make constructor checks more fine-grainedFriedemann Kleint2019-01-301-5/+19
* shiboken: Generate unused variable cast for variable numArgsFriedemann Kleint2019-01-301-0/+1
* shiboken: Fix security warning in formatting error messageFriedemann Kleint2019-01-151-2/+2
* shiboken: Reduce C-style casts in generated codeFriedemann Kleint2019-01-141-47/+70
* shiboken: Refactor formatting of the PyType_Slot array in writeClassDefinition()Friedemann Kleint2019-01-132-31/+55
* Improve check when a QFlag<Enum> is foundCristian Maureira-Fredes2019-01-111-2/+11
* shiboken: Use more nullptr or {} in generated codeFriedemann Kleint2019-01-111-27/+32