summaryrefslogtreecommitdiff
path: root/common/lz_compress_tmpl.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-25Use the spice-common submoduleMarc-André Lureau1-529/+0
This patch will replace the common/ directory with the spice-common project. It is for now a simple project subdirectory shared with spice-gtk, but the goal is to make it a proper library later on. With this change, the spice-server build is broken. The following commits fix the build, and have been seperated to ease the review. v2 - moves all the generated marshallers to spice-common library - don't attempt to fix windows VS build, which should somehow be splitted with spice-common (or built from tarball only to avoid generation tools/libs deps) v3 - uses libspice-common-client - fix a mutex.h inclusion reported by Alon
2012-01-13Remove trailing whitespace from end of linesDaniel P. Berrange1-1/+1
2012-01-13Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange1-1/+1
A couple of files were missing '(C)' in the copyright header
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-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
2010-05-21Fix spelling errors in comments and stringsAlexander Larsson1-5/+5
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-7/+9
2010-02-23Add emacs settings for indent according to spice styleguideAlexander Larsson1-0/+1
2009-10-14fresh startYaniv Kamay1-0/+523