On Wed, 11 Oct 2017 09:01:30 -0500
Matt Hoosier wrote:
> On Tue, Oct 10, 2017 at 11:53 AM, Daniel Stone wrote:
>
> >> Another option is to enforce a synchronous handshake between the
> >> Weston foreground loop and the compressor/transmit asynchronous code.
> >> The idea would be to (1) suck o
A straightforward addition.
Reviewed-by: Miguel A Vico Moya
On Tue, 10 Oct 2017 14:43:43 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> Currently the client-facing libwayland-egl API is defined by a header
> file shipped by Wayland, but the implementation is left to each vendor.
>
> Thi
Looks fine.
Reviewed-by: Miguel A Vico Moya
On Tue, 10 Oct 2017 14:43:46 +0100
Emil Velikov wrote:
> From: Emil Velikov
>
> File will be installed alongside the backend header.
>
> This way vendor implementations have enough information about the
> interface and they can build their backend
On Tue, Oct 10, 2017 at 11:53 AM, Daniel Stone wrote:
> That more or less makes sense at the moment, though there has been
> quite a bit of work on less insane remoting within Weston. And then
> GNOME is using PipeWire for this. But anyway, you probably know this
> and it's not your immediate ques
On Fri, 2017-08-04 at 22:04 +0200, jana...@gmail.com wrote:
> On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote:
> > Previously, the hide_input_panel and show_input_panel messages for
> > the text
> > input protocol were limited to specific cases, such as showing the
> > panel on
> > activation,
Add a --strict flag for making wayland-scanner fail if the DTD
verification fails. This is useful for testing, so that a test case can
fail a scan when the protocol doesn't comply with the DTD.
Signed-off-by: Jonas Ådahl
---
This could be used by wayland-protocols (and others) to verify that
pro
On Wed, 11 Oct 2017 17:00:10 +0800
Jonas Ådahl wrote:
> Hi,
>
> I wanted to add compile tests to all protocols, testing that we can
> compile on C++ and pedantic C99. I didn't care for figuring out how to
> do that with autotools so I ported wayland-protocols to meson instead
> before adding bui
On Wed, Oct 11, 2017 at 11:13:02AM +0200, Olivier Fourdan wrote:
> Hi,
>
> On 11 October 2017 at 11:00, Jonas Ådahl wrote:
>
> > It has been replaced by meson.
> > ---
> > .gitignore | 16
> > Makefile.am | 43 ---
> > configure.ac | 4
Hi,
On 11 October 2017 at 11:00, Jonas Ådahl wrote:
> It has been replaced by meson.
> ---
> .gitignore | 16
> Makefile.am | 43 ---
> configure.ac | 45 -
> m4/compat.m4 | 12
>
Hi,
I wanted to add compile tests to all protocols, testing that we can
compile on C++ and pedantic C99. I didn't care for figuring out how to
do that with autotools so I ported wayland-protocols to meson instead
before adding build testing.
Note that I have not tested how this works in a cross c
Signed-off-by: Jonas Ådahl
---
meson.build | 81 +
meson_options.txt | 4 +++
tests/meson.build | 13
wayland-protocols.pc.in | 2 +-
4 files changed, 99 insertions(+), 1 deletion(-)
create mode 100644 meson.build
It has been replaced by meson.
---
.gitignore | 16
Makefile.am | 43 ---
configure.ac | 45 -
m4/compat.m4 | 12
4 files changed, 116 deletions(-)
delete mode 100644 Makefile.am
Only tested by the meson build system.
Signed-off-by: Jonas Ådahl
---
tests/build-cxx.cc.in | 12 +++
tests/build-pedantic.c.in | 10 ++
tests/meson.build | 86 +++
tests/replace.py | 23 +
4 files changed, 131
Sorry again. I've been traveling for a bit more than two weeks, so time
has been extra limited recently. It's pushed now however, and 1.11 is
released.
Jonas
On Tue, Oct 10, 2017 at 01:16:09PM +0200, Marco Martin wrote:
> sorry i'm insisting on this.. what is still needed for those? can then
> b
wayland-protocols 1.11 is now available.
This version includes a new unstable version of the xdg-foreign protocol. The
new version fixes C++ incompatibility issues while making the interface request
naming a bit more descriptive.
Here is the shortlog:
Jonas Ådahl (1):
configure.ac: Bump v
15 matches
Mail list logo