Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
> On Sep 13, 2016, at 1:15 PM, Thiago Macieira > wrote: > > On terça-feira, 13 de setembro de 2016 20:01:10 PDT Jake Petroules wrote: >> On Sep 13, 2016, at 12:55 PM, Thiago Macieira >> mailto:thiago.macie...@intel.com>> wrote: > >> On terça-feira, 13 de setembro de 2016 19:44:35 PDT Jake Petr

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
On Sep 13, 2016, at 1:15 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On terça-feira, 13 de setembro de 2016 20:01:10 PDT Jake Petroules wrote: On Sep 13, 2016, at 12:55 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On terça-fe

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Christian Kandeler
Stephen Kelly wrote: >> There is no input file. There is only an input number. The task is from >> Bo, who gave it as a simplified example. > Oops, I'm wrong here. Bo said to read the number from a file. > I don't think that changes anything though regarding dynamic build graph > being an advanta

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Thiago Macieira
On terça-feira, 13 de setembro de 2016 20:01:10 PDT Jake Petroules wrote: > On Sep 13, 2016, at 12:55 PM, Thiago Macieira > mailto:thiago.macie...@intel.com>> wrote: > On terça-feira, 13 de setembro de 2016 19:44:35 PDT Jake Petroules wrote: > I'd be blown away if they did and I can't see how the

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Stephen Kelly
Stephen Kelly wrote: > Christian Kandeler wrote: > >> [Sorry about the formatting, using outlook] >> >> Stephen Kelly wrote: >>> Here's the CMake version: >> >> [ ... ] >> >>> execute_process( >>> COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/generator.py --list >>> ${CMAKE_CURRENT_BIN

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
On Sep 13, 2016, at 12:55 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On terça-feira, 13 de setembro de 2016 19:44:35 PDT Jake Petroules wrote: I'd be blown away if they did and I can't see how there would be a dependency. Also using deprecated APIs is a bad idea for app store

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Stephen Kelly
Konstantin Tokarev wrote: >> -Qbs has great features that you can't find in other build systems (e.g. >> it can build multiple ABIs/platforms at once). > > For the record, premake can do it as well. Can you show me the syntax for this with premake (and with Qbs)? I assume you're talking about b

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Thiago Macieira
On terça-feira, 13 de setembro de 2016 19:44:35 PDT Jake Petroules wrote: > I'd be blown away if they did and I can't see how there would be a > dependency. Also using deprecated APIs is a bad idea for app store > compliance. I believe there have been rejections for that in the past. But did it wo

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Stephen Kelly
Christian Kandeler wrote: > [Sorry about the formatting, using outlook] > > Stephen Kelly wrote: >> Here's the CMake version: > > [ ... ] > >> execute_process( >> COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/generator.py --list >> ${CMAKE_CURRENT_BINARY_DIR}/genoutput 5 >> OUTPUT

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
On Sep 13, 2016, at 12:32 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On terça-feira, 13 de setembro de 2016 18:41:50 PDT Jake Petroules wrote: They can and have before. Anyways, it doesn't matter. The code was unused, untested, and was in the way of other things, so its remova

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Jake Petroules
On Sep 13, 2016, at 12:10 PM, Christian Kandeler mailto:christian.kande...@qt.io>> wrote: [Sorry about the formatting, using outlook] Stephen Kelly wrote: > Here's the CMake version: [ ... ] > execute_process( > COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/generator.py --list > ${CMA

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Thiago Macieira
On terça-feira, 13 de setembro de 2016 18:41:50 PDT Jake Petroules wrote: > They can and have before. Anyways, it doesn't matter. The code was unused, > untested, and was in the way of other things, so its removal is > inconsequential. > > Also it caused build failure on tvOS/watchOS. Are we sure

Re: [Development] Notes on "Qt Build Systems" @ QtCon 2016

2016-09-13 Thread Christian Kandeler
[Sorry about the formatting, using outlook] Stephen Kelly wrote: > Here's the CMake version: [ ... ] > execute_process( > COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/generator.py --list > ${CMAKE_CURRENT_BINARY_DIR}/genoutput 5 > OUTPUT_VARIABLE fileList > ) How do you know

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
On Sep 13, 2016, at 11:40 AM, Konstantin Tokarev mailto:annu...@yandex.ru>> wrote: 13.09.2016, 21:33, "Jake Petroules" mailto:jake.petrou...@qt.io>>: Because the APIs are deprecated by Apple so they would have had to be removed/changed soon anyways, especially when an alternative (which is

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Konstantin Tokarev
13.09.2016, 21:33, "Jake Petroules" : >  Because the APIs are deprecated by Apple so they would have had to be > removed/changed soon anyways, especially when an alternative (which is the > default now) is already available. AFAIK they cannot remove API from released SDK, and users may choose

Re: [Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Jake Petroules
Because the APIs are deprecated by Apple so they would have had to be removed/changed soon anyways, especially when an alternative (which is the default now) is already available. Also it caused build failure on tvOS/watchOS. On Sep 13, 2016, at 11:25 AM, Thiago Macieira mailto:thiago.macie...@

[Development] NSURLConnection backend in 5.6.2

2016-09-13 Thread Thiago Macieira
The changelog contains this entry: - [QTBUG-45031] The NSURLConnection backend of QNetworkAccessManager has been removed, since SecureTransport is the default SSL backend on iOS and is enabled by default. This means that building with -no-openssl -no-securetransport will no longer provid

Re: [Development] QUuid documentation

2016-09-13 Thread Benjamin TERRIER
Le 10 sept. 2016 12:18 AM, "Edward Welbourne" a écrit : > > Benjamin Terrier: > >> However, my knowledge is that whatever the method one use to generate > >> your UUID, one can never guarantee its uniqueness. Meaning that the > >> Qt documentation is falsely guarantying unique UUID and therefore >