aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.10-lts' into tqtc/lts-5.15-opensourcev5.15.10-lts-lgplSimo Fält2023-06-291-0/+12
|\
| * libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-131-7/+7
| * libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-041-0/+12
* | Merge tag 'v5.15.9-lts' into tqtc/lts-5.15-opensourcev5.15.9-lts-lgplSimo Fält2023-06-293-22/+25
|\|
| * Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
| * Support a Python 3.10 build in 5.15 without limited APIChristian Tismer2022-04-042-22/+24
* | Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-257-23/+41
|\|
| * py3.10-prep: Finally support Python 3.10Christian Tismer2022-01-053-5/+12
| * py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-051-1/+1
| * signature: improve error handling for embedded applicationsChristian Tismer2021-12-101-1/+1
| * Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-101-15/+17
| * Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-081-4/+2
| * Handle crash when passing arguments of wrong type in embedded applicationFriedemann Kleint2021-11-051-0/+3
| * Fix build with MSVC 19.29.30136Friedemann Kleint2021-11-041-2/+2
| * shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-041-0/+8
* | Merge tag 'v5.15.7-lts' into tqtc/lts-5.15-opensourcev5.15.7-lts-lgplSimo Fält2023-05-251-1/+2
|\|
| * Fix crash when constructing a QApplication in an embedded applicationFriedemann Kleint2021-08-301-1/+2
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-256-21/+86
|\|
| * feature: fix the UIC switching problemChristian Tismer2021-08-053-2/+15
| * signature: make zip file access totally virtualChristian Tismer2021-07-232-19/+70
| * shiboken: Provide the correct inheritance for enum types, FixChristian Tismer2021-06-281-0/+1
* | Merge tag 'v5.15.5-lts' into tqtc/lts-5.15-opensourcev5.15.5-lts-lgplSimo Fält2023-05-251-1/+1
|\|
| * __feature__: Ensure that features are not affected by other importsChristian Tismer2021-05-221-1/+1
* | Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-256-5/+75
|\|
| * Fix crashes when using the QImage(uchar *) data constructorsFriedemann Kleint2021-05-142-0/+31
| * signature: silence a compiler warningChristian Tismer2021-04-221-1/+1
| * cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-222-3/+43
| * libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-151-1/+0
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-0858-174/+1218
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-0958-1218/+174
* sbkconverter: fix a potential refcounting crashChristian Tismer2021-02-231-1/+1
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-02-113-52/+71
* feature: Fix a flag error when no snake_case is selectedChristian Tismer2021-02-051-3/+4
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-139-194/+100
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-092-17/+23
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-081-2/+5
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-306-9/+116
* libshiboken: Remove unused function parameterFriedemann Kleint2020-11-191-3/+2
* feature_select: finish properties and postpone static propertiesChristian Tismer2020-10-092-1/+4
* Fix leak in static string destruction, addendumChristian Tismer2020-10-061-3/+8
* Fix leak in static string destructionChristian Tismer2020-10-061-5/+12
* shiboken2: Simplify the export of the generated module init functionFriedemann Kleint2020-10-061-2/+2
* Consolidate export/import macrosFriedemann Kleint2020-10-012-17/+18
* Feature-select: Implement signature-awareness of snake_caseChristian Tismer2020-09-295-0/+81
* Signature: Break the source into multiple filesChristian Tismer2020-09-259-1266/+1549
* Signature: Revert SbkSpecial_Type_Ready to PyType_ReadyChristian Tismer2020-09-244-12/+3
* Signature: Use Shiboken namespaceChristian Tismer2020-09-231-180/+128
* feature_select: Implement True PropertiesChristian Tismer2020-09-169-24/+55
* Do some cleanup to pysideproperty.cpp and feature selectChristian Tismer2020-09-141-3/+0