summaryrefslogtreecommitdiffstats
path: root/spice-common
Commit message (Collapse)AuthorAgeFilesLines
* Update the spice-common submoduleYonit Halperin2012-05-031-0/+0
| | | | | | | | | spice-common changes: STREAM_DATA_SIZED message was added in order to support video streams with frames that their size is different from the initial size that the stream was created with. This patch also includes server and client adjustments to the new SpiceMsgDisplayStreamData.
* Update the spice-common submoduleYonit Halperin2012-05-031-0/+0
| | | | We need some rect/region getters methods that were added
* bump spice-common with SpiceClips fixAlon Levy2012-04-261-0/+0
|
* spice-common: update submodule to verify_subject MSVC++ fixAlon Levy2012-04-181-0/+0
|
* spice-common: update submoduleAlon Levy2012-04-181-0/+0
|
* update spice-common for MSVC++ build fixesAlon Levy2012-04-181-0/+0
|
* spice-common: update to fix quic-encode warningsMarc-André Lureau2012-03-281-0/+0
|
* Use the spice-common submoduleMarc-André Lureau2012-03-251-0/+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