[xoreos-git] [xoreos/phaethon] e8fae2: DIST: The Fedora package for liblzma changed from ...

Sven Hesse noreply at github.com
Sat Aug 29 11:21:22 CEST 2020


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/phaethon
  Commit: e8fae26904c4834e8c66daf8b3008fbb360186b9
      https://github.com/xoreos/phaethon/commit/e8fae26904c4834e8c66daf8b3008fbb360186b9
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M dists/fedora/phaethon.spec

  Log Message:
  -----------
  DIST: The Fedora package for liblzma changed from lzma to xz


  Commit: 723f7c6cf9b3c0c40001ae1dd67682d007e02c06
      https://github.com/xoreos/phaethon/commit/723f7c6cf9b3c0c40001ae1dd67682d007e02c06
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-02 (Sun, 02 Aug 2020)

  Changed paths:
    M dists/fedora/phaethon.spec

  Log Message:
  -----------
  DIST: Add build requirements to the Fedora spec file


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

  Changed paths:
    M CMakeLists.txt
    M ChangeLog
    M Doxyfile
    M NEWS.md
    M configure.ac
    M dists/arch/PKGBUILD
    M dists/debian/changelog
    M dists/fedora/phaethon.spec
    M dists/win32/phaethon.rc
    M src/version/version.cpp

  Log Message:
  -----------
  RELEASE: This is version 0.0.6


  Commit: 7b788054d21bc65b1d3754dadaa29e33304ce800
      https://github.com/xoreos/phaethon/commit/7b788054d21bc65b1d3754dadaa29e33304ce800
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    A .appveyor.yml

  Log Message:
  -----------
  APPVEYOR: Add AppVeyor file


  Commit: 0884533f31840c093a98cf1288e39f1028b014fd
      https://github.com/xoreos/phaethon/commit/0884533f31840c093a98cf1288e39f1028b014fd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M README.md

  Log Message:
  -----------
  DOCS: Add AppVeyor status to our README.md


  Commit: 9873bee5fcb0baf8daa96c34950964b334a84e2f
      https://github.com/xoreos/phaethon/commit/9873bee5fcb0baf8daa96c34950964b334a84e2f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Use gnu++14 on mingw

Apparently necessary for _wfopen() on mingw32.


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

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Enable extension in CMake when using a GNU compiler, not MSVC


  Commit: 8dd7b010ed259ba40b5213157312872a8a4152bd
      https://github.com/xoreos/phaethon/commit/8dd7b010ed259ba40b5213157312872a8a4152bd
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Don't add -fPIC when compiling using MSVC


  Commit: 516fb994bf52b3e789e54527591238a179694c5c
      https://github.com/xoreos/phaethon/commit/516fb994bf52b3e789e54527591238a179694c5c
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M src/gui/panelpreviewimage.cpp
    M src/gui/panelpreviewtable.cpp

  Log Message:
  -----------
  GUI: Use std::make_unique instead of new


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

  Changed paths:
    M src/common/blowfish.cpp
    M src/common/deflate.cpp
    M src/common/encoding.cpp
    M src/common/fft.cpp
    M src/common/fft.h
    M src/common/hash.h
    M src/common/lzma.cpp
    M src/common/mdct.cpp
    M src/common/mdct.h
    M src/common/platform.cpp
    M src/common/readstream.cpp
    M src/common/strutil.cpp
    M src/common/zipfile.h

  Log Message:
  -----------
  COMMON: Replace ScopedPtr/ScopedArray with std::unique_ptr


  Commit: 765d453a399b53007480120cb3a1579123450143
      https://github.com/xoreos/phaethon/commit/765d453a399b53007480120cb3a1579123450143
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/2dafile.h
    M src/aurora/biffile.cpp
    M src/aurora/biffile.h
    M src/aurora/bzffile.h
    M src/aurora/erffile.cpp
    M src/aurora/erffile.h
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h
    M src/aurora/herffile.h
    M src/aurora/keyfile.cpp
    M src/aurora/locstring.cpp
    M src/aurora/ndsrom.cpp
    M src/aurora/ndsrom.h
    M src/aurora/rimfile.h
    M src/aurora/zipfile.cpp
    M src/aurora/zipfile.h

  Log Message:
  -----------
  AURORA: Replace ScopedPtr/ScopedArray with std::unique_ptr


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

  Changed paths:
    M src/images/dds.cpp
    M src/images/decoder.cpp
    M src/images/decoder.h
    M src/images/dumptga.cpp
    M src/images/sbm.cpp
    M src/images/tga.cpp
    M src/images/tpc.cpp
    M src/images/tpc.h
    M src/images/txb.cpp
    M src/images/txb.h
    M src/images/util.h
    M src/images/winiconimage.cpp

  Log Message:
  -----------
  IMAGES: Replace ScopedPtr/ScopedArray with std::unique_ptr


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

  Changed paths:
    M src/sound/audiostream.h
    M src/sound/decoders/asf.cpp
    M src/sound/decoders/mp3.cpp
    M src/sound/decoders/vorbis.cpp
    M src/sound/decoders/wma.cpp
    M src/sound/sound.cpp
    M src/sound/sound.h

  Log Message:
  -----------
  SOUND: Replace ScopedPtr/ScopedArray with std::unique_ptr


  Commit: 3d18e58bc0bea51f490d46df55871500708ae271
      https://github.com/xoreos/phaethon/commit/3d18e58bc0bea51f490d46df55871500708ae271
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M src/common/rules.mk
    R src/common/scopedptr.h
    M tests/common/rules.mk
    R tests/common/scopedptr.cpp

  Log Message:
  -----------
  COMMON: Delete ScopedPtr/ScopedArray


  Commit: 96fac63eb48c6fbd67c68d293e536ccedbe8dcb6
      https://github.com/xoreos/phaethon/commit/96fac63eb48c6fbd67c68d293e536ccedbe8dcb6
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-12 (Wed, 12 Aug 2020)

  Changed paths:
    M src/aurora/locstring.cpp
    M src/common/blowfish.cpp
    M src/common/fft.cpp
    M src/common/ustring.cpp
    M src/common/util.h
    M src/images/decoder.cpp
    M tests/common/util.cpp

  Log Message:
  -----------
  COMMON: Replace SWAP with std::swap


  Commit: 65b4aa6a76f80d7d461c9bb151ec4f24fca8bb5d
      https://github.com/xoreos/phaethon/commit/65b4aa6a76f80d7d461c9bb151ec4f24fca8bb5d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-12 (Wed, 12 Aug 2020)

  Changed paths:
    M src/common/util.h

  Log Message:
  -----------
  COMMON: Implement ARRAYSIZE using constexpr


  Commit: e0a33771bc4b901e320199924e7d34ceddd1f808
      https://github.com/xoreos/phaethon/commit/e0a33771bc4b901e320199924e7d34ceddd1f808
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    R src/common/noreturn.h
    M src/common/rules.mk
    M src/common/system.h
    M src/common/util.cpp
    M src/common/util.h

  Log Message:
  -----------
  COMMON: Use [[noreturn]]


  Commit: 3ff0b26e4313f853ac6c352487462e89c3f79d29
      https://github.com/xoreos/phaethon/commit/3ff0b26e4313f853ac6c352487462e89c3f79d29
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/2dafile.h
    M src/aurora/archive.cpp
    M src/aurora/archive.h
    M src/aurora/aurorafile.cpp
    M src/aurora/aurorafile.h
    M src/aurora/biffile.cpp
    M src/aurora/biffile.h
    M src/aurora/bzffile.cpp
    M src/aurora/bzffile.h
    M src/aurora/erffile.cpp
    M src/aurora/erffile.h
    M src/aurora/gdafile.cpp
    M src/aurora/gdafile.h
    M src/aurora/gdaheaders.cpp
    M src/aurora/gdaheaders.h
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h
    M src/aurora/herffile.cpp
    M src/aurora/herffile.h
    M src/aurora/keydatafile.cpp
    M src/aurora/keydatafile.h
    M src/aurora/keyfile.cpp
    M src/aurora/keyfile.h
    M src/aurora/language.cpp
    M src/aurora/language.h
    M src/aurora/locstring.cpp
    M src/aurora/locstring.h
    M src/aurora/ndsrom.cpp
    M src/aurora/ndsrom.h
    M src/aurora/rimfile.cpp
    M src/aurora/rimfile.h
    M src/aurora/types.h
    M src/aurora/util.cpp
    M src/aurora/util.h
    M src/aurora/zipfile.cpp
    M src/aurora/zipfile.h
    M src/common/bitstream.h
    M src/common/blowfish.cpp
    M src/common/deflate.cpp
    M src/common/encoding.cpp
    M src/common/encoding.h
    M src/common/endianness.h
    M src/common/fft.cpp
    M src/common/fft.h
    M src/common/filepath.cpp
    M src/common/hash.h
    M src/common/huffman.cpp
    M src/common/huffman.h
    M src/common/lzma.cpp
    M src/common/maths.cpp
    M src/common/maths.h
    M src/common/md5.cpp
    M src/common/mdct.cpp
    M src/common/memreadstream.h
    M src/common/platform.cpp
    M src/common/readfile.cpp
    M src/common/readfile.h
    M src/common/readstream.cpp
    M src/common/readstream.h
    M src/common/streamtokenizer.cpp
    M src/common/streamtokenizer.h
    M src/common/strutil.cpp
    M src/common/strutil.h
    M src/common/types.h
    M src/common/ustring.cpp
    M src/common/ustring.h
    M src/common/util.cpp
    M src/common/util.h
    M src/common/writestream.h
    M src/common/zipfile.cpp
    M src/common/zipfile.h
    M src/gui/mainwindow.cpp
    M src/gui/panelpreviewimage.cpp
    M src/gui/panelpreviewimage.h
    M src/gui/panelpreviewsound.cpp
    M src/gui/panelpreviewsound.h
    M src/gui/resourcetreeitem.cpp
    M src/gui/resourcetreeitem.h
    M src/images/dds.cpp
    M src/images/dds.h
    M src/images/decoder.h
    M src/images/dumptga.cpp
    M src/images/s3tc.cpp
    M src/images/s3tc.h
    M src/images/sbm.cpp
    M src/images/tga.cpp
    M src/images/tpc.cpp
    M src/images/tpc.h
    M src/images/txb.cpp
    M src/images/txb.h
    M src/images/util.h
    M src/images/winiconimage.cpp
    M src/images/winiconimage.h
    M src/sound/audiostream.cpp
    M src/sound/audiostream.h
    M src/sound/decoders/adpcm.cpp
    M src/sound/decoders/adpcm.h
    M src/sound/decoders/asf.cpp
    M src/sound/decoders/mp3.cpp
    M src/sound/decoders/pcm.cpp
    M src/sound/decoders/util.h
    M src/sound/decoders/vorbis.cpp
    M src/sound/decoders/wave.cpp
    M src/sound/decoders/wma.cpp
    M src/sound/decoders/wma.h
    M src/sound/decoders/wmadata.h
    M src/sound/sound.cpp
    M src/sound/sound.h
    M src/sound/types.h
    M tests/common/bitstream.cpp
    M tests/common/huffman.cpp
    M tests/common/memwritestream.cpp
    M tests/common/strutil.cpp
    M tests/common/ustring.cpp
    M tests/common/util.cpp
    M tests/images/util.cpp

  Log Message:
  -----------
  COMMON: Use stdint fixed-type integers


  Commit: 153996d35eac0e3e072634a59238ac2e2fd7c975
      https://github.com/xoreos/phaethon/commit/153996d35eac0e3e072634a59238ac2e2fd7c975
  Author: patrick <nostritius at googlemail.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

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

  Log Message:
  -----------
  COMMON: Add deflate compression


  Commit: 50665450a0b8d84584b266eea00abd3e91d8de6d
      https://github.com/xoreos/phaethon/commit/50665450a0b8d84584b266eea00abd3e91d8de6d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M src/common/deflate.cpp

  Log Message:
  -----------
  COMMON: Replace PtrVector with std::vector<std::unique_ptr<>>


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

  Changed paths:
    M src/aurora/2dafile.cpp
    M src/aurora/2dafile.h
    M src/aurora/gdafile.cpp
    M src/aurora/gdafile.h

  Log Message:
  -----------
  AURORA: Replace PtrVector with std::vector<std::unique_ptr<>>


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

  Changed paths:
    M src/images/dds.cpp
    M src/images/decoder.cpp
    M src/images/decoder.h
    M src/images/sbm.cpp
    M src/images/tga.cpp
    M src/images/tpc.cpp
    M src/images/txb.cpp
    M src/images/winiconimage.cpp

  Log Message:
  -----------
  IMAGES: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: 755898cad8cbc888719afd6f1b640a40a8a77ade
      https://github.com/xoreos/phaethon/commit/755898cad8cbc888719afd6f1b640a40a8a77ade
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

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

  Log Message:
  -----------
  SOUND: Replace PtrVector with std::vector<std::unique_ptr<>>


  Commit: 02aa32e20da46b44585bd8c95328023d3c1d37e2
      https://github.com/xoreos/phaethon/commit/02aa32e20da46b44585bd8c95328023d3c1d37e2
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    R src/common/ptrlist.h
    R src/common/ptrmap.h
    R src/common/ptrvector.h
    M src/common/rules.mk
    R tests/common/ptrlist.cpp
    R tests/common/ptrmap.cpp
    R tests/common/ptrvector.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  COMMON: Delete PtrVector/PtrList/PtrMap


  Commit: 41e5394b16b02cc73550e198beb0e2fc780bec6d
      https://github.com/xoreos/phaethon/commit/41e5394b16b02cc73550e198beb0e2fc780bec6d
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 7.5


  Commit: 113beec584c771edb236f95b365182aab3894d88
      https://github.com/xoreos/phaethon/commit/113beec584c771edb236f95b365182aab3894d88
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Disable -Wunused-const-variable

This one is enabled by -Wall in Clang, but not in gcc (at least not
for C++). The warning doesn't make sense for us, especially since we
sometimes leave in unused static const values for documentation
purposes, so let's disable it.


  Commit: 3594c4bfd5a2ef1a757da50276cc346291998775
      https://github.com/xoreos/phaethon/commit/3594c4bfd5a2ef1a757da50276cc346291998775
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Disable -Wtautological-unsigned-enum-zero-compare

Whether an enum is signed or unsigned is implementation defined, so
this warning doesn't make any sense for us.


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

  Changed paths:
    M src/sound/sound.cpp

  Log Message:
  -----------
  SOUND: Silence the OpenAL deprecation warnings on macOS


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

  Changed paths:
    M src/phaethon.cpp

  Log Message:
  -----------
  MAIN: Mark WinMain parameters as unused


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

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  TRAVIS: Try suppressing warnings in system includes

For two reasons, SDL2 when compiling with Clang and Boost.Locale on
macOS.

Clang ignores the "/* fallthrough */" comments in the SDL2 includes
and then complains about unmarked switch-case-fallthroughs. The SDL2
search script doesn't mark the SDL2 directory as system.

The Travis CI macOS build VMs have Boost.Locale preinstalled in
/usr/local/ and this is not marked as a system include. The version
preinstalled used std::auto_ptr and Clang notes that this is
deprecated.


  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.


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

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  TRAVIS: Minimize build jobs on the Coverity Scan branch


Compare: https://github.com/xoreos/phaethon/compare/8707197e4610...f8e7a87a7797



More information about the xoreos-git mailing list