[Spice-devel] [PATCH 0/8] Initial cleanups from osx port

alexl at redhat.com alexl at redhat.com
Wed Sep 29 04:43:02 PDT 2010


From: Alexander Larsson <alexl at redhat.com>

This is an initial set of cleanups, some taken from others based on
the OSX client patch. These are more or less "trivial" and a good base
for a clean integration of the osx work.

Alexander Larsson (8):
  Fix warning from OSX compiler
  client: Don't use basename for argv[0] in --help output
  client: Include stdint.h for uint32_t
  Initialize variable to avoid compiler warning
  client: Check for pthread yield function using autoconf
  client: Include config.h from common.h
  client: Fall back to gettimeofday if clock_gettime not found
  client: Don't hardcode -lrt

 client/application.cpp     |    9 +--------
 client/cmd_line_parser.cpp |   18 +-----------------
 client/common.h            |    4 ++++
 client/mjpeg_decoder.cpp   |    4 ----
 client/threads.cpp         |   10 +++++++++-
 client/x11/Makefile.am     |    3 +--
 client/x11/atomic_count.h  |    2 ++
 client/x11/main.cpp        |    1 -
 client/x11/platform.cpp    |   12 ++++++++++--
 common/lines.c             |    2 +-
 configure.ac               |   22 ++++++++++++++++++++++
 11 files changed, 51 insertions(+), 36 deletions(-)



More information about the Spice-devel mailing list