Good idea. Will do it that way.
> On 26 Feb 2018, at 11:05, Lukáš Hrázký wrote:
>
> Get rid of the 'make()' method and the 'msg' member, create the payload
> on the stack in 'write()' and write the header and message in two
> writes.
> ---
> It does split the write for FormatMessage into two, bu
Get rid of the 'make()' method and the 'msg' member, create the payload
on the stack in 'write()' and write the header and message in two
writes.
---
It does split the write for FormatMessage into two, but makes the code a
bit simpler I think. It reduces the number of combinations the messages
are
On Fri, 2018-02-23 at 19:07 +0100, Christophe de Dinechin wrote:
> > On 23 Feb 2018, at 17:37, Jonathon Jongsma wrote:
> >
> > On Fri, 2018-02-23 at 12:36 +0100, Christophe de Dinechin wrote:
> > > > On 22 Feb 2018, at 19:05, Lukáš Hrázký wrote:
> > > >
> > > > On Thu, 2018-02-22 at 18:51 +0100
> On 23 Feb 2018, at 17:37, Jonathon Jongsma wrote:
>
> On Fri, 2018-02-23 at 12:36 +0100, Christophe de Dinechin wrote:
>>> On 22 Feb 2018, at 19:05, Lukáš Hrázký wrote:
>>>
>>> On Thu, 2018-02-22 at 18:51 +0100, Christophe de Dinechin wrote:
> On 21 Feb 2018, at 10:45, Lukáš Hrázký
>>>
On Fri, 2018-02-23 at 12:36 +0100, Christophe de Dinechin wrote:
> > On 22 Feb 2018, at 19:05, Lukáš Hrázký wrote:
> >
> > On Thu, 2018-02-22 at 18:51 +0100, Christophe de Dinechin wrote:
> > > > On 21 Feb 2018, at 10:45, Lukáš Hrázký
> > > > wrote:
> > > >
> > > > On Tue, 2018-02-20 at 16:41 +
> On 22 Feb 2018, at 19:05, Lukáš Hrázký wrote:
>
> On Thu, 2018-02-22 at 18:51 +0100, Christophe de Dinechin wrote:
>>> On 21 Feb 2018, at 10:45, Lukáš Hrázký wrote:
>>>
>>> On Tue, 2018-02-20 at 16:41 +0100, Christophe de Dinechin wrote:
> On 20 Feb 2018, at 15:29, Lukáš Hrázký wrote:
On Thu, 2018-02-22 at 18:51 +0100, Christophe de Dinechin wrote:
> > On 21 Feb 2018, at 10:45, Lukáš Hrázký wrote:
> >
> > On Tue, 2018-02-20 at 16:41 +0100, Christophe de Dinechin wrote:
> > > > On 20 Feb 2018, at 15:29, Lukáš Hrázký wrote:
> > > >
> > > > On Fri, 2018-02-16 at 17:15 +0100, Ch
> On 21 Feb 2018, at 10:45, Lukáš Hrázký wrote:
>
> On Tue, 2018-02-20 at 16:41 +0100, Christophe de Dinechin wrote:
>>> On 20 Feb 2018, at 15:29, Lukáš Hrázký wrote:
>>>
>>> On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote:
From: Christophe de Dinechin
- The S
On Tue, 2018-02-20 at 16:41 +0100, Christophe de Dinechin wrote:
> > On 20 Feb 2018, at 15:29, Lukáš Hrázký wrote:
> >
> > On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote:
> > > From: Christophe de Dinechin
> > >
> > > - The Stream class now deals with locking and sending messag
> From: Christophe de Dinechin
>
> - The Stream class now deals with locking and sending messages
> - The Message<> template class deals with the general writing mechanisms
> - Three classes, FormatMessage, FrameMessage and X11CursorMessage represent
> individual messages
>
> The various classes
> On 20 Feb 2018, at 15:29, Lukáš Hrázký wrote:
>
> On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote:
>> From: Christophe de Dinechin
>>
>> - The Stream class now deals with locking and sending messages
>> - The Message<> template class deals with the general writing mechanisms
On Fri, 2018-02-16 at 17:15 +0100, Christophe de Dinechin wrote:
> From: Christophe de Dinechin
>
> - The Stream class now deals with locking and sending messages
> - The Message<> template class deals with the general writing mechanisms
> - Three classes, FormatMessage, FrameMessage and X11Curso
From: Christophe de Dinechin
- The Stream class now deals with locking and sending messages
- The Message<> template class deals with the general writing mechanisms
- Three classes, FormatMessage, FrameMessage and X11CursorMessage represent
individual messages
The various classes should be move
13 matches
Mail list logo