summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-07build-sys: Use ${PKG_CONFIG} rather than pkg-configHEADmasterChristophe Fergeau1-1/+1
2015-09-15Add marshaller test caseChristophe Fergeau5-0/+111
2015-09-15Fix linearization of several marshallers with one itemJavier Celaya1-1/+1
2015-08-14common: Fix typo in commentFrediano Ziglio1-1/+1
2015-08-14build-sys: Remove code generation files from EXTRA_DISTChristophe Fergeau1-8/+0
2015-08-11Remove files moved to spice-protocolFrediano Ziglio13-5987/+1
2015-08-11Use installed spice-protocol for code generationChristophe Fergeau3-30/+27
2015-08-11Remove spice-protocol submoduleChristophe Fergeau4-7/+1
2015-08-04codegen: ptypes.py: keep attribute names in setsUri Lublin1-4/+4
2015-07-29Update spice-protocol submoduleChristophe Fergeau1-0/+0
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-07-02m4: Add compat AS_VAR_APPEND for older autoconfChristophe Fergeau2-4/+5
2015-07-02ppc: Fix quic magic endianessLukas Venhoda1-1/+2
2015-07-02ppc: Fix lz magic endianessLukas Venhoda2-4/+3
2015-07-02ppc: Fix quic decode endianessLukas Venhoda1-3/+5
2015-06-22Update spice-protocolChristophe Fergeau1-0/+0
2015-06-22Proto: Add preferred compression message and constants.Javier Celaya3-0/+20
2015-06-17m4: Add macro for --enable-lz4Christophe Fergeau1-0/+24
2015-04-24Update spice-protocol submoduleVictor Toso1-0/+0
2015-04-14codegen: Use six.PY3 rather than six.PY2Christophe Fergeau2-6/+6
2015-04-13configure.ac: Check for needed python modules for git buildsChristophe Fergeau4-1/+71
2015-04-10ppc: build-sys: Add big-endian supportErlon Cruz1-0/+1
2015-04-10ppc: Fix lz magic endiannessErlon Cruz3-1/+16
2015-04-01Make spice_codegen.py work on both Python 2 and 3Alexander Wauck6-69/+78
2015-03-26ssl_verify: Move wincrypt.h related #ifdef closer to the includeChristophe Fergeau1-4/+4
2015-03-26Get rid of SW_CANVAS_IMAGE_CACHEChristophe Fergeau6-42/+14
2015-03-26Remove another redundant (SW_CANVAS_CACHE) || (SW_CANVAS_IMAGE_CACHE) #ifdefChristophe Fergeau1-2/+0
2015-02-25Fix typo in pixman_image_get_stride() functionFabiano FidĂȘncio1-1/+1
2015-02-03LZ4: Do not include arpa/inet.h in Windows buildsJavier Celaya1-0/+2
2015-02-03LZ4: Add support for 24bit pixman surfacesJavier Celaya2-0/+11
2015-02-03LZ4: Fix the row alignment when it is not on a 32bit boundaryJavier Celaya1-2/+20
2015-02-03LZ4: Decode the image format from the streamJavier Celaya1-1/+19
2015-02-03LZ4: Adjust reading the top_down flagJavier Celaya1-4/+4
2015-02-03LZ4: Fix output buffer sizeJavier Celaya1-2/+4
2015-01-23Remove redundant #if defined(SW_CANVAS_CACHE) || defined(SW_CANVAS_IMAGE_CACHE)Christophe Fergeau1-37/+1
2015-01-23Remove unused 'invers' arg from canvas_get_*Christophe Fergeau1-67/+11
2015-01-06common: fix build with mingwVictor Toso1-1/+1
2014-12-09build-sys: Move pixman check to m4 macroChristophe Fergeau3-4/+13
2014-12-09build-sys: Move opengl check to m4 macroChristophe Fergeau3-21/+32