aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* shiboken: Suppress warnings about deprecated code in QtFriedemann Kleint2019-02-111-0/+3
* Modernize cmake buildAlexandru Croitor2019-02-071-1/+4
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-064-9/+9
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-052-6/+10
* 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-312-0/+14
* 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
* shiboken: Replace C-style NULL by nullptrFriedemann Kleint2019-01-114-21/+24
* Documentation: Replace nullptr by None in signaturesFriedemann Kleint2019-01-101-3/+7
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-101-87/+2
* shiboken: Refactor code generating the assignment of cppSelfFriedemann Kleint2019-01-072-21/+31
* 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
* shiboken: Generate static_cast for constructor parameters with spaceFriedemann Kleint2018-11-141-2/+7
* 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
* | Sort writing of type indices when generating module header fileAlexandru Croitor2018-10-231-1/+8
* | Stop updating timestamps of generated files that haven't changedAlexandru Croitor2018-10-232-27/+2
* | shiboken: Use class FileOut for the module source file as wellFriedemann Kleint2018-10-193-27/+21
* | Fix crash when garbage collecting in a non-GUI threadFriedemann Kleint2018-10-151-2/+10
* | Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-123-0/+41
* | Signature: Produce Correctly Nested Python InterfacesChristian Tismer2018-10-103-6/+19
* | shiboken: Check whether enum should be converted to int for the protected hackFriedemann Kleint2018-10-012-1/+23
* | shiboken: Refactor finding of enumsFriedemann Kleint2018-09-282-17/+1
* | Add exception handlingFriedemann Kleint2018-09-271-3/+36
* | shiboken: Do not generate implicit conversions for array-modified constructorsFriedemann Kleint2018-09-141-2/+2
* | shiboken: Improve handling of non-type template integer parametersFriedemann Kleint2018-09-131-2/+1
* | shiboken: Add default constructible with default valuesFriedemann Kleint2018-09-132-1/+11
* | shiboken: Refactor Generator::minimalConstructor(AbstractMetaClass)Friedemann Kleint2018-09-132-82/+33
* | shiboken: Introduce DefaultValueFriedemann Kleint2018-09-124-64/+225
* | shiboken: Store null enum valuesFriedemann Kleint2018-09-121-1/+5
* | shiboken: Centralize most msg* functions in a separate fileFriedemann Kleint2018-09-106-94/+8