[wesnoth-commits] [wesnoth/wesnoth] 601c10: Refactored out last uses of boost::ptr_vector
Charles Dang
noreply at github.com
Wed Jan 20 10:13:17 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 601c10cadfe14953c28e3ac9f21416d7299d1f09
https://github.com/wesnoth/wesnoth/commit/601c10cadfe14953c28e3ac9f21416d7299d1f09
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M src/editor/palette/location_palette.cpp
M src/editor/palette/location_palette.hpp
M src/replay_recorder_base.cpp
M src/replay_recorder_base.hpp
M src/scripting/plugins/manager.cpp
M src/scripting/plugins/manager.hpp
M src/whiteboard/mapbuilder.cpp
M src/whiteboard/mapbuilder.hpp
Log Message:
-----------
Refactored out last uses of boost::ptr_vector
The cases in whiteboard/mapbuilder.hpp needed to be vectors of unique_ptrs since their objects have
deleted copy constructors.
Commit: 42fa1aa3b5d88bfd00b3057d1188cb5b94467c91
https://github.com/wesnoth/wesnoth/commit/42fa1aa3b5d88bfd00b3057d1188cb5b94467c91
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M .github/workflows/ci-main.yml
M projectfiles/VC16/README.md
Log Message:
-----------
Cleaned up vcpkg package install list
We no longer need ptr-container or thread.
Compare: https://github.com/wesnoth/wesnoth/compare/c0f26a478732...42fa1aa3b5d8
More information about the Commits
mailing list