aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint4 days2-0/+24
* Fix handling of longs exceeding long long max in float conversionFriedemann Kleint2024-03-261-0/+8
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-131-2/+2
* shiboken tests/samplebinding: Fix flake8 warningsFriedemann Kleint2024-03-13124-370/+604
* shiboken6: Improve messages when skipping fields and functionsFriedemann Kleint2024-01-231-2/+2
* shiboken tests: Fix up class SimpleFileFriedemann Kleint2023-10-101-2/+2
* shiboken tests: Fix special functions for class ObjectTypeHolderFriedemann Kleint2023-10-101-1/+1
* shiboken tests: Fix test for user added constructorsFriedemann Kleint2023-10-103-8/+25
* Support running PySide on Python 3.12Christian Tismer2023-10-091-1/+1
* shiboken6: Add __int__, __float__Friedemann Kleint2023-09-051-0/+5
* shiboken6: Add __abs__, __pow__Friedemann Kleint2023-09-053-0/+32
* Add some test for number protocol functionsFriedemann Kleint2023-08-315-0/+78
* Fix overflows when passing int to functions taking floatsFriedemann Kleint2023-08-211-0/+11
* Clean up some unused suppression warningsFriedemann Kleint2023-08-011-17/+3
* Add experimental support for rvalue referencesFriedemann Kleint2023-08-012-0/+23
* PyEnum: Remove the now unreachable test cases for old enumsChristian Tismer2023-06-196-117/+6
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-166-17/+17
* Implement multiple inheritance correctly, compatible versionChristian Tismer2023-03-211-5/+10
* shiboken6: Handle returning primitive types by pointerFriedemann Kleint2023-03-142-0/+5
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-221-1/+1
* shiboken6/test: Rename typedef HANDLE in libsampleFriedemann Kleint2022-12-161-2/+2
* Add .pyproject files for the testsFriedemann Kleint2022-11-111-0/+131
* shiboken6 tests: Fix warning about unused variablesFriedemann Kleint2022-11-111-1/+1
* CMake: Execute shiboken with appropriate PATH on WindowsAlexandru Croitor2022-11-091-6/+12
* shiboken6: Add --lean-header optionFriedemann Kleint2022-11-031-0/+1
* shiboken6: Add tests for inline namespacesFriedemann Kleint2022-10-213-0/+11
* shiboken6: Handle value types with deleted default constructorsFriedemann Kleint2022-10-142-0/+2
* Remove printing of typesFriedemann Kleint2022-10-121-1/+1
* shiboken6: Fix indirections of enums/flag argumentsFriedemann Kleint2022-10-051-0/+2
* shiboken6: Add an option to print primitive type entriesFriedemann Kleint2022-10-051-1/+1
* shiboken6: Fix warnings about unused parameters in generated codeFriedemann Kleint2022-09-261-0/+4
* shiboken6: Always use the modified pyi return type of functions for signaturesFriedemann Kleint2022-08-081-1/+1
* shiboken6: Propagate exceptions through return value ownership modificationsFriedemann Kleint2022-08-022-5/+25
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-143-22/+14
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-074-4/+0
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-213-1/+18
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-214-0/+9
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-271-1/+1
* shiboken6: Add a way to specify free functionsFriedemann Kleint2022-05-273-1/+31
* Use SPDX license identifiersLucie GĂ©rard2022-05-27128-3687/+256
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-222-10/+33
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-221-0/+3
* shiboken6: Test nullptr_tFriedemann Kleint2022-04-052-0/+6
* shiboken6: Fix comparison operators in namespacesFriedemann Kleint2022-03-221-0/+5
* PyPySide: fix a bunch of pseudo-errorsChristian Tismer2022-03-111-0/+2
* Fix some tests checking deletion for PyPy, amendedChristian Tismer2022-03-071-0/+4
* Fix some tests checking delection for PyPyFriedemann Kleint2022-03-071-0/+12
* Cleanup and Augment Built-in Containers UsagesShyamnath Premnadh2022-02-031-13/+0
* shiboken6/Type system parser: Handle native-to-target and vv in argument conv...Friedemann Kleint2022-01-181-10/+18