Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-04 | Rename all identifiers | Alexander Larsson | 6 | -685/+685 | |
This is just the result of running: ./rename-identifiers.sh renames spice/*.h | |||||
2010-02-04 | Use <spice/barrier.h> memory barrier | Alexander Larsson | 3 | -26/+6 | |
2010-02-04 | Add standard memory barrier header | Alexander Larsson | 1 | -0/+46 | |
2010-02-04 | Add standard header for structure packing | Alexander Larsson | 8 | -203/+259 | |
2010-02-04 | Use spice/types.h and its types | Alexander Larsson | 7 | -183/+165 | |
There is a standard for integer types (i.e. uint32_t) which we're using at some places, but not others. Lets use it everywhere. | |||||
2010-02-04 | Add standard header for defining core types | Alexander Larsson | 1 | -0/+40 | |
Initially we only do what is necessary to get the stdint types like uint32_t, etc. | |||||
2010-02-04 | Import all protocol headers from spice/common | Alexander Larsson | 8 | -0/+2078 | |