Re: [Development] Raising the minimum Core Language to C++14 for Linux/XCB

2018-07-15 Thread Allan Sandfeld Jensen
On Sonntag, 15. Juli 2018 12:57:46 CEST Gatis Paeglis wrote: > > Raising the minimum Core Language to C++14 for Linux/XCB > > Ok, the title was bit misleading. You want to increase for all regular Linux > builds. > > That would be fine for the task I linked earlier. But > > according to http://d

Re: [Development] Raising the minimum Core Language to C++14 for Linux/XCB

2018-07-15 Thread Gatis Paeglis
oes not have GCC 5. From: Development on behalf of Gatis Paeglis Sent: Sunday, July 15, 2018 12:17:52 PM To: Thiago Macieira; development@qt-project.org Subject: Re: [Development] Raising the minimum Core Language to C++14 for Linux/XCB > There has been no

Re: [Development] Raising the minimum Core Language to C++14 for Linux/XCB

2018-07-15 Thread Gatis Paeglis
inimum Core Language to C++14 for Linux/XCB On Thursday, 5 July 2018 12:53:14 PDT Thiago Macieira wrote: > On Mac, we kinda already require that. I'm asking to raise the minimum for > the regular Linux builds to C++14. Specifically, I'm asking for the "auto" > functions

Re: [Development] Raising the minimum Core Language to C++14 for Linux/XCB

2018-07-14 Thread Thiago Macieira
On Thursday, 5 July 2018 12:53:14 PDT Thiago Macieira wrote: > On Mac, we kinda already require that. I'm asking to raise the minimum for > the regular Linux builds to C++14. Specifically, I'm asking for the "auto" > functions without trailing return type and relaxed constexpr. > > Currently, our

[Development] Raising the minimum Core Language to C++14 for Linux/XCB

2018-07-05 Thread Thiago Macieira
On Mac, we kinda already require that. I'm asking to raise the minimum for the regular Linux builds to C++14. Specifically, I'm asking for the "auto" functions without trailing return type and relaxed constexpr. Currently, our minimum supported GCC version is 4.7 (on QNX only) and 4.8 elsewhere