Re: [Development] Compare signed and unsigned integers in Qt

2024-08-12 Thread Thiago Macieira
On Monday 12 August 2024 04:57:56 GMT-7 Tatiana Borisova via Development wrote: > The backport gives to Qt users a possibility to start using the safe > comparison with C++17 and since Qt 6.9. The 'q20' namespace checks if std > implementation is available and takes it, otherwise it takes our > im

[Development] QtCS24: Register and Add Your Talks

2024-08-12 Thread Pedro Bessa via Development
Hi everyone, Hope you are having a great Summer! This is a friendly reminder to register for the Qt Contributor Summit and also suggest topics of discussion! Additionally, we encourage external developers, contributors, and users to actively participate in our event. We are eager to hear your

[Development] Compare signed and unsigned integers in Qt

2024-08-12 Thread Tatiana Borisova via Development
Comparison between signed and unsigned integer types seems to be a simple case, but sometimes it leads to nasty bugs in the code. Briefly recall the problem: Each integer type with opposite signed and unsigned identificators occupies the same size in the memory. But being unsigned, it can only c

[Development] Minor cmake API change in Qt Wayland 6.8

2024-08-12 Thread Eskil Abrahamsen Blomfeldt via Development
Hi, We recently found an issue with Qt Wayland Compositor after upgrading to libwayland 1.23, which causes any Qt client to crash as it connects to it. To fix this, we need to add a small last-minute API addition to a cmake function in Qt Wayland Compositor: https://codereview.qt-project.org/c