Tags: 01Hub/pythonqt
Tags
Replace deprecated include qsql.h with qtsqlglobal.h for Qt 6 Fixes MeVisLab#195
Small documentation updates - changed default Python version from 2.6 to 3.10
Bring back more Qt5 compatibility - fix iterator usage as mentioned in review
Add back undefining _POSIX_C_SOURCE and _XOPEN_SOURCE (MeVisLab#106) - only undefining _POSIX_THREADS had be a problem - see MeVisLab#103
CI for CONFIG+=debug + UbSan for tests Fix UBSAN error for invalid access through pointer. This happens only for Python2 because Py_DECREF is slightly different. Still, I have no opinion if UBSAN is right or wrong here, but this problem occures with the latest XCode/clang available too.
PreviousNext