[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 'dev'. Changed from 6592d64174dcb190859d8c71a77db27f9f5cc2ad to 2355a5312859a3aae157d07a5e0f3f5e3e839496 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 19a909845e75cad911785171feb6940234bde360 by Robert Griebl on 22/07/2026 at 14:10.. 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 Pick-to: 6.12 Reviewed-by: Thomas Senyk <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/19a909845e75cad911785171feb6940234bde360 Git commit 437b8e171eb5fd4e54bb634f5810c565ae78dddb by Robert Griebl on 22/07/2026 at 14:10.. Axivion: suppression maintenance Change-Id: Ibc9612b6193a3ceb00e6d3dfa84e5c615678c829 Pick-to: 6.12 Reviewed-by: Thomas Senyk <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/437b8e171eb5fd4e54bb634f5810c565ae78dddb Git commit 15e9fb9195c81cf36bf56718a746da0487ba76dc by Robert Griebl on 22/07/2026 at 14:10.. Clazy/Clang-Tidy: fix reported issues Change-Id: I194c98045b5bd8c4e50ff7a7db074c32a75cc7a9 Pick-to: 6.12 Reviewed-by: Thomas Senyk <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/15e9fb9195c81cf36bf56718a746da0487ba76dc Git commit 2355a5312859a3aae157d07a5e0f3f5e3e839496 by Robert Griebl on 22/07/2026 at 14:11.. 3rd-party: update libarchive to 3.8.8 Change-Id: If1974d76ce3208c4ac75be957e6106f4b7efd0f9 Pick-to: 6.12 Reviewed-by: Thomas Senyk <[email protected]> https://invent.kde.org/qt/qt/qtapplicationmanager/-/commit/2355a5312859a3aae157d07a5e0f3f5e3e839496