[xoreos-git] [DrMcCoy/xoreos] cd54b9: COMMON: MSVC doesn't know about #warning

GitHub noreply at github.com
Mon Jan 14 09:07:49 CET 2013


  Branch: refs/heads/master
  Home:   https://github.com/DrMcCoy/xoreos
  Commit: cd54b9037d357d0e6e238178fc315d13aa07db2d
      https://github.com/DrMcCoy/xoreos/commit/cd54b9037d357d0e6e238178fc315d13aa07db2d
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/common/configman.cpp

  Log Message:
  -----------
  COMMON: MSVC doesn't know about #warning


  Commit: ba861d6938a12bcd0dfcca14a52e829bbf9cde0e
      https://github.com/DrMcCoy/xoreos/commit/ba861d6938a12bcd0dfcca14a52e829bbf9cde0e
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/common/endianness.h

  Log Message:
  -----------
  COMMON: _byteswap_xxx is defined in stdlib.h


  Commit: 5f808a3a2838fe163be5e8dec459c7c2e398f441
      https://github.com/DrMcCoy/xoreos/commit/5f808a3a2838fe163be5e8dec459c7c2e398f441
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/common/strutil.cpp

  Log Message:
  -----------
  COMMON: isprint() needs ctype.h on MSVC


  Commit: 92ca6a10b259b6dea980fb3ef855535d2fe11204
      https://github.com/DrMcCoy/xoreos/commit/92ca6a10b259b6dea980fb3ef855535d2fe11204
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/graphics/yuv_to_rgb.cpp

  Log Message:
  -----------
  GRAPHICS: DECLARE_SINGLETON already puts its argument into namespace Common

Doing it twice raises an error on MSVC (declaring an object outside
the "current" namespace, which ends up being Common::Common)


  Commit: 52d632867c8a163eaf40ce46ea33b3a4856db9cc
      https://github.com/DrMcCoy/xoreos/commit/52d632867c8a163eaf40ce46ea33b3a4856db9cc
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/sound/decoders/wma.cpp
    M src/video/bink.cpp

  Log Message:
  -----------
  SOUND/VIDEO: Some disambiguation fixes that trip MSVC

MSVC doesn't do implicit conversions from int to float/double,
for example


  Commit: a7bc846ddbb3c198a6a584c34cf834b79aadaf7e
      https://github.com/DrMcCoy/xoreos/commit/a7bc846ddbb3c198a6a584c34cf834b79aadaf7e
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/common/system.h

  Log Message:
  -----------
  COMMON: Some more MSVC peculiarity


  Commit: 88a9ff07e7f9cd8e5dafbc7c5bb8ce024738d016
      https://github.com/DrMcCoy/xoreos/commit/88a9ff07e7f9cd8e5dafbc7c5bb8ce024738d016
  Author: Michael D <michael at drueing.de>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M src/common/filepath.cpp

  Log Message:
  -----------
  COMMON: Some more .string() -> .generic_string() fixes


  Commit: 634d8ae0382ad715ac61566eaa11c22d49760fa1
      https://github.com/DrMcCoy/xoreos/commit/634d8ae0382ad715ac61566eaa11c22d49760fa1
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M AUTHORS

  Log Message:
  -----------
  DOCS: Add Michael D to the contributors list


Compare: https://github.com/DrMcCoy/xoreos/compare/3b5a402c1b0a...634d8ae0382a


More information about the xoreos-git mailing list