Re: [Development] QtCloudMessaging repository request to Qt

2017-07-26 Thread Ari Salmi
Hi, Continuing the same thread for looking for reviewers and commenters :) Its in! :) I got QtCloudMessaging API code pushed in to the codereview! I’m looking for comments and reviewers for it in order to proceed for final contribution and blog post to Qt technical blog. You can find best inf

Re: [Development] [BB++] Now is 3.5x faster than Node.JS

2017-07-26 Thread Phil Bouchard
On 07/26/2017 09:15 PM, Phil Bouchard wrote: On 07/25/2017 08:11 AM, Phil Bouchard wrote: I didn't have a chance to create documentation yesterday but I will this week. I just created a more complex example and it seems to be running perfectly fine: class Document { auto head = nullptr()

Re: [Development] [BB++] Now is 3.5x faster than Node.JS

2017-07-26 Thread Phil Bouchard
On 07/25/2017 08:11 AM, Phil Bouchard wrote: I didn't have a chance to create documentation yesterday but I will this week. I just created a more complex example and it seems to be running perfectly fine: class Document { auto head = nullptr(); auto tail = nullptr(); Document()

[Development] [Qt3D] RFC: API for back-end callbacks

2017-07-26 Thread Jan Marker
Hi, This mail is somewhat lengthy in order to provide background - if you know Qt 3D already you can skip to "Problem Statement". # Background: Qt 3D has a front-end/back-end architecture: - front-end: developer sets up the scene with objects, input handlers, ... (runs on the main thread)