Commit Graph

6 Commits

Author SHA1 Message Date
Jani Heikkinen 1864b87d7e Bump version to 6.10.0
Change-Id: I97e17ecb19564aaabb1b09855af1c78920a56d70
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2025-01-03 16:57:32 +00:00
Jani Heikkinen 951124625f Bump version to 6.9.0
Change-Id: Icf68588318f94a90b88a9df14c7be4599ab6c0dc
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2024-06-06 05:42:34 +01:00
Jani Heikkinen c9072f8696 Bump version to 6.8.0
Change-Id: I14e48f1a880244d48ccc4fb6a26a7fdaf9b02e61
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-12-14 00:53:12 +02:00
Marc Mutz a52f35e5b1 Mark the module as free of Q_FOREACH, except where it isn't
The density of Q_FOREACH uses is high here, too high for this author,
unfamiliar with this module, to tackle in a short amount of time. But
they're concentrated in just a few TUs, so pick a different strategy:

Mark the whole module with QT_NO_FOREACH, to prevent new uses from
creeping in, and whitelist the affected TUs by #undef'ing
QT_NO_FOREACH locally, at the top of each file. For TUs that are part
of a larger executable, this requires these files to be compiled
separately, so add them to NO_PCH_SOURCES (which implies
NO_UNITY_BUILD_SOURCES, too). Created QTBUG-115797 to keep track of
this.

Task-number: QTBUG-115797
Change-Id: If97ca6e164759a413dce8bcc72ab3d3a3b19b017
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
2023-08-15 13:10:35 +00:00
Jani Heikkinen b8c419f3da Bump version to 6.7.0
Change-Id: I3aff8ef1557341fcbdb7769fb88767f40a42cbf9
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-06-16 15:03:47 +01:00
Jukka Jokiniva 8d18b56183 Initial commit 2023-03-02 15:45:23 +02:00