aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/smartbinding/std_shared_ptr_test.py
Commit message (Expand)AuthorAgeFilesLines
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
* shiboken6: Make it possible to create smart pointer names in the global names...Friedemann Kleint2024-06-071-1/+10
* shiboken6: Add tests for a named smart pointer instanceFriedemann Kleint2024-06-031-0/+2
* shiboken6: Add tests for std::shared_ptr<std::string>Friedemann Kleint2024-05-301-0/+7
* shiboken tests/smartbinding: Fix flake8 warningsFriedemann Kleint2024-03-121-1/+0
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-061-0/+2
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-291-1/+22
* Use SPDX license identifiersLucie Gérard2022-05-271-29/+2
* shiboken6: Write smart pointer constructors/reset methodsFriedemann Kleint2022-04-201-1/+6
* shiboken6: Add a test for a shared pointer with a primitive typeFriedemann Kleint2022-04-131-1/+8
* shiboken6: Add attribute "value-check-method" to smart pointersFriedemann Kleint2022-04-051-0/+9
* shiboken6: Add a test for std::shared_ptrFriedemann Kleint2022-03-291-0/+53