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

2022-10-10 Thread Robert Griebl via Development
On 10.10.2022 12:07, Eike Ziller via Development wrote: From what I see, it should in practice be ok to use. But perhaps I’m missing something. Does anything speak against using ‘#pragma once’ in new files? Just for reference, we are using it without issues in Qt Creator since 2016. (But of

Re: [Development] Nominating Dominik Holland for approver status

2019-10-02 Thread Robert Griebl
On 02.10.19 10:57, Palaraja, Kavindra wrote: > +1 , he’s my star example of a Developer who actually reads and writes > documentation Also +1, although I'd dispute the "star" status ;) cu Robert > Disclaimer: We used to work in the same team. Same for me.

Re: [Development] commas in ctor-init-lists

2016-06-01 Thread Robert Griebl
___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Robert Griebl Sen

Re: [Development] Nominating Volker Krause for Approver status

2016-03-30 Thread Robert Griebl
ect.org> http://lists.qt-project.org/mailman/listinfo/development ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development -- Robert Griebl Senior Software Engineer Pelagicore AG Balanstr. 5

Re: [Development] INTEGRITY changes for 5.7

2016-03-02 Thread Robert Griebl
that he needed to keep pushing the Stage button... This should bring Qt 5.7 to work on INTEGRITY, provided a C++11 compiler is available for that platform. +1 -- Robert Griebl SENIOR SOFTWARE ENGINEER Pelagicore AG Balanstr. 55, 81541 Munich, Germany robert.gri...@pelagicore.com

Re: [Development] QTBUG-48709: calling ::exit() may crash

2015-10-20 Thread Robert Griebl
the event-loop one more time, call qApp->exit() -- Robert Griebl SENIOR SOFTWARE ENGINEER Pelagicore AG Balanstr. 55, 81541 Munich, Germany robert.gri...@pelagicore.com www.pelagicore.com ___ Development mailing list Development@qt-project.org http:/

Re: [Development] New Module Request: QtGeniviExtras

2015-08-12 Thread Robert Griebl
based on the AUTOSAR 4.0 standard. The goal of DLT is the consolidation of the existing variety of logging and tracing protocols on one format. (http://projects.genivi.org/diagnostic-log-trace/home) cu Robert -- Robert Griebl Pelagicore AG www.pelagicore.com

Re: [Development] FW: Backwards compatibiltiy break in Qt 5.5

2015-07-28 Thread Robert Griebl
(and most of our customers) use qDebug() on a daily basis. I appreciate having the possibility to get an unambiguous output for those tricky test cases, but please make that an opt-in. So if you ask my opinion, I think this regression should be fixed in Qt 5.5.x. +1 cu Robert -- Robert

[Development] QtWayland stable branch

2014-08-11 Thread Robert Griebl
Hi all, Someone deleted the 'stable' branch in the QtWayland repo (on Gitorious) today. Since this breaks the Yocto meta-qt5 recipe I'm wondering if (a) a stable branch will come back, or (b) it is gone for good and we have to fix the Yocto recipe. Thanks, Robert