[qt/qt/qtbase]: 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/qtbase Pushed by mirror-service into branch '6.11.2'. Changed from 0000000000000000000000000000000000000000 to eb0cd73a9aaffbf04eb6c9f4d0e95df03200cd09 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 eb0cd73a9aaffbf04eb6c9f4d0e95df03200cd09 by Qt Cherry-pick Bot (on behalf of Marc Mutz) on 02/08/2026 at 22:27.. QOCICols: replace 64KiB stack array with heap allocation This function ran afoul of the attempt to compile Qt code using -Wframe-larger-than=20KiB, so fix by allocating the buffer on the heap instead. As a drive-by, save that extra allocation N-fold by rewriting the use of the buffer in QStringBuilder terms, using QStringView and QByteArrayView, and drop one unneeded reinterpret_cast. Amends the start of the public history. Pick-to: 6.8 Change-Id: I229c1b73641a49ffd93d7638348d974d9209cfef Reviewed-by: Giuseppe D'Angelo <[email protected]> (cherry picked from commit 3e81bed3317531e3e47bed5dc8a385223c3cae1e) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit f978c9d6437160bfe5000cbe83d0c3db9b7009d0) https://invent.kde.org/qt/qt/qtbase/-/commit/eb0cd73a9aaffbf04eb6c9f4d0e95df03200cd09