summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: post-release bumpHEADmasterMarc-André Lureau2016-03-111-1/+1
* NEWS: update for 0.12.11 releaseMarc-André Lureau2016-03-101-0/+7
* Remove codegenMarc-André Lureau2016-03-1015-6078/+2
* protocol: Add support for the VP8 and h264 video codecsFrancois Gouget2016-03-033-0/+8
* macros: do not use more type safe CONTAINEROF version if not requestedFrediano Ziglio2016-03-021-1/+6
* codegen: simplify FdTypeMarc-André Lureau2016-01-191-4/+4
* protocol: add unix GL scanout messagesMarc-Andre Lureau2016-01-143-0/+34
* protocol: learn to describe fd passing in messagesMarc-Andre Lureau2016-01-143-1/+15
* Use gcc builtin rather than asm for memory barriersChristophe Fergeau2016-01-081-6/+1
* macros: make SPICE_CONTAINEROF more typesafeFrediano Ziglio2015-12-041-0/+6
* build-sys: Use $datadir for .proto files/codegen scriptsChristophe Fergeau2015-10-023-4/+4
* post-release version bumpJonathon Jongsma2015-09-251-1/+1
* Update NEWS for 0.12.10 releaseJonathon Jongsma2015-09-221-0/+7
* macros: fix compatibility with non-clang compilersFrediano Ziglio2015-08-201-0/+4
* macros: fix alignment issue reported by clangVictor Toso2015-08-201-1/+1
* macros: verify if __alloc_size__ works with clangVictor Toso2015-08-201-1/+2
* Fix endianess compatibility with old GCC versionsFrediano Ziglio2015-08-191-1/+2
* Use 0xffu everywhere in new SPICE_MAGIC_CONST macroChristophe Fergeau2015-08-121-2/+2
* Define and use new SPICE_MAGIC_CONST macroFrediano Ziglio2015-08-127-7/+21
* Detects processor endianess using preprocessorFrediano Ziglio2015-08-121-0/+55
* build-sys: Make installed spice_codegen.py is executableChristophe Fergeau2015-08-101-1/+4
* build-sys: Make sure aclocal picks up macros in the m4/ dirChristophe Fergeau2015-08-071-0/+1
* build-sys: Add m4 file for AX_PYTHON_MODULEChristophe Fergeau2015-08-071-0/+49
* proto: Use proper type for preferred_compression fieldChristophe Fergeau2015-08-071-1/+1
* proto: Rename image_compress to image_compressionChristophe Fergeau2015-08-071-1/+1
* build-sys: Install code generation data/scriptsChristophe Fergeau2015-08-072-9/+10
* build-sys: Add --enable-code-generatorChristophe Fergeau2015-08-073-1/+41
* build-sys: Make sure new files are dist'edChristophe Fergeau2015-08-072-1/+11
* Merge protocol code generation bits from spice-commonChristophe Fergeau2015-08-0710-0/+5983
|\
| * codegen: ptypes.py: keep attribute names in setsUri Lublin2015-08-041-4/+4
| * codegen: Allow to specify C type for index variableFrediano Ziglio2015-07-231-1/+3
| * codegen: Check we don't pop too many indexesFrediano Ziglio2015-07-231-0/+1
| * codegen: Remove old ptr32 attributeFrediano Ziglio2015-07-231-4/+0
| * codegen: Do some checks on attributesFrediano Ziglio2015-07-231-0/+72
| * codegen: Reuse code to fix attribute from prototype fileFrediano Ziglio2015-07-231-16/+16
| * codegen: Remove duplicate variable initializationFrediano Ziglio2015-07-231-1/+0
| * codegen: Optimize code indentation and avoid a loopFrediano Ziglio2015-07-231-2/+1
| * codegen: Fix typo in variable nameFrediano Ziglio2015-07-231-1/+1
| * codegen: Simplify if/else blocksFrediano Ziglio2015-07-231-18/+11
| * codegen: Import six module before first useFrediano Ziglio2015-07-231-1/+2
| * codegen: Fix enums.h generation with python3Christophe Fergeau2015-07-231-2/+2
| * proto: Remove space before tabChristophe Fergeau2015-07-202-3/+3
| * Proto: Add preferred compression message and constants.Javier Celaya2015-06-221-0/+15
| * codegen: Use six.PY3 rather than six.PY2Christophe Fergeau2015-04-142-6/+6
| * Make spice_codegen.py work on both Python 2 and 3Alexander Wauck2015-04-016-69/+78
| * Add LZ4 image compression support.Javier Celaya2014-12-021-0/+3
| * python: Fix -Wsign-compareFabiano Fidêncio2014-09-181-3/+3
| * python: Fix -Wunused-parameterFabiano Fidêncio2014-09-182-7/+7
| * demarshal: prefix variable name with parent namesMarc-André Lureau2014-05-151-17/+30
| * marshaller: Use #include <> for headers in $srcdir/commonChristophe Fergeau2014-04-162-3/+3