Re: [Interest] Operator QMap[] is casting to int?

2019-05-10 Thread Jason H
Hi all, I'm really sorry I brought this up. I have been working with smaller things thanks size_t. I was wrong in the general case. You can do a data structure of 16gB using the range of signed indexes for doubles. That should plenty. I do still miss the python negative syntax though. [-1]

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Thiago Macieira
On Friday, 10 May 2019 13:49:58 PDT Richard Weickelt wrote: > On 10.05.2019 21:13, Thiago Macieira wrote: > > On Thursday, 9 May 2019 16:58:47 PDT Hamish Moffatt wrote: > >> For my use I rebuilt the Qt packages from https://launchpad.net/~beineri > >> for stretch; they install into /opt rather

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Richard Weickelt
On 10.05.2019 21:13, Thiago Macieira wrote: > On Thursday, 9 May 2019 16:58:47 PDT Hamish Moffatt wrote: >> For my use I rebuilt the Qt packages from https://launchpad.net/~beineri >> for stretch; they install into /opt rather than replacing the system >> packages, so you don't have the issues

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Thiago Macieira
On Thursday, 9 May 2019 16:58:47 PDT Hamish Moffatt wrote: > For my use I rebuilt the Qt packages from https://launchpad.net/~beineri > for stretch; they install into /opt rather than replacing the system > packages, so you don't have the issues with Qt and other > reverse-dependencies. I think

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Thiago Macieira
On Thursday, 9 May 2019 16:20:41 PDT Hamish Moffatt wrote: > On 9/5/19 6:04 pm, Shawn Rutledge wrote: > > Of course on Linux there are usually distro packages so it’s already > > easy (as long as you don’t mind them often being a bit outdated: shame > > on distros who still didn’t upgrade to 5.12

Re: [Interest] Operator QMap[] is casting to int?

2019-05-10 Thread Thiago Macieira
On Friday, 10 May 2019 04:17:03 PDT Roland Hughes wrote: > > Data is different. std::byte is unsigned and "unsigned char" is the actual > > definition of byte. QByteArray should actually get an API to treat its > > contents as bytes, not just chars. > > > > But we weren't talking about data, we

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Konstantin Shegunov
On Fri, May 10, 2019 at 4:07 PM Shawn Rutledge wrote: > So “stable” just means old in practice, and thus uninteresting for > developers. Old AND stable. There are specific criteria the debian project uses to mark a package as stable. Old may not mean stable, but usually stable means old

Re: [Interest] My first 5 years with Qt and 2 suggestions

2019-05-10 Thread Shawn Rutledge
> On 10 May 2019, at 01:20, Hamish Moffatt wrote: > > Actually, I'd turn this around and say shame on the Qt project for not > publishing packages, at least for the major distributions. > > It's Debian's policy to publish stable releases which don't change except for > security and other

Re: [Interest] Operator QMap[] is casting to int?

2019-05-10 Thread Roland Hughes
On 5/9/19 3:22 AM, Thiago Macieira wrote: On Tuesday, 7 May 2019 14:25:05 PDT Roland Hughes wrote: If there's ever an STL2 (std2 namespace), it'll use signed. It's not just mixing C++ APIs. It is interfacing with devices which use unsigned octates in groups for the size followed by a