aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/developer/extras.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Fix change describing address sanitizer usageFriedemann Kleint2024-04-191-1/+1
| | | | | | | | Amends 83a93d243dbc1ef6679ee8ac3a35184a6edc43d9. Pick-to: 6.7 Change-Id: Iedb3f4623b3ce487e750b5eacfa42c0771d4f7cc Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Documentation: Add instructions for using address sanitizerFriedemann Kleint2024-04-181-0/+13
| | | | | | Pick-to: 6.7 Change-Id: I851ffc5a9d421bb3a227594db691f67694ca042a Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* doc: fix build warningsCristián Maureira-Fredes2023-02-031-0/+1
| | | | | | | | | Issues were found related to images, indentation level, and old references. Pick-to: 6.4 Change-Id: Idb343d4b3660ec44148fffd2de978ea868c56e90 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* shiboken: optionally de-virtualize the Python filesChristian Tismer2023-01-171-0/+17
| | | | | | | | | | | | | | | | | | | | The Python files in Shiboken are completely virtualized. That means: There is no interaction with the external world that could create interferences. For debugging purposes or to modify the embedded files, it is anyway useful to have an option to materialize these files in the file system, again. We add an environment variable `SBK_EMBED` that explicitly unpacks the Python files (SBK_EMBED=0) or explicitly removes the unpacked files (SBK_EMBED=1). Without this variable, the state of embedding remains the same. Change-Id: I1081b0f910482fb4b80a02f72c6bcce060db38e6 Fixes: PYSIDE-1994 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* doc: Add section Developer NotesCristián Maureira-Fredes2022-11-011-0/+24
Including an item on the main documentation page to list and include all the content already included in the 'developer' documentation directory. Some files were split to improve the readability and structure of the notes. Pick-to: 6.4 Change-Id: Iaf54858cfc902e290af7311106f82042351b9a17 Reviewed-by: Christian Tismer <tismer@stackless.com>