aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* Refactor class DocumentationFriedemann Kleint2021-04-287-62/+88
* PySide6/Windows: Fix encoding of QCoreApplication.arguments()Friedemann Kleint2021-04-271-0/+27
* shiboken6: Fix injecting documentation for added functions with parameter namesFriedemann Kleint2021-04-232-4/+28
* shiboken6: Fix XML errors when injecting target format (RST) documentationFriedemann Kleint2021-04-221-1/+1
* cmake: add dependencies to rebuild libshiboken embedded files, addendumChristian Tismer2021-04-211-0/+1
* Build system: Make numpy centrally availableFriedemann Kleint2021-04-211-22/+6
* signature: Refine the decision heuristics of result tuplesChristian Tismer2021-04-201-1/+3
* shiboken6: Refactor handling of the brief class documentationFriedemann Kleint2021-04-204-37/+41
* PyPy-compat: Avoid the __builtins__ quirk and import builtins, insteadChristian Tismer2021-04-191-3/+4
* doc: use sphinx panels in shiboken docsCristian Maureira-Fredes2021-04-182-2/+71
* signature: Support numpy PyArrayObjectFriedemann Kleint2021-04-161-0/+1
* shiboken6: Enable adding functions taking a numpy PyArrayObjectFriedemann Kleint2021-04-152-0/+6
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-134-13/+51
* Use f-strings in testsFriedemann Kleint2021-04-131-2/+2
* shiboken6: Join Modification into FunctionModificationFriedemann Kleint2021-04-134-121/+83
* shiboken: get rid of some warningsChristian Tismer2021-04-126-40/+44
* cmake: bump general Qt minimum versionCristian Maureira-Fredes2021-04-073-4/+4
* cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-074-28/+62
* signature: protect an unrecognized item from raising exceptionsChristian Tismer2021-04-072-2/+14
* signature: remove inspect and typing from special PySide6 modulesChristian Tismer2021-04-016-56/+10
* feature-import: Hide confusing feature frame entryChristian Tismer2021-03-315-6/+65
* Write conversions as typing.Union[]Friedemann Kleint2021-03-295-18/+54
* Nuitka: Allow for compiled functions and methods tooChristian Tismer2021-03-264-7/+51
* shiboken6: Fix 32 bit buildsFriedemann Kleint2021-03-251-0/+2
* signature: silence a compiler warningChristian Tismer2021-03-251-1/+1
* PySide import: Make imports more safe against installation errorsChristian Tismer2021-03-231-12/+8
* shiboken6: Fix crash when using enumeration types from other classesFriedemann Kleint2021-03-221-2/+5
* enum: implement enums on module levelChristian Tismer2021-03-181-2/+0
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" temp, fixChristian Tismer2021-03-182-6/+17
* doc: add sphinx-panels to the documentationCristian Maureira-Fredes2021-03-171-0/+18
* __feature__: Make imports more safe against installation errorsChristian Tismer2021-03-173-6/+13
* shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-161-1/+1
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-152-10/+3
* libshiboken: Fix some clang analzyer warningsFriedemann Kleint2021-03-129-93/+110
* libpyside: Fix some clang analzyer warningsFriedemann Kleint2021-03-111-1/+1
* libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-111-1/+0
* shiboken6: Brush up the test code with regards to iteratorsFriedemann Kleint2021-03-1114-93/+72
* shiboken6: Brush up class FileOutFriedemann Kleint2021-03-113-50/+33
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: Do not hardcode libclang's build typeFriedemann Kleint2021-03-101-1/+2
* shiboken6: Mention add-conversion for conversion rulesFriedemann Kleint2021-03-101-2/+3
* shiboken6: Make missing snippet labels a fatal errorFriedemann Kleint2021-03-103-12/+37
* shiboken6: No longer crash on fatal errorsFriedemann Kleint2021-03-107-30/+122
* shiboken6: Brush up the code injection documentationFriedemann Kleint2021-03-103-13/+22
* shiboken6/AutoArrayPointer: Change to use ssize_tFriedemann Kleint2021-03-101-2/+2
* shiboken6: Simplify types when collecting instantiated containersFriedemann Kleint2021-03-101-1/+6
* Modernize sequence conversionsFriedemann Kleint2021-03-022-14/+15
* shiboken6: Take functions imported via "using" into account for templatesFriedemann Kleint2021-03-013-4/+66
* shiboken6: Add constructors of base classes imported via "using"Friedemann Kleint2021-03-0123-25/+525
* feature: write some documentation that explains featureChristian Tismer2021-03-011-0/+1