[Commits] [wesnoth/wesnoth] 64095e: Fix bug #24234: Add Boost 1.60.0 support to unit t...
GitHub
noreply at github.com
Fri May 13 20:27:10 UTC 2016
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 64095e788817885647c021fab3994c5c4914866b
https://github.com/wesnoth/wesnoth/commit/64095e788817885647c021fab3994c5c4914866b
Author: Andreas Löf <andreas at alternating.net>
Date: 2016-05-13 (Fri, 13 May 2016)
Changed paths:
M changelog
M src/tests/main.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: 8de39e81ae423a2abb3291f077a4811f2f6eabcc
https://github.com/wesnoth/wesnoth/commit/8de39e81ae423a2abb3291f077a4811f2f6eabcc
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2016-05-13 (Fri, 13 May 2016)
Changed paths:
M changelog
M src/tests/main.cpp
M src/tests/test_mp_connect.cpp
M src/tests/utils/auto_parameterized.hpp
Log Message:
-----------
Merge pull request #656 from shikadilord/backport/1.12-Aginor-bug-24234
Fix bug #24234: Add Boost 1.60.0 support to unit tests
Compare: https://github.com/wesnoth/wesnoth/compare/3bd03e91cb42...8de39e81ae42
More information about the Commits
mailing list