[Commits] [wesnoth/wesnoth] 0bc874: Use static inline in Visual C++.

GitHub noreply at github.com
Sat Aug 22 22:09:35 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 0bc874626f27cca8fcd44ff65c3844eb777324d6
      https://github.com/wesnoth/wesnoth/commit/0bc874626f27cca8fcd44ff65c3844eb777324d6
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M src/SDL_gpu/SDL_gpu/SDL_gpu.h

  Log Message:
  -----------
  Use static inline in Visual C++.

static inline can be used in Visual C++ 2015, but even for older versions we can use static __inline instead of just static.


  Commit: c4c2eaa257061cc685e4b96d1a01a480efbfce5f
      https://github.com/wesnoth/wesnoth/commit/c4c2eaa257061cc685e4b96d1a01a480efbfce5f
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore WindowsTimeout


  Commit: a88e777e0534e9ce8c73ff5fb4b2a35e70b949e9
      https://github.com/wesnoth/wesnoth/commit/a88e777e0534e9ce8c73ff5fb4b2a35e70b949e9
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M src/SDL_gpu/SDL_gpu/SDL_gpu.h

  Log Message:
  -----------
  Check for _MSC_VER definition first

Forgot the need to check for the presence of _MSC_VER definition before it can be compared against the value for VC 2015.


  Commit: bec01d798af678d25c05c752d9829dfa833b141b
      https://github.com/wesnoth/wesnoth/commit/bec01d798af678d25c05c752d9829dfa833b141b
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_common.inl
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_matrix.c

  Log Message:
  -----------
  Use static inline in Visual C++.


  Commit: ce9104fbe17d0f56e825c1aad4f77ffe729dd958
      https://github.com/wesnoth/wesnoth/commit/ce9104fbe17d0f56e825c1aad4f77ffe729dd958
  Author: Wedge009 <wedge009 at wedge009.net>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M src/gui/dialogs/label_settings.cpp

  Log Message:
  -----------
  Resolve compiler warning about conversion from unsigned int to bool.


  Commit: 0d94262d9e44544271c355915a6b6dcf12f01732
      https://github.com/wesnoth/wesnoth/commit/0d94262d9e44544271c355915a6b6dcf12f01732
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M .gitignore
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_common.inl
    M src/SDL_gpu/SDL_gpu/GL_common/SDL_gpu_GL_matrix.c
    M src/SDL_gpu/SDL_gpu/SDL_gpu.h
    M src/gui/dialogs/label_settings.cpp

  Log Message:
  -----------
  Merge pull request #455 from Wedge009/Windows_updates

Minor Windows Updates


Compare: https://github.com/wesnoth/wesnoth/compare/f862f6964d67...0d94262d9e44


More information about the Commits mailing list