summaryrefslogtreecommitdiff
path: root/common/glc.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-25Use the spice-common submoduleMarc-André Lureau1-167/+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
2011-05-02common: add extern "C" guards to headersChristophe Fergeau1-0/+8
Since some spice C++ code is using code from common/, the C functions need to be marked as such for the C++ compiler, otherwise we'll get linkage issues.
2010-02-23Add emacs settings for indent according to spice styleguideAlexander Larsson1-0/+1
2009-10-14fresh startYaniv Kamay1-0/+158