aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "shiboken tests: Fix warning about a potentially unused field"Friedemann Kleint2023-05-151-1/+1
* shiboken6: Refactor code snippet extractionFriedemann Kleint2023-04-212-0/+52
* shiboken tests: Fix warning about a potentially unused fieldFriedemann Kleint2023-03-291-1/+1
* Implement multiple inheritance correctly, compatible versionChristian Tismer2023-03-211-5/+10
* shiboken6: Test opaque container for spanFriedemann Kleint2023-03-204-1/+30
* shiboken6: Test non-fixed spansFriedemann Kleint2023-03-173-0/+16
* shiboken6: Handle returning primitive types by pointerFriedemann Kleint2023-03-144-0/+11
* shiboken6: Add support for std::spanFriedemann Kleint2023-03-077-0/+108
* CMakeLists.txt: Add header filesFriedemann Kleint2023-03-014-69/+97
* Add license headers to cmake filesFriedemann Kleint2023-02-1614-0/+42
* Documentation/WebXML conversion: Handle lists nested into tablesFriedemann Kleint2023-02-151-0/+37
* shiboken6/libminimal: Add std::array (C++ 11)Friedemann Kleint2023-01-114-1/+47
* Fix build of libsample with MSVC 19.34.31937Friedemann Kleint2023-01-111-0/+1
* shiboken6/libminimal: Add a test for std::vectorFriedemann Kleint2023-01-118-0/+110
* shiboken6: Add element for opaque containersFriedemann Kleint2023-01-111-14/+1
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-052-3/+3
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-221-1/+1
* Fix coding style of the shiboken testsFriedemann Kleint2022-12-22120-1423/+1174
* Clean up include statementsFriedemann Kleint2022-12-197-18/+20
* shiboken6/test: Remove using namespace stdFriedemann Kleint2022-12-1923-197/+138
* shiboken6/test: Rename typedef HANDLE in libsampleFriedemann Kleint2022-12-163-17/+17
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-291-1/+1
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-221-1/+3
* replace sprintf by snprintfFriedemann Kleint2022-11-141-1/+1
* Add .pyproject files for the testsFriedemann Kleint2022-11-114-0/+164
* shiboken6 tests: Fix warning about unused variablesFriedemann Kleint2022-11-111-1/+1
* shiboken6: Enable specifying namespaces for smart pointer instantiationsFriedemann Kleint2022-11-105-1/+21
* shiboken6: Make it possible to specify names for smart pointer instantiationsFriedemann Kleint2022-11-092-1/+3
* CMake: Execute shiboken with appropriate PATH on WindowsAlexandru Croitor2022-11-094-24/+48
* shiboken6: Add --lean-header optionFriedemann Kleint2022-11-034-1/+4
* Build system: Bump versionsFriedemann Kleint2022-10-254-4/+4
* shiboken6: Add tests for inline namespacesFriedemann Kleint2022-10-214-0/+30
* shiboken6: Handle value types with deleted default constructorsFriedemann Kleint2022-10-143-0/+14
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-2/+2
* Remove printing of typesFriedemann Kleint2022-10-121-1/+1
* shiboken6: Fix indirections of enums/flag argumentsFriedemann Kleint2022-10-052-0/+3
* 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/tests/libsample: Fix warnings about unused parametersFriedemann Kleint2022-09-2632-153/+492
* shiboken6/test: Fix warnings about implicitly generated assignment operatorsFriedemann Kleint2022-09-2316-56/+58
* Modernize string literals of the dumpcodemodel test/toolFriedemann Kleint2022-09-071-26/+28
* Fix build against Qt 6.5Friedemann Kleint2022-09-021-0/+1
* shiboken6: Use initializer lists for QList instead of operator <<Friedemann Kleint2022-08-261-14/+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-024-5/+34
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-143-22/+14
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-076-6/+0
* Fix compilation of unique pointer converters for derived classesFriedemann Kleint2022-07-015-2/+34
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-307-0/+263
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-295-1/+50