Go to file
Frediano Ziglio 6ea60433de meson: Remove -std=c99
This flag disable some compiler feature which is used by some system header
potentially introducing some limitations.
Autotools won't add any flag to limit compiler features to C99, instead it
currently only add flags to support C99 when needed.
For instance some Posix limitations changes (like _POSIX_OPEN_MAX).
As compiler feature for instance _Static_assert is not used.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2018-07-10 09:54:19 +01:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common pixman: Use g_error() rather than g_abort() 2018-07-06 18:11:54 +02:00
docs build: Remove docs/.gitignore 2018-06-18 14:08:07 +01:00
m4 build: Define GLIB_VERSION_MIN_REQUIRED/GLIB_VERSION_MAX_ALLOWED 2018-07-06 18:12:16 +02:00
python_modules ptypes: Improve some attribute documentation 2018-06-27 21:51:42 +01:00
tests log: Remove SPICE_DISABLE_ABORT 2018-07-06 06:46:05 +01:00
.gitlab-ci.yml Update gitlab-ci to use meson 2018-07-03 11:30:55 -03: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: Remove '(default: xxx)' from option description 2018-07-05 10:37:35 +02:00
meson.build meson: Remove -std=c99 2018-07-10 09:54:19 +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