summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-19codegen: simplify FdTypeHEADmasterMarc-André Lureau1-4/+4
2016-01-14protocol: add unix GL scanout messagesMarc-Andre Lureau3-0/+34
2016-01-14protocol: learn to describe fd passing in messagesMarc-Andre Lureau3-1/+15
2016-01-08Use gcc builtin rather than asm for memory barriersChristophe Fergeau1-6/+1
2015-12-04macros: make SPICE_CONTAINEROF more typesafeFrediano Ziglio1-0/+6
2015-10-02build-sys: Use $datadir for .proto files/codegen scriptsChristophe Fergeau3-4/+4
2015-09-25post-release version bumpJonathon Jongsma1-1/+1
2015-09-22Update NEWS for 0.12.10 releaseJonathon Jongsma1-0/+7
2015-08-20macros: fix compatibility with non-clang compilersFrediano Ziglio1-0/+4
2015-08-20macros: fix alignment issue reported by clangVictor Toso1-1/+1
2015-08-20macros: verify if __alloc_size__ works with clangVictor Toso1-1/+2
2015-08-19Fix endianess compatibility with old GCC versionsFrediano Ziglio1-1/+2
2015-08-12Use 0xffu everywhere in new SPICE_MAGIC_CONST macroChristophe Fergeau1-2/+2
2015-08-12Define and use new SPICE_MAGIC_CONST macroFrediano Ziglio7-7/+21
2015-08-12Detects processor endianess using preprocessorFrediano Ziglio1-0/+55
2015-08-10build-sys: Make installed spice_codegen.py is executableChristophe Fergeau1-1/+4
2015-08-07build-sys: Make sure aclocal picks up macros in the m4/ dirChristophe Fergeau1-0/+1
2015-08-07build-sys: Add m4 file for AX_PYTHON_MODULEChristophe Fergeau1-0/+49
2015-08-07proto: Use proper type for preferred_compression fieldChristophe Fergeau1-1/+1
2015-08-07proto: Rename image_compress to image_compressionChristophe Fergeau1-1/+1
2015-08-07build-sys: Install code generation data/scriptsChristophe Fergeau2-9/+10
2015-08-07build-sys: Add --enable-code-generatorChristophe Fergeau3-1/+41
2015-08-07build-sys: Make sure new files are dist'edChristophe Fergeau2-1/+11
2015-08-07Merge protocol code generation bits from spice-commonChristophe Fergeau10-0/+5983
2015-08-06Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION capability to client.Sandy Stutsman1-0/+1
2015-08-04codegen: ptypes.py: keep attribute names in setsUri Lublin1-4/+4
2015-07-29Post-release version bumpChristophe Fergeau1-1/+1
2015-07-29Release 0.12.9Christophe Fergeau1-0/+6
2015-07-23Rename SpiceImageCompress constantsChristophe Fergeau1-12/+12
2015-07-23codegen: Allow to specify C type for index variableFrediano Ziglio1-1/+3
2015-07-23codegen: Check we don't pop too many indexesFrediano Ziglio1-0/+1
2015-07-23codegen: Remove old ptr32 attributeFrediano Ziglio1-4/+0
2015-07-23codegen: Do some checks on attributesFrediano Ziglio1-0/+72
2015-07-23codegen: Reuse code to fix attribute from prototype fileFrediano Ziglio1-16/+16
2015-07-23codegen: Remove duplicate variable initializationFrediano Ziglio1-1/+0
2015-07-23codegen: Optimize code indentation and avoid a loopFrediano Ziglio1-2/+1
2015-07-23codegen: Fix typo in variable nameFrediano Ziglio1-1/+1
2015-07-23codegen: Simplify if/else blocksFrediano Ziglio1-18/+11
2015-07-23codegen: Import six module before first useFrediano Ziglio1-1/+2
2015-07-23codegen: Fix enums.h generation with python3Christophe Fergeau1-2/+2
2015-07-20proto: Remove space before tabChristophe Fergeau2-3/+3
2015-06-30Post-release version bumpChristophe Fergeau1-1/+1
2015-06-30Prepare for spice-protocol 0.12.8 releaseChristophe Fergeau1-0/+9
2015-06-30Add QXL_ESCAPE_MONITOR_CONFIG enumSandy Stutsman1-0/+1
2015-06-22Proto: Add preferred compression message and constants.Javier Celaya1-0/+15
2015-06-01Add a preferred compression capabilityJavier Celaya1-0/+1
2015-06-01Update enums.h for preferred compression messageJavier Celaya1-0/+14
2015-05-27Post-release version bumpChristophe Fergeau1-1/+1
2015-04-14add volume synchronization to protocolVictor Toso1-0/+9
2015-04-14codegen: Use six.PY3 rather than six.PY2Christophe Fergeau2-6/+6