Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-13 Thread Bogdan Vatra via Development
Hi, > > === Protobuf === > > * Need volunteers to write a Proof of Concept > ** plugin to protoc? IMHO flatbuffers (https://google.github.io/flatbuffers/) has quite a few advantages over protocol buffers (one that I really like is that the only dependency your app has is a single .h file,

Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-13 Thread Alejandro Exojo via Development
On Tuesday 12 June 2018 00:41:38 Thiago Macieira wrote: > On Monday, 11 June 2018 22:50:09 CEST Rafael Roquetto wrote: > > Would it also make sense to explore msgpack? https://msgpack.org/ > > No. Msgpack is the older version of CBOR, which we already have. CBOR is IMHO better than Message

Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-11 Thread Thiago Macieira
On Monday, 11 June 2018 22:50:09 CEST Rafael Roquetto wrote: > Would it also make sense to explore msgpack? https://msgpack.org/ No. Msgpack is the older version of CBOR, which we already have. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source

Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-11 Thread Rafael Roquetto
On Mon, Jun 11, 2018 at 01:39:07PM +0200, Thiago Macieira wrote: > On Monday, 11 June 2018 13:23:21 CEST Liang Qi wrote: > > On Mon, 11 Jun 2018 at 13:17, Thiago Macieira > > > > wrote: > > > Link: https://wiki.qt.io/QtCS2018_Serialisation > > > > > > === Protobuf === > > > > > > * Need

Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-11 Thread Thiago Macieira
On Monday, 11 June 2018 13:23:21 CEST Liang Qi wrote: > On Mon, 11 Jun 2018 at 13:17, Thiago Macieira > > wrote: > > Link: https://wiki.qt.io/QtCS2018_Serialisation > > > > === Protobuf === > > > > * Need volunteers to write a Proof of Concept > > ** plugin to protoc? > > > > About protobuf

Re: [Development] QtCS 2018 - Serialisation session notes

2018-06-11 Thread Liang Qi
On Mon, 11 Jun 2018 at 13:17, Thiago Macieira wrote: > Link: https://wiki.qt.io/QtCS2018_Serialisation > > === Protobuf === > > * Need volunteers to write a Proof of Concept > ** plugin to protoc? > > About protobuf support in Qt, I have an old WIP change at