[xoreos-git] [xoreos/xoreos] 402cd5: BUILD: Add dependency on Boost.TypeTraits

Sven Hesse noreply at github.com
Fri Aug 28 23:30:39 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 402cd58107bd1316c12f863f9fe3af739426e3a1
      https://github.com/xoreos/xoreos/commit/402cd58107bd1316c12f863f9fe3af739426e3a1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M BUILDDEP.md
    M configure.ac

  Log Message:
  -----------
  BUILD: Add dependency on Boost.TypeTraits


  Commit: 9448d92e32d089c8b8069f9286978105b564ce24
      https://github.com/xoreos/xoreos/commit/9448d92e32d089c8b8069f9286978105b564ce24
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/common/serializationstream.cpp

  Log Message:
  -----------
  COMMON: Use template to compose hex values in serialization errors

This silence compiler warnings and makes the code more portable.


  Commit: 26dc8ad37234c99945d439f2472d73fcff2e39de
      https://github.com/xoreos/xoreos/commit/26dc8ad37234c99945d439f2472d73fcff2e39de
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M external/lua/liolib.cpp

  Log Message:
  -----------
  LUA: Undefine pclose before (re)defining it away

This silences a compile warning on MinGW.


  Commit: 190e3a15ff2fbbacaf74b6e0cc6ff9ab09418f83
      https://github.com/xoreos/xoreos/commit/190e3a15ff2fbbacaf74b6e0cc6ff9ab09418f83
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/graphics/aurora/nftrfont.h

  Log Message:
  -----------
  GRAPHICS: Make NFTRFont::Glyph copy constructors explicit


  Commit: 8041a21e754932d210ea53994def69b670c1c0d1
      https://github.com/xoreos/xoreos/commit/8041a21e754932d210ea53994def69b670c1c0d1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/video/bink.h

  Log Message:
  -----------
  VIDEO: Make Bink::AudioInfo/VideoFrame copy constructors explicit


  Commit: 0647127c9729019eafc08fba2d8d3743d5f4c25b
      https://github.com/xoreos/xoreos/commit/0647127c9729019eafc08fba2d8d3743d5f4c25b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/aurora/language.h

  Log Message:
  -----------
  AURORA: Specify a type for the Language enums


  Commit: 7d57cc379bb83d946c5c989f6e538fdf164fda4b
      https://github.com/xoreos/xoreos/commit/7d57cc379bb83d946c5c989f6e538fdf164fda4b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/sound/decoders/wwriffvorbis.cpp

  Log Message:
  -----------
  SOUND: Use correct comparison type in loop condition


  Commit: 3294a833a8fc8620616ce22f8fc64316eb1f292a
      https://github.com/xoreos/xoreos/commit/3294a833a8fc8620616ce22f8fc64316eb1f292a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/common/system.h

  Log Message:
  -----------
  COMMON: Add macros to push/pop diagnostics settings


  Commit: ebc5748dade2d0571afde9cffdb737d52a56caa0
      https://github.com/xoreos/xoreos/commit/ebc5748dade2d0571afde9cffdb737d52a56caa0
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/common/system.h

  Log Message:
  -----------
  COMMON: Add IGNORE_FUNCTION_CAST

To ignore "incompatible function pointer cast" warnings.


  Commit: cee40ed766b76412b1b927b9fabe7fe65509000a
      https://github.com/xoreos/xoreos/commit/cee40ed766b76412b1b927b9fabe7fe65509000a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/common/thread.cpp

  Log Message:
  -----------
  COMMON: Silence function pointer cast warning in setCurrentThreadName

On Windows, GetProcAddress() is supposed to be used this way, even
though that's technically not specified by the C/C++ standards.


  Commit: 689f6c92c60293f164ea4c553e974d364ef9f006
      https://github.com/xoreos/xoreos/commit/689f6c92c60293f164ea4c553e974d364ef9f006
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M external/glew/glew.cpp

  Log Message:
  -----------
  GLEW: Silence function pointer cast warnings on Windows


  Commit: e2537c37b58cd6cc31fbdb2a214c00f17360659d
      https://github.com/xoreos/xoreos/commit/e2537c37b58cd6cc31fbdb2a214c00f17360659d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M external/lua/loadlib.cpp

  Log Message:
  -----------
  LUA: Silence function pointer cast warnings on Windows


Compare: https://github.com/xoreos/xoreos/compare/5377100e79ce...e2537c37b58c



More information about the xoreos-git mailing list