summaryrefslogtreecommitdiffstats
path: root/common/lz_compress_tmpl.c
Commit message (Collapse)AuthorAgeFilesLines
* remove wrong statement terminator from preprocessor macroFrediano Ziglio2016-01-261-1/+1
| | | | | | | | Actually not causing problems as when used is always followed by another terminator but better to fix the definition. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* Remove unused variableChristophe Fergeau2014-01-071-2/+0
| | | | It was assigned a value, but then the value was never used.
* Address a compilation warning due to missing typecastMichael Tokarev2013-02-071-1/+1
| | | | | | | | | Author: Serge Hallyn <serge.hallyn@ubuntu.com> This is a trivial typecast fix, -- all surrounding lines cast lines_end to PIXEL* but one is apparently forgotten. This fixes a compiler warning about incompatible types in assignment.
* Add support for A8 images to the LZ routinesSøren Sandmann Pedersen2012-08-241-5/+23
| | | | | This format is needed to add Render support to the X driver, so we need the ability to compress and decompress it.
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-03-201-1/+1
|
* Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange2012-03-201-1/+1
| | | | A couple of files were missing '(C)' in the copyright header
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* Fix spelling errors in comments and stringsAlexander Larsson2012-03-201-5/+5
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2012-03-201-7/+9
|
* Add emacs settings for indent according to spice styleguideAlexander Larsson2012-03-201-0/+1
|
* fresh startYaniv Kamay2012-03-201-0/+523