Re: [Development] Security-relevant 3rd party components bundled with Qt

2022-10-12 Thread Volker Hilsheimer via Development
> On 7 Oct 2022, at 22:08, Robert Löhning via Development > wrote: > > Am 20.09.22 um 14:47 schrieb Volker Hilsheimer: >> Hi, >> Some of the 3rd party components we bundle in Qt are directly involved in >> code paths that are designed to process untrusted data. Following up on the >>

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-12 Thread Hasselmann Mathias
Am 11.10.2022 um 21:20 schrieb Kevin Kofler via Development: "locking you down to a vendor" is a funny argument when the Wikipedia article: https://en.wikipedia.org/wiki/Pragma_once cannot name a single compiler that does not support #pragma once, and 20 that do. Yes, it is supported in a

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-12 Thread Volker Hilsheimer via Development
> On 11 Oct 2022, at 22:11, Thiago Macieira wrote: > > On Tuesday, 11 October 2022 12:25:13 PDT Kyle Edwards via Development wrote: >> Speaking as co-maintainer of CMake, we have effectively required #pragma >> once to build CMake itself since August 2017, we officially codified >> this as

Re: [Development] Using '#pragma once' instead of include guards?

2022-10-12 Thread Hasselmann Mathias
Sounds like an excellent plan. Ciao Mathias Am 12.10.2022 um 12:35 schrieb Volker Hilsheimer via Development: On 11 Oct 2022, at 22:11, Thiago Macieira wrote: On Tuesday, 11 October 2022 12:25:13 PDT Kyle Edwards via Development wrote: Speaking as co-maintainer of CMake, we have effectively

[Development] [Announce] Qt Creator 9 Beta released

2022-10-12 Thread List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 9 Beta! https://www.qt.io/blog/qt-creator-9-beta-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Jouni

Re: [Development] Nominating Christian Ehrlicher and Andy Shaw as Qt SQL co-maintainers

2022-10-12 Thread Volker Hilsheimer via Development
> On 26 Sep 2022, at 09:11, Volker Hilsheimer wrote: > > Hi, > > > I would like to nominate Christian and Andy as co-maintainers for Qt SQL. > > Mark Brand, who is currently listed as the maintainer of Qt SQL, hasn’t > responded to any of my emails, including one from two weeks ago where I

Re: [Development] C++20 goodies (was: Using '#pragma once' instead of include guards?)

2022-10-12 Thread Edward Welbourne via Development
Henry Skoglund (11 October 2022 22:18) wrote: > Sometime in the far future when Qt requires c++20 things might > improve: we could use std::source_location::filename > (https://en.cppreference.com/w/cpp/utility/source_location/file_name ) Nice. I'm a bit surprised file_name() returns a char*