[qt/qt/qtapplicationmanager]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtapplicationmanager Pushed by mirror-service into branch '6.12'. Changed from 7d663d4b5b6b52d82ba837dc9155bb202f13638d to 28671b72e89b39bb92e912bbaa5db519fdf1c2d1 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit fd27872b805ce3d2a66ce4e3afa0ff22e8021c91 by Qt Cherry-pick Bot (on behalf of Robert Griebl) on 22/07/2026 at 16:09.. YamlParser: avoid per-field allocation in parseFields() The allowed-event-types check ran for every field of every map while parsing config and manifest files, heap-allocating a QVector just to perform a membership test that was discarded immediately afterwards. Since the FieldType flags map one-to-one onto the three YAML event types, the check collapses to a bitmask test with no allocation. The vector is now only built on the (rare) error path, where it feeds the exception message. Behavior is unchanged. Change-Id: I21d5b52dcac99445d0d144cecf1fcd741f49b987 Reviewed-by: Thomas Senyk <[email protected]> (cherry picked from commit 19a909845e75cad911785171feb6940234bde360) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/fd27872b805ce3d2a66ce4e3afa0ff22e8021c91 Git commit a0a9fbbd240d2c1d3a1fa02940db72679a3a6bdd by Qt Cherry-pick Bot (on behalf of Robert Griebl) on 22/07/2026 at 16:09.. Axivion: suppression maintenance Change-Id: Ibc9612b6193a3ceb00e6d3dfa84e5c615678c829 Reviewed-by: Thomas Senyk <[email protected]> (cherry picked from commit 437b8e171eb5fd4e54bb634f5810c565ae78dddb) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/a0a9fbbd240d2c1d3a1fa02940db72679a3a6bdd Git commit 390d6cf42a1141a1cd0e9d74e78f73d4fa255136 by Qt Cherry-pick Bot (on behalf of Robert Griebl) on 22/07/2026 at 16:09.. Clazy/Clang-Tidy: fix reported issues Change-Id: I194c98045b5bd8c4e50ff7a7db074c32a75cc7a9 Reviewed-by: Thomas Senyk <[email protected]> (cherry picked from commit 15e9fb9195c81cf36bf56718a746da0487ba76dc) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/390d6cf42a1141a1cd0e9d74e78f73d4fa255136 Git commit 28671b72e89b39bb92e912bbaa5db519fdf1c2d1 by Qt Cherry-pick Bot (on behalf of Robert Griebl) on 22/07/2026 at 16:09.. 3rd-party: update libarchive to 3.8.8 Change-Id: If1974d76ce3208c4ac75be957e6106f4b7efd0f9 Reviewed-by: Thomas Senyk <[email protected]> (cherry picked from commit 2355a5312859a3aae157d07a5e0f3f5e3e839496) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/28671b72e89b39bb92e912bbaa5db519fdf1c2d1