summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-09configure.ac: bump to version 1.15.0 for the official release1.15.01.15Derek Foreman1-2/+2
2018-04-02configure.ac: bump to version 1.14.93 for the RC1 release1.14.93Derek Foreman1-1/+1
2018-04-02.gitignore: add wayland-egl-abi-checkEmil Velikov1-0/+1
2018-03-20wayland-egl: Ignore underscored symbols in ABI checkDaniel Stone1-9/+1
2018-03-19configure.ac: bump to version 1.14.92 for the beta release1.14.92Derek Foreman1-1/+1
2018-03-19wayland-egl: Make symbol test fail on failureDaniel Stone1-6/+21
2018-03-19wayland-egl: Pass nm path to check scriptDaniel Stone1-0/+1
2018-03-19wayland-egl: bump the version number to 18.1.0Emil Velikov1-1/+1
2018-03-19wayland-egl: enhance the symbol testEmil Velikov1-8/+28
2018-03-19wayland-egl: fail the symbol check if lib is missingEmil Velikov1-1/+9
2018-03-19wayland-egl: set the correct path to libwayland-egl.soEmil Velikov1-1/+1
2018-03-16configure.ac: don't install the static librariesEmil Velikov1-1/+1
2018-03-15tests: disable coredumps on sanity-testPekka Paalanen4-1/+53
2018-03-07walyand-client: Fix trivial build break from previous commitDerek Foreman1-1/+1
2018-03-07client: Don't inappropriatly close fds for zombie objectsDerek Foreman1-1/+1
2018-02-26configure.ac: bump to version 1.14.91 for the alpha release1.14.91Derek Foreman1-1/+1
2018-02-26tests: fix scanner private-code test reference dataPekka Paalanen1-1/+1
2018-02-23scanner: Fix broken private-code generationDerek Foreman1-1/+1
2018-02-23wayland-egl: use correct `nm` path when cross-compilingEmil Velikov2-1/+2
2018-02-22tests: add code, public-code and private-code testsEmil Velikov3-1/+77
2018-02-22scanner: make use of __has_attribute()Emil Velikov1-1/+5
2018-02-22build: use public-code when using the local wayland-scannerEmil Velikov1-0/+4
2018-02-22scanner: introduce "public-code" and "private-code"Emil Velikov1-6/+44
2018-02-16build: remove white space in -uninstalled.pc.in filesEmil Velikov3-3/+3
2018-02-15connection: Fix broken log message when demarshalling short closureDerek Foreman1-1/+2
2018-02-09wayland-egl: rename wl_egl_window::private to driver_privateEmil Velikov3-6/+6
2018-02-09wayland-egl: move the wayland-egl{, -core}.h headers to egl/Emil Velikov3-2/+3
2018-02-09wayland-egl-symbols-check: pass the DSO name via the build systemEmil Velikov2-1/+2
2018-02-09build: wire-up wayland-eglEmil Velikov2-2/+22
2018-02-09wayland-egl: add a note about keeping the backend version in syncEmil Velikov1-0/+4
2018-02-09wayland-egl: introduce wayland-egl-backend.pcEmil Velikov1-0/+9
2018-02-09wayland-egl: correct wayland-egl.pc description/versionEmil Velikov1-2/+2
2018-02-09wayland-egl: reuse the existing WL_EXPORT macroEmil Velikov1-10/+5
2018-02-09wayland-egl: import libwayland-egl.so frontend library from MesaEmil Velikov5-0/+434
2018-02-09shm: provide actual error on mmap failedOlivier Fourdan1-1/+1
2018-02-09server: add wl_display_destroy_clients()Simon Ser2-0/+41
2018-02-09doc: Document behavior of non-nullable object arguments in clientsPhilipp Kerling1-2/+13
2018-01-22connection: Clear correct args when clearing fds to -1Derek Foreman1-2/+5
2018-01-19tests: Add missing file to distributionDerek Foreman1-0/+1
2018-01-19server: add log message when client connection is destroyed due to an errorFiedler, Mathias1-5/+21
2018-01-09tests: Check for wrong fd delivery with zombie objectsDerek Foreman2-4/+160
2018-01-09tests: Add a test for fd leaks on zombie objectsDerek Foreman3-1/+151
2018-01-09client: Consume file descriptors destined for zombie proxiesDerek Foreman3-0/+17
2018-01-09client: Replace the singleton zombie with bespoke zombiesDerek Foreman1-4/+78
2018-01-09client: Plug a race in proxy destruction vs. dispatchDaniel Stone1-16/+41
2018-01-09client: Add wl_proxy_unref helperDaniel Stone1-20/+17
2018-01-09client: Use refcount exclusively for destructionDaniel Stone1-7/+4
2017-12-28client: Remove WL_ZOMBIE_OBJECT globalDerek Foreman3-6/+1
2017-12-28client: Restructure delete_id handler control flowDerek Foreman1-5/+4
2017-12-28client: Add WL_MAP_ENTRY_ZOMBIE flagDerek Foreman3-9/+21