Re: [Development] Deprecating QSharedMemory and QSystemSemaphore

2023-11-20 Thread Thiago Macieira
On Monday, 20 November 2023 10:39:54 PST Fabian Kosmale via Development wrote: > I am however a bit concerned about the timeline for the deprecation, and the > migration path we want to offer. There needs to be at least documentation > on how to properly port away form QSharedMemory, and maybe even

Re: [Development] Deprecating QSharedMemory and QSystemSemaphore

2023-11-20 Thread Fabian Kosmale via Development
iago Macieira Gesendet: Donnerstag, 16. November 2023 19:56 An: development@qt-project.org Betreff: [Development] Deprecating QSharedMemory and QSystemSemaphore Ref: https://codereview.qt-project.org/c/qt/qtbase/+/518039 http://bugreports.qt.io/browse/QTBUG-111855 For Qt 6.6, I undertook a re

[Development] Deprecating QSharedMemory and QSystemSemaphore

2023-11-16 Thread Thiago Macieira
Ref: https://codereview.qt-project.org/c/qt/qtbase/+/518039 http://bugreports.qt.io/browse/QTBUG-111855 For Qt 6.6, I undertook a refactor of those two classes to allow the backend to be selected at runtime, instead of compile-time, because Apple in their infinite wisdom[*] decided that App Stor