[Commits] [wesnoth/wesnoth] ff2958: Fix bug #24234: Add Boost 1.60.0 support to unit t...

GitHub noreply at github.com
Tue Dec 29 21:15:08 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ff29581baa74dbc6ce1923e1352f4fd6d423a67d
      https://github.com/wesnoth/wesnoth/commit/ff29581baa74dbc6ce1923e1352f4fd6d423a67d
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2015-12-28 (Mon, 28 Dec 2015)

  Changed paths:
    M src/tests/main.cpp
    M src/tests/test_map_location.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/utils/auto_parameterized.hpp

  Log Message:
  -----------
  Fix bug #24234: Add Boost 1.60.0 support to unit tests

The unit test part in boost has changed a few header files and
function signatures between previous versions and 1.60.0. These
changes adds a version check and two different versions of the
affected code, as well as introducing semicolons after the global text
fixtures (which doesn't appear to do harm) but otherwise requires more
version checks.


  Commit: 87b0fededd1a76a99a86a08b3a4207b761a1009b
      https://github.com/wesnoth/wesnoth/commit/87b0fededd1a76a99a86a08b3a4207b761a1009b
  Author: Andreas <andreas at alternating.net>
  Date:   2015-12-30 (Wed, 30 Dec 2015)

  Changed paths:
    M src/tests/main.cpp
    M src/tests/test_map_location.cpp
    M src/tests/test_mp_connect.cpp
    M src/tests/utils/auto_parameterized.hpp

  Log Message:
  -----------
  Merge pull request #565 from aginor/master

Fix bug #24234: Add Boost 1.60.0 support to unit tests


Compare: https://github.com/wesnoth/wesnoth/compare/e8bc1755f205...87b0fededd1a


More information about the Commits mailing list