[xoreos-git] [xoreos/phaethon] b4d02d: AURORA: Specify a type for the Language enums

Sven Hesse noreply at github.com
Sat Aug 29 00:54:57 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/phaethon
  Commit: b4d02def395d238de0be4697f4f94082e258b000
      https://github.com/xoreos/phaethon/commit/b4d02def395d238de0be4697f4f94082e258b000
  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: 04c690242d3b164ee169a47002df62cd79d0de48
      https://github.com/xoreos/phaethon/commit/04c690242d3b164ee169a47002df62cd79d0de48
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M src/common/thread.cpp
    M src/common/thread.h

  Log Message:
  -----------
  COMMON: Add ability to set thread names

Does not work on all platforms, but is a no-op where it doesn't.


  Commit: 417393e3c7a066004b8fa6fff79ee6ee13ca67d5
      https://github.com/xoreos/phaethon/commit/417393e3c7a066004b8fa6fff79ee6ee13ca67d5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M src/sound/sound.cpp

  Log Message:
  -----------
  SOUND: Name the SoundManager thread


  Commit: dd8323af096f68bbadf5b00cb84700a6a74e2d86
      https://github.com/xoreos/phaethon/commit/dd8323af096f68bbadf5b00cb84700a6a74e2d86
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M src/common/system.h

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


  Commit: 04d8bbdc79bdea2434f14d313b262e2d7c5dd107
      https://github.com/xoreos/phaethon/commit/04d8bbdc79bdea2434f14d313b262e2d7c5dd107
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M src/common/system.h

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

To ignore "incompatible function pointer cast" warnings.


  Commit: 55d1ae9aaf6dd085f0ad09d25dc617c55973b677
      https://github.com/xoreos/phaethon/commit/55d1ae9aaf6dd085f0ad09d25dc617c55973b677
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-29 (Sat, 29 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.


Compare: https://github.com/xoreos/phaethon/compare/d9d7d2dab56b...55d1ae9aaf6d



More information about the xoreos-git mailing list