[xoreos-git] [xoreos/phaethon] b5e73e: BUILD: Extend boost.m4 to recognize gcc 9.0, clang...

Sven Hesse noreply at github.com
Sun May 26 21:13:13 CEST 2019


  Branch: refs/heads/coverity_scan
  Home:   https://github.com/xoreos/phaethon
  Commit: b5e73ed4839dd34943eb4169086389ed659b7047
      https://github.com/xoreos/phaethon/commit/b5e73ed4839dd34943eb4169086389ed659b7047
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M m4/boost.m4

  Log Message:
  -----------
  BUILD: Extend boost.m4 to recognize gcc 9.0, clang 7.1 and clang 8.0


  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. :/)


  Commit: f8ae33c8e4fbd7b9aebcfe23b434a5a6f94e83f5
      https://github.com/xoreos/phaethon/commit/f8ae33c8e4fbd7b9aebcfe23b434a5a6f94e83f5
  Author: patrick <nostritius at googlemail.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

  Changed paths:
    M src/common/filelist.cpp

  Log Message:
  -----------
  COMMON: Replace Boost.Regex in FileList with C++11's regex


  Commit: 16649f989f72d407759bf4366baaa6a632405795
      https://github.com/xoreos/phaethon/commit/16649f989f72d407759bf4366baaa6a632405795
  Author: patrick <nostritius at googlemail.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

  Changed paths:
    M src/common/filepath.cpp

  Log Message:
  -----------
  COMMON: Replace Boost.Regex in FilePath with C++11's regex


  Commit: a5bf5f32f3753da525ce39bc25dc6f65e40493ca
      https://github.com/xoreos/phaethon/commit/a5bf5f32f3753da525ce39bc25dc6f65e40493ca
  Author: patrick <nostritius at googlemail.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

  Changed paths:
    M src/common/filepath.cpp

  Log Message:
  -----------
  COMMON: Rewrite FilePath escapeStringLiteral in a more portable way


  Commit: 5e7b786bc3ee92e217aeb65c9adde330c839e267
      https://github.com/xoreos/phaethon/commit/5e7b786bc3ee92e217aeb65c9adde330c839e267
  Author: patrick <nostritius at googlemail.com>
  Date:   2019-05-26 (Sun, 26 May 2019)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  BUILD: Remove Boost.Regex from our CMake file


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

  Changed paths:
    M Makefile.am
    M configure.ac

  Log Message:
  -----------
  BUILD: Remove Boost.Regex from our autotools files


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

  Changed paths:
    M BUILDDEP.md

  Log Message:
  -----------
  DOCS: Remove Boost.Regex from our BUILDDEP file


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

  Changed paths:
    M dists/debian/control
    M dists/fedora/phaethon.spec

  Log Message:
  -----------
  DIST: Remove Boost.Regex from our distribution build files


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

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  TRAVIS: Propagate fail state on autotools configure or unit test fail


Compare: https://github.com/xoreos/phaethon/compare/54810ba07dcc...5bb589e618ba



More information about the xoreos-git mailing list