Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-15 | Use SPICE_{BEGIN,END}_DECLS | Marc-André Lureau | 1 | -8/+4 | |
2012-01-13 | Remove trailing blank lines | Daniel P. Berrange | 1 | -1/+0 | |
Remove any blank lines at the end of all source files | |||||
2011-05-12 | common: use INLINE instead of inline | Arnon Gilboa | 1 | -7/+7 | |
needed for spice/common files used by the client, server & qxl driver. in windows _inline works for both c/c++, while inline is c++ only. compiling the client with mixed c/c++ code required this define. | |||||
2011-05-02 | common: add extern "C" guards to headers | Christophe Fergeau | 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. | |||||
2010-07-08 | Fix inclusion of common files, no need for common/ part | Alexander Larsson | 1 | -1/+1 | |
2010-07-08 | Move in spice/draw.h from spice-protocol to common/ | Alexander Larsson | 1 | -1/+1 | |
2010-04-13 | Relicense everything from GPL to LGPL 2.1+ | Alexander Larsson | 1 | -9/+9 | |
2010-03-09 | Use macros from <spice/macros.h> rather than duplicate them | Alexander Larsson | 1 | -3/+1 | |
2010-02-23 | Add emacs settings for indent according to spice styleguide | Alexander Larsson | 1 | -0/+1 | |
2010-02-04 | Use the new header names | Alexander Larsson | 1 | -1/+1 | |
I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed | |||||
2010-02-04 | Rename symbols that were changed in spice-protocol | Alexander Larsson | 1 | -14/+14 | |
This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames | |||||
2009-10-14 | fresh start | Yaniv Kamay | 1 | -0/+116 | |