summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14Add casts for compatibility purposesDan McGee1-1/+1
Some non-Linux platforms return a (caddr_t *) result for the return value of mmap(), which is very unfortunate. Add a (void *) cast to explicitly avoid the warning when compiling with -Werror. For the IO vector related stuff, signed vs. unsigned comes into play so adding a (void *) cast here is technically correct for all platforms. Signed-off-by: Dan McGee <dpmcgee@gmail.com>
2012-01-13Add missing includes of config.hDaniel P. Berrange3-0/+3
Not all files were including config.h
2012-01-13Remove trailing blank linesDaniel P. Berrange3-3/+0
Remove any blank lines at the end of all source files
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson3-27/+27
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2-14/+6
2010-02-04Use the new header namesAlexander Larsson1-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-04Rename symbols that were changed in spice-protocolAlexander Larsson1-12/+12
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
2010-01-04client: use spice icon instead-of solidice iconYaniv Kamay1-1/+12
2009-12-28use spaces instead of tabs in bitmap_to_c and icon_to_c outputYaniv Kamay2-17/+21
2009-10-14fresh startYaniv Kamay3-0/+897