[Development] Checking SPDX license identifiers

2024-02-29 Thread Lucie Gérard via Development
Hi all, We are moving toward testing the license usage. The idea is to make sure the SPDX license identifier present in a file follows the rules presented in QUIP 18 ( https://contribute.qt-project.org/quips/18). For each Qt module repository, we intro

[Development] [Announce] Qt Creator 13 Beta2 released

2024-02-29 Thread List for announcements regarding Qt releases and development via Announce via Development
We are happy to announce the release of Qt Creator 13 Beta2! https://www.qt.io/blog/qt-creator-13-beta2-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany eike.zil...@qt.io https://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius,

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

2024-02-29 Thread Marc Mutz via Development
Hi, DL;DR: Use #pragma once in all non-installed headers The question recently came up "what is a private header". And the answer isn't just "_p.h, of course". We have tons of headers that are "private" without being marked as such with _p.h and "We mean it." comment. The first realization is