Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-04 | Add autoconf and pkg-config setup | Alexander Larsson | 10 | -0/+218 | |
2010-02-04 | Always include using <spice/foo.h> style | Alexander Larsson | 3 | -8/+4 | |
2010-02-04 | Hide internal macros with _SPICE prefix | Alexander Larsson | 1 | -18/+18 | |
2010-02-04 | Clean up and standardize header guards | Alexander Larsson | 10 | -24/+20 | |
2010-02-04 | Clean up header names, removing references to "red" | Alexander Larsson | 3 | -0/+0 | |
red_error_codes.h -> spice/error_codes.h red.h -> spice/protocol.h reds_stat.h -> spice/stats.h | |||||
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 | Clean up all network protocol names to start with Spice/SPICE_ | Alexander Larsson | 1 | -0/+522 | |
This makes use have a consistent namespace for the core network protocol. The PCI devices each have their own namespaces. | |||||
2010-02-04 | Add utility script to do C identifier renaming | Alexander Larsson | 1 | -0/+9 | |
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 | Add MIT style COPYING file | Alexander Larsson | 1 | -0/+25 | |
2010-02-04 | Import all protocol headers from spice/common | Alexander Larsson | 8 | -0/+2078 | |