Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-14 Thread Marc Mutz
On Thursday 14 May 2015 02:04:44 Thiago Macieira wrote: > On Thursday 14 May 2015 02:13:59 Marc Mutz wrote: > > On Wednesday 13 May 2015 09:30:05 Thiago Macieira wrote: > > > The drawbacks only appear in debug builds, so is this worth the > > > uglification? > > > > No, the drawbacks are *due to*

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-14 Thread Marc Mutz
On Thursday 14 May 2015 09:33:59 Olivier Goffart wrote: > On Thursday 14. May 2015 08:48:36 Thiago Macieira wrote: > > On Thursday 14 May 2015 02:15:54 Marc Mutz wrote: [...] > > > The standard doesn't talk about DLLs and SOs. Semantics of those > > > constructs is supplied by the platform ABI, not

Re: [Development] Qt Multimedia and GStreamer 1.0 status

2015-05-14 Thread Rex Dieter
Lisandro Damián Nicanor Pérez Meyer wrote: > Hi! GStreamer 0.1 will get removed from Debian unstable soon. Is there any > chance to have GStreamer 1.0 support in 5.5.0? qtmultimedia 5.5 branch supports gst-1.x -- rex ___ Development mailing list Devel

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-14 Thread Thiago Macieira
On Thursday 14 May 2015 11:34:25 Matthew Woehlke wrote: > On 2015-05-14 10:58, Thiago Macieira wrote: > > On Thursday 14 May 2015 14:36:43 Olivier Goffart wrote: > >> I'm afraid your solution is not working with temporaries containers. > > > > That should be submitted as a change request to the st

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-14 Thread Matthew Woehlke
On 2015-05-14 10:58, Thiago Macieira wrote: > On Thursday 14 May 2015 14:36:43 Olivier Goffart wrote: >> I'm afraid your solution is not working with temporaries containers. > > That should be submitted as a change request to the standard. There are a > couple of other cases where this bites peop

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-14 Thread Thiago Macieira
On Thursday 14 May 2015 14:36:43 Olivier Goffart wrote: > I'm afraid your solution is not working with temporaries containers. That should be submitted as a change request to the standard. There are a couple of other cases where this bites people. It needs a new paper. -- Thiago Macieira - thia

Re: [Development] Proposal: Deprecating platforms in Qt 5.6 that don't support lambda

2015-05-14 Thread Olivier Goffart
On Wednesday 13. May 2015 09:45:30 Matthew Woehlke wrote: > On 2015-04-30 16:04, Matthew Woehlke wrote: > > On 2015-02-20 14:42, Thiago Macieira wrote: > >> On Friday 20 February 2015 12:53:24 Matthew Woehlke wrote: > >>> for (auto const i : qtEnumerate(map)) > >>> > >>> Maybe it would be nice f

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-14 Thread Thiago Macieira
On Thursday 14 May 2015 09:33:59 Olivier Goffart wrote: > The standard C++ defines all the semantics of the code unless it defines it > as implementation-defined or undefined behaviour. > The ABI is just an implementation detail and cannot overwrite the C++ > standards. > > For example, the C++ st

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-14 Thread Olivier Goffart
On Thursday 14. May 2015 08:48:36 Thiago Macieira wrote: > On Thursday 14 May 2015 02:15:54 Marc Mutz wrote: > > On Wednesday 13 May 2015 23:36:29 Olivier Goffart wrote: > > > On Thursday 14. May 2015 05:57:54 Thiago Macieira wrote: > > > > You cannot compare the addresses [of inline methods] > > >