summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add casts for compatibility purposesDan McGee2012-02-141-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>
* Add missing includes of config.hDaniel P. Berrange2012-01-133-0/+3
| | | | Not all files were including config.h
* Remove trailing blank linesDaniel P. Berrange2012-01-133-3/+0
| | | | Remove any blank lines at the end of all source files
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-133-27/+27
|
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-092-14/+6
|
* Use the new header namesAlexander Larsson2010-02-041-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
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-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
* client: use spice icon instead-of solidice iconYaniv Kamay2010-01-041-1/+12
|
* use spaces instead of tabs in bitmap_to_c and icon_to_c outputYaniv Kamay2009-12-282-17/+21
|
* fresh startYaniv Kamay2009-10-143-0/+897