[Commits] [wesnoth/wesnoth] 531e05: Implement tod_manager::resolve_random() without Bo...
GitHub
noreply at github.com
Mon Jul 25 05:32:16 UTC 2016
Branch: refs/heads/boost_trimming
Home: https://github.com/wesnoth/wesnoth
Commit: 531e05af9e2f8feaf036b0d4fed89ae6c44b51da
https://github.com/wesnoth/wesnoth/commit/531e05af9e2f8feaf036b0d4fed89ae6c44b51da
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-07-25 (Mon, 25 Jul 2016)
Changed paths:
M src/tod_manager.cpp
Log Message:
-----------
Implement tod_manager::resolve_random() without Boost.Range (#711)
In order to do this, it was necessary to switch from boost::copy to
standard library algorithms, which is less space-efficient.
Commit: e6b8681de85f6a71569d57b0551f6c473fb1d611
https://github.com/wesnoth/wesnoth/commit/e6b8681de85f6a71569d57b0551f6c473fb1d611
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-07-25 (Mon, 25 Jul 2016)
Changed paths:
M src/config.hpp
M src/editor/map/map_context.hpp
M src/gui/core/event/dispatcher.hpp
M src/gui/widgets/helper.hpp
M src/lexical_cast.hpp
M src/scripting/push_check.hpp
M src/serialization/unicode_cast.hpp
M src/server/room_manager.hpp
M src/server/server.cpp
M src/utils/const_clone.hpp
M src/video.hpp
Log Message:
-----------
Boost type traits / enable_if -> <type_traits>
Compare: https://github.com/wesnoth/wesnoth/compare/59e13a066eaa...e6b8681de85f
More information about the Commits
mailing list