Re: [Development] clang-format

2018-06-21 Thread Thiago Macieira
On Thursday, 21 June 2018 16:56:00 PDT Ville Voutilainen wrote: > While I appreciate your git-fu, I must bat my eyelids if we consider that > a normal procedure for people wishing to submit patches. Not many people have over 100 pending patches for Qt. In fact, you can probably count them in the

Re: [Development] clang-format

2018-06-21 Thread Ville Voutilainen
On 22 June 2018 at 02:36, Olivier Goffart wrote: > On 2018-06-21 16:02, Thiago Macieira wrote: >> >> On Thursday, 21 June 2018 04:51:38 PDT Frederik Gladhorn wrote: >>> >>> checkout the change before we run clang-format >>> run clang-format on the changed files >>> push on top of the formatting

Re: [Development] clang-format

2018-06-21 Thread Olivier Goffart
On 2018-06-21 16:02, Thiago Macieira wrote: On Thursday, 21 June 2018 04:51:38 PDT Frederik Gladhorn wrote: checkout the change before we run clang-format run clang-format on the changed files push on top of the formatting change I'd appreciate such a script. As I said, I will dedicate no

Re: [Development] clang-format

2018-06-21 Thread Thiago Macieira
On Thursday, 21 June 2018 04:51:38 PDT Frederik Gladhorn wrote: > checkout the change before we run clang-format > run clang-format on the changed files > push on top of the formatting change I'd appreciate such a script. As I said, I will dedicate no more than 15 minutes total for rebasing

Re: [Development] Trying to build Qt 4.8.7 with Visual Studio 2017

2018-06-21 Thread Thiago Macieira
On Thursday, 21 June 2018 03:05:38 PDT Bart Vandewoestyne wrote: > Can anyone tell me if it is possible to rebuild only the configure > tool (preferably also using VS2017) and if 'yes', what steps do I need > to take to do that (using a fresh checkout/unzip of the 4.8.7 > sources)? Just tell

Re: [Development] clang-format

2018-06-21 Thread Frederik Gladhorn
On tirsdag 19. juni 2018 17.51.28 CEST Thiago Macieira wrote: > On Tuesday, 19 June 2018 02:34:09 PDT Lars Knoll wrote: > > Currently, we only merge from 5.11 to dev, so I hope this won’t be too > > bad. > > But we could of course also run the tool over both branches. > > I have right now 149

[Development] Trying to build Qt 4.8.7 with Visual Studio 2017

2018-06-21 Thread Bart Vandewoestyne
Hello list, I am trying to build Qt 4.8.7 using Visual Studio 2017. Partly because I need it (upgrading to 5.X is currently not an option due to time constraints and other priorities), partly as a hobby project and because it's fun, and partly because it might be interesting for other people who

Re: [Development] Android binary size with Clang

2018-06-21 Thread Bogdan Vatra via Development
În ziua de joi, 21 iunie 2018, la 11:38:29 EEST, Sérgio Martins via Development a scris: > On 2018-06-21 04:40, Thiago Macieira wrote: > > Hello > > > > Yesterday during the PDXCPP Meet Up, I was asked if we had come up with > > a good > > solution to the increase in size of native binaries on

Re: [Development] Android binary size with Clang

2018-06-21 Thread Sérgio Martins via Development
On 2018-06-21 04:40, Thiago Macieira wrote: Hello Yesterday during the PDXCPP Meet Up, I was asked if we had come up with a good solution to the increase in size of native binaries on Android when switching from GCC to Clang. I reported I had no idea there was even a problem. So, what's the

Re: [Development] Android binary size with Clang

2018-06-21 Thread Giuseppe D'Angelo via Development
Hi, On 21/06/18 05:40, Thiago Macieira wrote: Yesterday during the PDXCPP Meet Up, I was asked if we had come up with a good solution to the increase in size of native binaries on Android when switching from GCC to Clang. I reported I had no idea there was even a problem. So, what's the status