Re: [Development] Announcing moc_combine

2016-05-29 Thread Thiago Macieira
Em domingo, 29 de maio de 2016, às 13:05:07 BRT, Thiago Macieira escreveu: > - simple connect() statements (even supports Qt::UniqueConnection, provided > that you're connecting PMFs [note: there might be bugs!!]) Confirmed: https://bugreports.qt.io/browse/QTBUG-53684 -- Thiago Macieira -

Re: [Development] The missing pieces of QJSEngine

2016-05-29 Thread Corentin
WIP patch to add QJSEngine::newQMetaObject https://codereview.qt-project.org/160759 Le sam. 28 mai 2016 à 11:42, Corentin a écrit : > Hello. > I'm once again trying to cut dependencies on Qt Script. > > QJSEngine still lacks some features to do so. > > >- The

Re: [Development] CI problems being solved

2016-05-29 Thread Sean Harmer
Hi Tony, On 29/05/2016 18:10, Tony Sarajärvi wrote: Hi again. Seems I got it building again. However, there might be commits left out of control either in ‘staging’, ‘staged’ or ‘integrating’ states. If you find your commits hanging weirdly in these states, please let us know and we’ll

Re: [Development] CI problems being solved

2016-05-29 Thread Tony Sarajärvi
Hi again. Seems I got it building again. However, there might be commits left out of control either in 'staging', 'staged' or 'integrating' states. If you find your commits hanging weirdly in these states, please let us know and we'll manually poke them with a cattle prod :) -Tony From:

[Development] CI problems being solved

2016-05-29 Thread Tony Sarajärvi
Hi all! The CI is suffering from technical problems in the world of virtualization. I'm working on it and hopefully will get it back online within the hour if all goes well. I really can't say what the state of the server is before I can get the server back online. If it's a matter of

[Development] Announcing moc_combine

2016-05-29 Thread Thiago Macieira
I've just pushed a feature[1] to moc that makes it process multiple headers at the same time, producing only one output file, and a second feature[2] that "precompiles" a header. Since moc is single-threaded, this often means more wall-clock time than the previous case, but it's always less CPU