aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* Build system: Bump versionsFriedemann Kleint2022-10-2512-20/+16
* Fix wheel names for 6.4.0.1 releaseSimo Fält2022-10-251-1/+1
* PyEnum: Drop the Embedding of the Enum ModuleChristian Tismer2022-10-216-1118/+4
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-195-1/+28
* libshiboken: Fix enum value overflowFriedemann Kleint2022-10-193-22/+33
* remove mentions to Python 3.6Cristián Maureira-Fredes2022-10-181-1/+1
* Remove printing of typesFriedemann Kleint2022-10-181-1/+1
* Fix build with OpenGLESFriedemann Kleint2022-10-171-0/+4
* 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-111-2/+2
* 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-061-1/+1
* 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-304-75/+138
* shiboken6/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-09-291-3/+4
* shiboken6: Fix some compiler warningsFriedemann Kleint2022-09-292-2/+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
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-261-2/+108
* Enable warnings about unused parametersFriedemann Kleint2022-09-261-1/+1
* shiboken6: Fix warnings about unused parameters in generated codeFriedemann Kleint2022-09-262-2/+22
* shiboken6: Refactor helper ShibokenGenerator::writeUnusedVariableCast()Friedemann Kleint2022-09-263-27/+29
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-268-13/+12
* 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-211-0/+16
* shiboken6: Clean up includesFriedemann Kleint2022-09-2157-65/+66
* shiboken6: Add command line options for compiler, path and platformFriedemann Kleint2022-09-164-1/+97
* shiboken6: Simplify project file and arguments parsingFriedemann Kleint2022-09-151-66/+72
* Documentation: Add a way to output inheritance graphsFriedemann Kleint2022-09-143-1/+42
* Documentation/patch_qhp.py: Brush up scriptFriedemann Kleint2022-09-132-27/+40
* shiboken6: Refactor CustomConversionFriedemann Kleint2022-09-0911-260/+244
* Modernize string literals of the dumpcodemodel test/toolFriedemann Kleint2022-09-071-26/+28
* shiboken6: Fix documentation injection for added functions with parameter namesFriedemann Kleint2022-09-067-4/+61
* shiboken6: Fix a crash caused by invalid return types of added functionsFriedemann Kleint2022-09-061-1/+1
* shiboken6: Refactor Handling of CustomConversionFriedemann Kleint2022-09-0617-133/+257
* shiboken6: Split AddedFunction from modificationsFriedemann Kleint2022-09-0511-339/+333
* shiboken6: Split the document modifications in ComplexTypeEntryFriedemann Kleint2022-09-058-48/+69
* shiboken6: Move some fields of TypeEntry to derived classesFriedemann Kleint2022-09-056-67/+112