aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when accessing a invalid property in the smart pointerRenato Araujo Oliveira Filho2019-08-071-1/+1
* Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-3/+7
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-251-11/+13
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-251-11/+7
* shiboken: Introduce autoFriedemann Kleint2019-06-251-2/+2
* shiboken: Introduce nullptrFriedemann Kleint2019-06-251-7/+7
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-241-372/+372
* 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
* shiboken: Make it possible to extend namespacesFriedemann Kleint2019-05-221-3/+9
* shiboken: Fix some spelling errors in function namesFriedemann Kleint2019-05-041-2/+2
* shiboken: Refactor code generating multiple inheritanceFriedemann Kleint2019-05-031-20/+17
* shiboken/Generators: Cache class information lists per classFriedemann Kleint2019-04-301-5/+8
* Ensure that signature strings never overflow againChristian Tismer2019-04-161-10/+10
* Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-161-9/+11
* shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-101-1/+0
* 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-021-1/+1
* shiboken: Refactor AbstractMetaBuilder::classesTopologicalSorted()Friedemann Kleint2019-04-011-6/+7
* shiboken: Refactor code declaring and calling the type init functionsFriedemann Kleint2019-03-281-15/+21
* 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-131-4/+1
* Amend The Python 3.5 FixChristian Tismer2019-03-011-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-061-1/+1
* 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: 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-131-27/+51
* 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
* shiboken: Replace C-style NULL by nullptrFriedemann Kleint2019-01-111-12/+13
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-101-87/+2
* shiboken: Refactor code generating the assignment of cppSelfFriedemann Kleint2019-01-071-21/+28
* Fix crash when mixing static overloads with instance methods in derived classesFriedemann Kleint2019-01-041-0/+14
* Fix crash related to multiple inheritanceFriedemann Kleint2019-01-031-4/+40
* shiboken: Make signatures in overload decisor code more verboseFriedemann Kleint2019-01-031-2/+9
* Exclude reverse operations from shift hackCristian Maureira-Fredes2018-11-271-1/+4
* Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-151-14/+17
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-291-1/+1
|\
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-291-1/+1
* | Stop updating timestamps of generated files that haven't changedAlexandru Croitor2018-10-231-13/+1
* | shiboken: Use class FileOut for the module source file as wellFriedemann Kleint2018-10-191-8/+17
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-151-2/+10