Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add autoconf and pkg-config setup | Alexander Larsson | 2010-02-04 | 10 | -0/+218 | |
| | ||||||
* | Always include using <spice/foo.h> style | Alexander Larsson | 2010-02-04 | 3 | -8/+4 | |
| | ||||||
* | Hide internal macros with _SPICE prefix | Alexander Larsson | 2010-02-04 | 1 | -18/+18 | |
| | ||||||
* | Clean up and standardize header guards | Alexander Larsson | 2010-02-04 | 10 | -24/+20 | |
| | ||||||
* | Clean up header names, removing references to "red" | Alexander Larsson | 2010-02-04 | 3 | -0/+0 | |
| | | | | | | red_error_codes.h -> spice/error_codes.h red.h -> spice/protocol.h reds_stat.h -> spice/stats.h | |||||
* | Rename all identifiers | Alexander Larsson | 2010-02-04 | 6 | -685/+685 | |
| | | | | | This is just the result of running: ./rename-identifiers.sh renames spice/*.h | |||||
* | Clean up all network protocol names to start with Spice/SPICE_ | Alexander Larsson | 2010-02-04 | 1 | -0/+522 | |
| | | | | | This makes use have a consistent namespace for the core network protocol. The PCI devices each have their own namespaces. | |||||
* | Add utility script to do C identifier renaming | Alexander Larsson | 2010-02-04 | 1 | -0/+9 | |
| | ||||||
* | Use <spice/barrier.h> memory barrier | Alexander Larsson | 2010-02-04 | 3 | -26/+6 | |
| | ||||||
* | Add standard memory barrier header | Alexander Larsson | 2010-02-04 | 1 | -0/+46 | |
| | ||||||
* | Add standard header for structure packing | Alexander Larsson | 2010-02-04 | 8 | -203/+259 | |
| | ||||||
* | Use spice/types.h and its types | Alexander Larsson | 2010-02-04 | 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. | |||||
* | Add standard header for defining core types | Alexander Larsson | 2010-02-04 | 1 | -0/+40 | |
| | | | | | Initially we only do what is necessary to get the stdint types like uint32_t, etc. | |||||
* | Add MIT style COPYING file | Alexander Larsson | 2010-02-04 | 1 | -0/+25 | |
| | ||||||
* | Import all protocol headers from spice/common | Alexander Larsson | 2010-02-04 | 8 | -0/+2078 | |