[Commits] [wesnoth/wesnoth] 214374: Update Visual Studio project
GitHub
noreply at github.com
Sun Apr 2 13:36:40 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 2143741617b0fca9959960be6f89474ff2615265
https://github.com/wesnoth/wesnoth/commit/2143741617b0fca9959960be6f89474ff2615265
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-04-02 (Sun, 02 Apr 2017)
Changed paths:
M projectfiles/VC12/wesnoth.vcxproj
M projectfiles/VC12/wesnoth.vcxproj.filters
Log Message:
-----------
Update Visual Studio project
Commit: a37ce62f304774e18259c1cb6e30ae32a3526f7e
https://github.com/wesnoth/wesnoth/commit/a37ce62f304774e18259c1cb6e30ae32a3526f7e
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-04-02 (Sun, 02 Apr 2017)
Changed paths:
M src/formula/callable_fwd.hpp
M src/formula/debugger.cpp
M src/formula/function.cpp
M src/formula/variant.cpp
M src/formula/variant.hpp
M src/formula/variant_value.cpp
M src/formula/variant_value.hpp
M src/gui/dialogs/formula_debugger.cpp
Log Message:
-----------
Revert "Refactored handling of the callable variant debug stack"
This reverts commit 725bd6291f33928d625535f644fe0b1e88774090.
Xcode doesn't support thread local variables until Xcode 8, and Visual
Studio doesn't allow thread-local non-POD objects until Visual Studio
2015. Because it's desirable to keep
variant_callable::get_debug_string() thread-safe, it's best to revert to
the previous implementation that explicitly passes the call stack as a
function parameter.
Commit: 27817d2f4add8530e2d09ec7a2053eaea0685eea
https://github.com/wesnoth/wesnoth/commit/27817d2f4add8530e2d09ec7a2053eaea0685eea
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-04-02 (Sun, 02 Apr 2017)
Changed paths:
M src/formula/variant_value.cpp
M src/formula/variant_value.hpp
Log Message:
-----------
Fix build with Visual Studio
Compare: https://github.com/wesnoth/wesnoth/compare/cc1f33a32bac...27817d2f4add
More information about the Commits
mailing list