aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Project tool: fix attribute errorShyamnath Premnadh2022-10-251-2/+6
* Fix wheel names for 6.4.0.1 releaseSimo Fält2022-10-253-3/+3
* PyEnum: Drop the Embedding of the Enum ModuleChristian Tismer2022-10-216-1118/+4
* Deploy Tool: Split classes and functionsShyamnath Premnadh2022-10-206-307/+347
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-197-3/+36
* libshiboken: Fix enum value overflowFriedemann Kleint2022-10-193-22/+33
* Deploy Tool : Remove PySide6 from dependenciesShyamnath Premnadh2022-10-181-1/+1
* remove mentions to Python 3.6Cristián Maureira-Fredes2022-10-181-1/+1
* Fix a link to feature-why.rstChristian Tismer2022-10-181-1/+1
* Remove printing of typesFriedemann Kleint2022-10-181-1/+1
* Fix build with OpenGLESFriedemann Kleint2022-10-171-0/+4
* Fix type annotations for static functions of QInputDialogFriedemann Kleint2022-10-171-0/+5
* Documentation: Fix modules being omitted from the documentationFriedemann Kleint2022-10-121-42/+12
* pypy: fix build for 3.9Cristián Maureira-Fredes2022-10-122-2/+2
* Pin qt5 sha1 for 6.4.0 release and clean version stringsv6.4.0Simo Fält2022-10-112-4/+4
* Add deployment to pyside6-projectShyamnath Premnadh2022-10-101-27/+61
* Desktop DeploymentShyamnath Premnadh2022-10-106-2/+549
* PySide6: Fix enum to QVariant conversion for the new enumsChristian Tismer2022-10-101-10/+6
* shiboken6/macOS: Remove dupl. check in conditionAdrian Herrmann2022-10-071-1/+0
* shiboken6: Fix further warnings about unused variables in generated codeFriedemann Kleint2022-10-061-6/+12
* shiboken6: Test that the typedefs of C++ 11 integer types are seenFriedemann Kleint2022-10-062-1/+42
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-064-1/+20
* PySide6: Remove GL entities in QtOpenGLFriedemann Kleint2022-10-067-40/+20
* PySide6: Remove GL entities in QtGuiFriedemann Kleint2022-10-061-110/+90
* shiboken6: Fix indirections of enums/flag argumentsFriedemann Kleint2022-10-0512-100/+254
* shiboken6: Introduce a helper for dereferencing argumentsFriedemann Kleint2022-10-053-6/+10
* shiboken6: Add an option to print primitive type entriesFriedemann Kleint2022-10-055-1/+103
* shiboken6: Replace pyIntT() by pyLongT()Friedemann Kleint2022-09-302-14/+12
* shiboken6: Match function modifications by unresolved signature as wellFriedemann Kleint2022-09-3010-18/+62
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-306-75/+269
* shiboken6/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-09-291-3/+4
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-293-3/+1
* Document the argument-type attribute of the rejection typesystem elementFriedemann Kleint2022-09-261-5/+8
* Fix warning about unknown warning option (clang)Friedemann Kleint2022-09-261-1/+5
* Add the dropsite exampleFriedemann Kleint2022-09-261-1/+0
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-262-9/+110
* Enable warnings about unused parametersFriedemann Kleint2022-09-261-1/+1
* shiboken6: Fix warnings about unused parameters in generated codeFriedemann Kleint2022-09-263-2/+23
* shiboken6: Refactor helper ShibokenGenerator::writeUnusedVariableCast()Friedemann Kleint2022-09-263-27/+29
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-2612-18/+17
* shiboken6/tests/libsample: Fix warnings about unused parametersFriedemann Kleint2022-09-2632-153/+492
* shiboken6: Fix warning about not returning a value in all control pathsFriedemann Kleint2022-09-261-1/+1
* Increase the compiler warning level (g++)Friedemann Kleint2022-09-231-1/+2
* shiboken6/test: Fix warnings about implicitly generated assignment operatorsFriedemann Kleint2022-09-2316-56/+58
* Fix warnings about missing initializersFriedemann Kleint2022-09-235-15/+18
* shiboken6: Clean up header generator.hFriedemann Kleint2022-09-2113-246/+276
* shiboken6: Fix wrapper destructor generation detectionFriedemann Kleint2022-09-212-34/+29
* Documentation/patch_qhp.py: Strip the module from the indexFriedemann Kleint2022-09-212-1/+17
* shiboken6: Clean up includesFriedemann Kleint2022-09-2157-65/+66
* Documentation: Add option --no-qt-tools to cross buildingFriedemann Kleint2022-09-201-0/+4