[Commits] [wesnoth/wesnoth] 97b20a: Missing override qualifiers

GitHub noreply at github.com
Sun Oct 16 18:02:08 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 97b20ad60f12e87a12872d700052aa78c4938da5
      https://github.com/wesnoth/wesnoth/commit/97b20ad60f12e87a12872d700052aa78c4938da5
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M src/editor/action/mouse/mouse_action.hpp
    M src/editor/action/mouse/mouse_action_select.hpp

  Log Message:
  -----------
  Missing override qualifiers


  Commit: 0ecbbef03383db988d6ded0727210652d3967f12
      https://github.com/wesnoth/wesnoth/commit/0ecbbef03383db988d6ded0727210652d3967f12
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M CMakeLists.txt
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnothd.vcxproj
    M projectfiles/VC12/wesnothlib.vcxproj
    M src/SConscript
    A src/boost-patched/bind/arg.hpp

  Log Message:
  -----------
  Apply patch to boost

When using:

    scons strict=true ctool=clang

A number of issues appear concerning a known bug in Boost::Bind; applying the patch which should appear in Boost 1.63. Comments on the Boost ticket indicate this may also be an issue for earlier versions of GCC.

For the ticket, see

    https://svn.boost.org/trac/boost/ticket/12397

and the patch is at

    https://github.com/boostorg/bind/commit/3c56630b5400c43d1a4393d685a407e68a69ce9e

NOTE: This does NOT create a dependency upon the patched header. If the header is changed, you must do a full re-build of all sources by hand.


  Commit: 86adfc47f80295d8d1767728a853059268789d5f
      https://github.com/wesnoth/wesnoth/commit/86adfc47f80295d8d1767728a853059268789d5f
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M src/actions/undo_action.cpp
    M src/addon/manager_ui.cpp
    M src/formula/variant.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/playcampaign.cpp
    M src/game_launcher.cpp
    M src/gui/core/canvas.cpp
    M src/gui/core/event/handler.cpp
    M src/gui/dialogs/lobby/data.cpp
    M src/help/help_text_area.cpp
    M src/hotkey/hotkey_handler.cpp
    M src/playturn_network_adapter.cpp
    M src/scripting/lua_common.cpp
    M src/sdl/utils.cpp
    M src/show_dialog.cpp
    M src/terrain/filter.cpp
    M src/theme.cpp
    M src/video.cpp

  Log Message:
  -----------
  GCC complains about float/double and useless cast


  Commit: 6ef50850064c96d0b7b9bb28c5831b8f75d6f1c0
      https://github.com/wesnoth/wesnoth/commit/6ef50850064c96d0b7b9bb28c5831b8f75d6f1c0
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M src/gui/core/event/handler.cpp
    M src/playturn_network_adapter.cpp
    M src/show_dialog.cpp

  Log Message:
  -----------
  Minor style changes per @jyrkive


  Commit: 3368d5b577736615121ccd854fd32f2cf67d6355
      https://github.com/wesnoth/wesnoth/commit/3368d5b577736615121ccd854fd32f2cf67d6355
  Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M src/scripting/lua_unit_attacks.cpp

  Log Message:
  -----------
  Travis has been reporting a warning


  Commit: c507b78f2955d1069ddc47de521d84bec964d031
      https://github.com/wesnoth/wesnoth/commit/c507b78f2955d1069ddc47de521d84bec964d031
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M CMakeLists.txt
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnothd.vcxproj
    M projectfiles/VC12/wesnothlib.vcxproj
    M src/SConscript
    M src/actions/undo_action.cpp
    M src/addon/manager_ui.cpp
    A src/boost-patched/bind/arg.hpp
    M src/editor/action/mouse/mouse_action.hpp
    M src/editor/action/mouse/mouse_action_select.hpp
    M src/formula/variant.cpp
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/playcampaign.cpp
    M src/game_launcher.cpp
    M src/gui/core/canvas.cpp
    M src/gui/core/event/handler.cpp
    M src/gui/dialogs/lobby/data.cpp
    M src/help/help_text_area.cpp
    M src/hotkey/hotkey_handler.cpp
    M src/playturn_network_adapter.cpp
    M src/scripting/lua_common.cpp
    M src/scripting/lua_unit_attacks.cpp
    M src/sdl/utils.cpp
    M src/show_dialog.cpp
    M src/terrain/filter.cpp
    M src/theme.cpp
    M src/video.cpp

  Log Message:
  -----------
  Merge pull request #825 from GregoryLundberg/GL_clang_cleanup

Clean up some issues compiling with clang and gcc


Compare: https://github.com/wesnoth/wesnoth/compare/442aec7ce198...c507b78f2955


More information about the Commits mailing list