Go to file
Christophe de Dinechin 258123318d Add SPICE_ATTR_NORETURN on prototype of error functions
The error functions are supposed to not return.  Using the attribute
documents that in the interface, and is better for the compiler
because most noreturn-related optimizations and spurious warning
eliminations happen at the call site.

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2018-06-26 10:25:42 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common Add SPICE_ATTR_NORETURN on prototype of error functions 2018-06-26 10:25:42 +01:00
docs build: Remove docs/.gitignore 2018-06-18 14:08:07 +01:00
m4 build: Remove checks for functions which are never called 2018-06-05 14:10:14 +01:00
python_modules build: Add __pycache__/*.pyc to DISTCLEANFILES 2018-06-18 14:08:10 +01:00
tests test-logging: Improve debug level tests 2018-06-21 07:03:25 +01:00
.gitlab-ci.yml Add .gitlab-ci.yml file 2018-06-06 13:41:47 +01:00
.gitmodules Remove spice-protocol submodule 2015-08-11 10:26:06 +02:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac build: Remove bitops.h 2018-06-05 14:10:22 +01:00
COPYING Remove trailing whitespace 2015-12-18 11:41:15 +01:00
git.mk build: Update git.mk to latest version 2018-06-18 14:08:03 +01:00
Makefile.am Add support for building with meson/ninja 2018-06-01 21:27:04 +01:00
meson_options.txt meson: Support auto/true/false for optional dependencies 2018-06-06 12:16:31 +01:00
meson.build meson: Remove check for vfork 2018-06-06 12:16:31 +01:00
spice1.proto Revert "Remove files moved to spice-protocol" 2016-03-10 16:01:36 +01:00
spice_codegen.py codegen: Fix license name 2017-05-18 16:40:36 +01:00
spice.proto protocol: Add support for h265 video codec 2018-06-19 15:29:27 +01:00