Go to file
Frediano Ziglio 6a64d86d1d test-logging: Do not use G_PASTE to join level
"level" can have value "DEBUG". In some environment "DEBUG" is
used as preprocessor name to enable some debugging code.
Using -DDEBUG option (or similar) cause "DEBUG" to be defined as "1"
so "G_PASTE(G_LOG_LEVEL_, level)" will be expanded to "G_LOG_LEVEL_1"
instead of "G_LOG_LEVEL_DEBUG".
Just concatenate the two literal to avoid "DEBUG" expansion.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
2020-03-19 14:47:08 +00:00
common lz_common: Remove unused commented out define 2020-03-17 17:08:17 +00:00
docs docs: add spice URI scheme 2019-02-21 14:22:18 +00:00
m4 sound: remove celt support 2020-03-17 16:38:10 +00:00
python_modules codegen: Check unsafe values alone 2020-02-07 16:14:53 +00:00
tests test-logging: Do not use G_PASTE to join level 2020-03-19 14:47:08 +00:00
.gitlab-ci.yml ci: Fix build of spice-protocol 2020-03-17 17:07:29 +00:00
.gitmodules Integrate recorder library 2019-01-23 14:44:19 +00:00
.gitpublish Add a .gitpublish 2019-01-15 17:35:51 +04:00
autogen.sh Remove files moved to spice-protocol 2015-08-11 10:26:06 +02:00
configure.ac sound: remove celt support 2020-03-17 16:38:10 +00: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 configure.ac: add --enable-tests 2019-11-18 11:07:56 +00:00
meson_options.txt sound: remove celt support 2020-03-17 16:38:10 +00:00
meson.build sound: remove celt support 2020-03-17 16:38:10 +00:00
spice_codegen.py codegen: Exit with error on error generating C structures 2019-08-13 18:11:04 +01:00
spice.proto proto: Demarshal Smartcard data field 2019-10-08 14:40:32 +01:00