[xoreos-git] [xoreos/xoreos] 8fff8d: BUILD: Extend boost.m4 to recognize gcc 9.1

Sven Hesse noreply at github.com
Sun May 5 22:15:42 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 8fff8de5f43c1e980c8407de0588634b94f1f073
      https://github.com/xoreos/xoreos/commit/8fff8de5f43c1e980c8407de0588634b94f1f073
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M m4/boost.m4

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


  Commit: 5a2bdb9e3bcf36b0dfd66fff77a33d86dcc2eb15
      https://github.com/xoreos/xoreos/commit/5a2bdb9e3bcf36b0dfd66fff77a33d86dcc2eb15
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/common/boundingbox.cpp
    M src/common/boundingbox.h
    M src/common/error.cpp
    M src/common/error.h
    M src/common/rational.cpp
    M src/common/rational.h

  Log Message:
  -----------
  COMMON: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: b7e1d0c16eb2f8d0055c41951176d437e3fd9459
      https://github.com/xoreos/xoreos/commit/b7e1d0c16eb2f8d0055c41951176d437e3fd9459
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/aurora/gff4file.cpp
    M src/aurora/gff4file.h
    M src/aurora/locstring.cpp
    M src/aurora/locstring.h
    M src/aurora/nwscript/enginetype.h
    M src/aurora/nwscript/objectref.cpp
    M src/aurora/nwscript/objectref.h
    M src/aurora/nwscript/variablecontainer.cpp
    M src/aurora/nwscript/variablecontainer.h

  Log Message:
  -----------
  AURORA: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: a92f6c266f62ed4e9aa833a9dd99f8d5442ea531
      https://github.com/xoreos/xoreos/commit/a92f6c266f62ed4e9aa833a9dd99f8d5442ea531
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/graphics/images/txi.cpp
    M src/graphics/images/txi.h

  Log Message:
  -----------
  GRAPHICS: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: 793c80addb43a23e3e44e071ba9ae006ab0f05eb
      https://github.com/xoreos/xoreos/commit/793c80addb43a23e3e44e071ba9ae006ab0f05eb
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/nwn/location.cpp
    M src/engines/nwn/location.h

  Log Message:
  -----------
  NWN: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: 85d812631aa4b08a8befdc758622a4a430410453
      https://github.com/xoreos/xoreos/commit/85d812631aa4b08a8befdc758622a4a430410453
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/nwn2/itemproperty.cpp
    M src/engines/nwn2/itemproperty.h
    M src/engines/nwn2/location.cpp
    M src/engines/nwn2/location.h

  Log Message:
  -----------
  NWN2: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: ff52ce9131d8a0dbeb962c114d6de3b1de39a140
      https://github.com/xoreos/xoreos/commit/ff52ce9131d8a0dbeb962c114d6de3b1de39a140
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/kotorbase/partyconfig.cpp
    M src/engines/kotorbase/partyconfig.h
    M src/engines/kotorbase/rules.mk

  Log Message:
  -----------
  KOTORBASE: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: 573b913a1c8252be31ab0b635f626f55d42723b5
      https://github.com/xoreos/xoreos/commit/573b913a1c8252be31ab0b635f626f55d42723b5
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/jade/location.cpp
    M src/engines/jade/location.h

  Log Message:
  -----------
  JADE: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: c2b9ec26410586e4a24ed58228faaecc28501974
      https://github.com/xoreos/xoreos/commit/c2b9ec26410586e4a24ed58228faaecc28501974
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/witcher/location.cpp
    M src/engines/witcher/location.h

  Log Message:
  -----------
  WITCHER: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: c7ef9a15e4188326ab8fedf8e2c8cba0d198426f
      https://github.com/xoreos/xoreos/commit/c7ef9a15e4188326ab8fedf8e2c8cba0d198426f
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/dragonage/event.cpp
    M src/engines/dragonage/event.h

  Log Message:
  -----------
  DRAGONAGE: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: b4593a556d164a6dc4a3d1b79c65c9023951a57b
      https://github.com/xoreos/xoreos/commit/b4593a556d164a6dc4a3d1b79c65c9023951a57b
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/engines/dragonage2/event.cpp
    M src/engines/dragonage2/event.h

  Log Message:
  -----------
  DRAGONAGE2: Remove empty user-provided destructors

Because implicit copy constructors and assignment operators with
user-provided destructors are deprecated in C++11.


  Commit: 80d942ff2e3e2ca9c4b8e72f3a5300b5272ff7c1
      https://github.com/xoreos/xoreos/commit/80d942ff2e3e2ca9c4b8e72f3a5300b5272ff7c1
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M CMakeLists.txt
    M configure.ac

  Log Message:
  -----------
  BUILD: Add warning flags new in gcc 9.1


Compare: https://github.com/xoreos/xoreos/compare/5a16bf71e441...80d942ff2e3e



More information about the xoreos-git mailing list