aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* 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
* shiboken6: Extract helper function to create constructorsFriedemann Kleint2021-02-221-31/+39
* cppgenerator: simplify code further using AutoDecrefChristian Tismer2021-02-222-25/+19
* sbkconverter: fix a potential refcounting crashChristian Tismer2021-02-221-1/+1
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-1914-274/+224
* shiboken6: Move C++ access specifiers into a global enumFriedemann Kleint2021-02-1717-166/+187
* shiboken6: Remove unused function Generator::useEnumAsIntForProtectedHack()Friedemann Kleint2021-02-172-21/+0
* shiboken6: Improve detection of default/copy constructabilityFriedemann Kleint2021-02-179-35/+158
* shiboken6: Fix handling of parameters for values with copy constructors onlyFriedemann Kleint2021-02-173-4/+17
* PySide6: Add a Designer pluginFriedemann Kleint2021-02-161-0/+5
* shiboken6/Documentation: Fix the TOC tables for modules with < 4 classes per ...Friedemann Kleint2021-02-151-4/+1
* shiboken6: Fix broken tables in the QLocale documentationFriedemann Kleint2021-02-111-1/+1
* shiboken6: Do not fail when containing template class of inner class cannot b...Friedemann Kleint2021-02-111-7/+16
* Switch from os.path to pathlib.Path, all source changes but testsChristian Tismer2021-02-1011-101/+110
* signature: Provide fixes and improvements, Part 1, addendumChristian Tismer2021-02-101-5/+4
* doc: fix responsiveness of the pageCristian Maureira-Fredes2021-02-101-6/+55
* doc: add tool to generate examples galleryCristian Maureira-Fredes2021-02-091-7/+17
* shiboken6/Documentation: Fix the extra sectionsFriedemann Kleint2021-02-091-11/+16
* shiboken6/Documentation: Fix formatting tables on QIODevicesFriedemann Kleint2021-02-093-0/+24
* shiboken6/Documentation: Fix the TOC tableFriedemann Kleint2021-02-091-29/+19
* shiboken6/Documentation: Fix the TOC table to appearFriedemann Kleint2021-02-091-2/+0
* shiboken6/Documentation: Fix table width determinationFriedemann Kleint2021-02-081-3/+3
* shiboken6/TextStream: Fix the output of empty aligned fields for width=0Friedemann Kleint2021-02-082-1/+6
* shiboken6: Add more formatting tests to sphinxtable testFriedemann Kleint2021-02-082-0/+69
* Switch from os.path to pathlib.Path, systematic test changesChristian Tismer2021-02-08146-146/+292
* shiboken6/Documentation: Fix the sorting of classesFriedemann Kleint2021-02-081-5/+3
* move "shiboken6/shiboken6" to "shiboken6/Shiboken"Christian Tismer2021-02-0614-75/+62
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" tempChristian Tismer2021-02-062-0/+32
* shiboken6: Fix missing images in documentationFriedemann Kleint2021-02-051-0/+1
* shiboken6: Remove unused options of ShibokenGenerator::functionSignature()Friedemann Kleint2021-02-043-40/+11