Go to file
Christophe Fergeau ffc3e8a327 Fix min gcc version for __attribute__(format)
We currently use it only on gcc 4.5 or newer, but it was actually
introduced much earlier than that. It's documented in gcc 2.95.3
manual:
http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc_4.html#SEC84
and glib uses starting from gcc 2.2.5.
This commit uses the same minimum version as glib.

This was causing warnings on RHEL6 systems which have gcc 4.4.7
2013-08-20 10:38:07 +02:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common Fix min gcc version for __attribute__(format) 2013-08-20 10:38:07 +02:00
m4 build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
python_modules python_modules/ptypes.py/EnumBaseType.c_enumname: add missing return to fix broken enums generation 2012-06-14 13:53:46 +03:00
spice-protocol@784407f248 Update spice-protocol to 0.12.6 2013-07-10 17:53:20 +03:00
.gitmodules build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
autogen.sh build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
configure.ac spice-common: remove version construction 2013-02-07 19:33:14 +01:00
git.mk Update git.mk to latest version 2012-09-21 10:51:17 +02:00
Makefile.am spice-common: don't install spice-protocol 2012-08-09 12:44:41 +02:00
spice1.proto support seamless migration 2012-08-27 09:06:26 +03:00
spice_codegen.py codegen: include headers locally 2012-03-21 13:24:17 +01:00
spice.proto add SPICE_MSG_PLAYBACK_LATENCY 2013-04-22 11:34:49 -04:00