[Commits] [wesnoth/wesnoth] 98cf0e: Fix file encoding.

GitHub noreply at github.com
Sun Jun 29 19:32:47 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 98cf0e54f85fb9f2264ca7b6742d4d13591cae10
      https://github.com/wesnoth/wesnoth/commit/98cf0e54f85fb9f2264ca7b6742d4d13591cae10
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/mp_game_settings.hpp

  Log Message:
  -----------
  Fix file encoding.

The issue was spotted by iceiceice.


  Commit: c0002f26c358a80bce225ccb9415163a84070e57
      https://github.com/wesnoth/wesnoth/commit/c0002f26c358a80bce225ccb9415163a84070e57
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/game_events/wmi_container.cpp

  Log Message:
  -----------
  Remove a template specifier.

Instanciating std::make_pair normally shouldn't be used with template
specifiers. In this case it broke compilation for C++11.


  Commit: 1ca23e3cff5f34831c24d9d3164642c0a0ca4c73
      https://github.com/wesnoth/wesnoth/commit/1ca23e3cff5f34831c24d9d3164642c0a0ca4c73
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/unit.cpp

  Log Message:
  -----------
  Select the proper overload for boost::bind.

In C++11 there are two viable overload of the function. Specify the
proper overload to avoid a compilation error.


  Commit: c1b73e035b851950511dfe3944887c59d45dc2f9
      https://github.com/wesnoth/wesnoth/commit/c1b73e035b851950511dfe3944887c59d45dc2f9
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/fake_unit_ptr.hpp

  Log Message:
  -----------
  Fix compilation with C++11.


  Commit: 85b9bc6b190d6d71e30d2b396e12bf8ee5b8f705
      https://github.com/wesnoth/wesnoth/commit/85b9bc6b190d6d71e30d2b396e12bf8ee5b8f705
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Allow old-style casts for a file.

It uses some external macros that add the old style casts.


  Commit: 42cc3e718e9bf46954467917256250b10329e8a2
      https://github.com/wesnoth/wesnoth/commit/42cc3e718e9bf46954467917256250b10329e8a2
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Disable a useless cast in CMakeLists.txt.

The uselessness of the cast depends on the platform, so silence the
warning.


Compare: https://github.com/wesnoth/wesnoth/compare/4ef4301b2213...42cc3e718e9b


More information about the Commits mailing list