Re: [Development] Submitting Qt to oss-fuzz

2019-01-21 Thread Robert Loehning
Hi everybody, the Qt project is now registered in oss-fuzz's list of projects: https://github.com/google/oss-fuzz/tree/master/projects What I have so far: - fuzzing Qt with libFuzzer locally - registered Qt project for oss-fuzz What I don't have so far: - setting up build/run on Google's server

Re: [Development] Qt6: Adding UTF-8 storage support to QString

2019-01-21 Thread Arnaud Clère
> -Original Message- > From: Allan Sandfeld Jensen > > On Dienstag, 15. Januar 2019 19:43:57 CET Cristian Adam wrote: > > Any chance of having UTF-8 storage support for QString? > > > Use QByteArray when you can. I think a QUtf8String class derived from QByteArray would help a lot makin

Re: [Development] Best way to introduce SIC for Qt 6 (was: Branch for Qt 6)

2019-01-21 Thread Lars Knoll
> On 20 Jan 2019, at 06:38, Sze Howe Koh wrote: > > On Tue, 15 Jan 2019 at 23:50, Thiago Macieira > wrote: >> >> On Tuesday, 15 January 2019 00:21:54 PST Lars Knoll wrote: >>> * We regularly merge dev into it >>> * BC breakages are fine >>> * SC breakages require a maintainer approval and a Ch