aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* 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-115-22/+25
* Documentation: Replace nullptr by None in signaturesFriedemann Kleint2019-01-101-3/+7
* Produce TypeError Messages Using the Signature ModuleChristian Tismer2019-01-1011-128/+173
* shiboken: Refactor code generating the assignment of cppSelfFriedemann Kleint2019-01-072-21/+31
* Fix a rare type hint racing conditionChristian Tismer2019-01-061-4/+11
* 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-034-16/+80
* shiboken: Make signatures in overload decisor code more verboseFriedemann Kleint2019-01-031-2/+9
* Complete The Signature IntrospectionChristian Tismer2018-12-223-21/+101
* Bump shiboken2 and pyside2 version numbers to 5.12.1Simo Fält2018-12-121-3/+1
* shiboken: Make warning about non-existing templates fatalFriedemann Kleint2018-12-113-65/+14
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-12-071-0/+8
|\
| * Merge remote-tracking branch 'origin/5.11.3' into 5.115.11Friedemann Kleint2018-12-071-1/+1
| |\
| | * Cleanup version strings for 5.11.3 release, take 2Simo Fält2018-12-051-1/+1
| | * Cleanup version strings for 5.11.3 releaseSimo Fält2018-12-051-1/+1
| |/
| * Bump version strings for impending 5.11.3 releaseAlexandru Croitor2018-11-191-1/+1
* | Make quiet builds really quietAlexandru Croitor2018-12-071-0/+19
* | shiboken: Fix finding of the Clang lib dirFriedemann Kleint2018-12-051-6/+6
* | shiboken: Fix build with Qt 5.13Friedemann Kleint2018-12-041-0/+1
* | Doc: Fix minor formatting and code-block issuesVenugopal Shivashankar2018-12-041-35/+38
* | Generate Hinting Stubs AutomaticallyChristian Tismer2018-12-038-55/+76
* | Doc: Add an index page for ShibokenVenugopal Shivashankar2018-11-306-4/+279
* | shiboken: Add file snippet handling to native-to-target and add-conversionFriedemann Kleint2018-11-283-5/+25
* | shiboken: Fix file snippet code missing for derived classesFriedemann Kleint2018-11-282-35/+46
* | Exclude reverse operations from shift hackCristian Maureira-Fredes2018-11-272-2/+5
* | Doc: Update copyright statements and obsolete infoTopi Reinio2018-11-264-8/+8
* | Create hinting stubs for Python IDEsChristian Tismer2018-11-247-9/+67
* | shiboken: Add debug output for function modificationsFriedemann Kleint2018-11-243-10/+150
* | Split The Signature Module After The Project SplitChristian Tismer2018-11-2418-32/+4688
* | Improve enum type operations implementationCristian Maureira-Fredes2018-11-201-78/+79
* | Update string treatment for VoidPtrCristian Maureira-Fredes2018-11-201-0/+8
* | Add std::nullptr_t supportCristian Maureira-Fredes2018-11-193-1/+36
* | Doc: Update the apidoc cmake step to copy shiboken doc htmlsVenugopal Shivashankar2018-11-151-1/+1
* | Signature: Implement Nested Classes and Functions for ShibokenChristian Tismer2018-11-152-277/+329
* | shiboken: Generate static_cast for constructor parameters with spaceFriedemann Kleint2018-11-141-2/+7
* | License documentation: Fix file name of bufferproc headerFriedemann Kleint2018-11-141-1/+1
* | shiboken: Remove defunct code trying to merge namespacesFriedemann Kleint2018-10-303-15/+4
* | Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-296-16/+21
|\|
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-296-16/+21
* | Improve build rules for module generationAlexandru Croitor2018-10-235-5/+20
* | 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
* | Add snippet extraction to shibokenFriedemann Kleint2018-10-206-9/+103
* | shiboken/ApiExtractor tests: Use qrc files for test resourcesFriedemann Kleint2018-10-205-13/+22
* | shiboken: Use class FileOut for the module source file as wellFriedemann Kleint2018-10-195-27/+43
* | shiboken: Set multiline for the regular expressions for warning suppressionFriedemann Kleint2018-10-191-1/+2