Re: [Development] Nominating Luca Di Sera as approver

2022-01-31 Thread Topi Reiniö
+1. Luca has already been an invaluable asset to QDoc development among other things. Disclaimer; we're colleagues. -Topi Get Outlook for Android From: Development on behalf of Paul Wicking Sent: Tuesday, February 1, 2022 7:04:13 AM To:

[Development] Nominating Luca Di Sera as approver

2022-01-31 Thread Paul Wicking
Hi, I'd like to nominate Luca Di Sera as approver in the Qt Project. Luca joined The Qt Company as a Software Engineer six months ago. His contributions [0] and reviews [1] are steady and of high quality. Some of his contributions are in TQtC internal repositories. I particularly appreciate Lu

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Thiago Macieira
On Monday, 31 January 2022 10:44:07 PST Giuseppe D'Angelo via Development wrote: > I was referring to the "defaulting to C++-latest". In order to know what > *is* the "latest" you can target, you need to detect the CMake and the > compiler versions. That means start building tables of supported >

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Giuseppe D'Angelo via Development
On 31/01/2022 17:36, Thiago Macieira wrote: On Monday, 31 January 2022 05:23:45 PST Giuseppe D'Angelo via Development wrote: 1) Does a build of Qt default to C++17 or C++-latest? Qt 5 did the latter, Qt 6 does the former. I would be fine at restoring C++-latest, with command line switches availa

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Thiago Macieira
On Monday, 31 January 2022 05:23:45 PST Giuseppe D'Angelo via Development wrote: > 1) Does a build of Qt default to C++17 or C++-latest? Qt 5 did the > latter, Qt 6 does the former. I would be fine at restoring C++-latest, > with command line switches available to picking a specific C++ version >

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Thiago Macieira
On Monday, 31 January 2022 02:04:46 PST Lars Knoll wrote: > We upgrade the default to C++20, but keep things compiling in C++17 mode. If > we do that, we should however consider upgrading our minimum compiler > requirements for the binaries (ie desktop and mobile platforms) to > compilers that supp

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Giuseppe D'Angelo via Development
On 28/01/2022 02:07, Thiago Macieira wrote: On Thursday, 27 January 2022 16:49:22 PST Marc Mutz wrote: That would break projects that build their Qt themselves (embedded), and with C++17 (because, you know, compile times increase with every std version 🙂). Ok, then we make it optional to turn b

Re: [Development] Proposing to officially allow C++20 types in Qt 6 ABIs

2022-01-31 Thread Lars Knoll
> On 28 Jan 2022, at 02:07, Thiago Macieira wrote: > > On Thursday, 27 January 2022 16:49:22 PST Marc Mutz wrote: >> That would break projects that build their Qt themselves (embedded), and >> with C++17 (because, you know, compile times increase with every std >> version 🙂). > > Ok, then we ma