Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: add extern "C" guards to headers | Christophe Fergeau | 2011-05-02 | 1 | -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. | ||||
* | Fix inclusion of common files, no need for common/ part | Alexander Larsson | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Move SpiceChunks to mem.h | Alexander Larsson | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Move in spice/draw.h from spice-protocol to common/ | Alexander Larsson | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Add spice_marshaller_add_ref_chunks | Alexander Larsson | 2010-07-07 | 1 | -0/+2 |
| | |||||
* | Add spice_marshaller_set_uint32 | Alexander Larsson | 2010-06-30 | 1 | -8/+10 |
| | | | | | | | With this function you can update an added uint32 after it being added. To make this possible all the spice_marshaller_add_add_foo functions now return a pointer that can be used as a reference when later setting a value. | ||||
* | Make generated marshallers build on win32 | Alexander Larsson | 2010-06-18 | 1 | -0/+4 |
| | |||||
* | Add SpiceMarshaller for easy marshalling | Alexander Larsson | 2010-06-18 | 1 | -0/+58 |