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

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


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/phaethon
  Commit: f9f6c3eb21685bc7b23658513f4afd2e4fffb77d
      https://github.com/xoreos/phaethon/commit/f9f6c3eb21685bc7b23658513f4afd2e4fffb77d
  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: fc479390082e8f41bdad100f240d3dee691f1199
      https://github.com/xoreos/phaethon/commit/fc479390082e8f41bdad100f240d3dee691f1199
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M src/common/error.cpp
    M src/common/error.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: d55641efc5462daa43e42c71e8c90abd64b530fd
      https://github.com/xoreos/phaethon/commit/d55641efc5462daa43e42c71e8c90abd64b530fd
  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

  Log Message:
  -----------
  AURORA: Remove empty user-provided destructors in GFF4 and LocString

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


  Commit: 29f96b2e1bb8fddb2a1b8c2d1d4d3cccf05172a0
      https://github.com/xoreos/phaethon/commit/29f96b2e1bb8fddb2a1b8c2d1d4d3cccf05172a0
  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

(We can't use -Wdeprecated-copy and -Wdeprecated-copy-dtor here
because of Qt5. :/)


Compare: https://github.com/xoreos/phaethon/compare/b5e73ed4839d...29f96b2e1bb8



More information about the xoreos-git mailing list