[wesnoth-commits] [wesnoth/wesnoth] 7cf934: Removed last boost/thread.hpp include
GitHub
noreply at github.com
Fri Apr 13 12:56:14 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 7cf93413797c73e6ca33e22a615897ffbec42cdb
https://github.com/wesnoth/wesnoth/commit/7cf93413797c73e6ca33e22a615897ffbec42cdb
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M src/gettext_boost.cpp
Log Message:
-----------
Removed last boost/thread.hpp include
Locale doesn't rely on boost, so it must have been some other issue in Boost 1.60
that was incidentally fixed by including that file. If anyone ever happens to build
with 1.60 again we can revisit this.
For the record, there are no issues with VS 2017 and Boost 1.66.
Commit: 9de7aff9044b1aae7fc56c4b78a400d93c0f6750
https://github.com/wesnoth/wesnoth/commit/9de7aff9044b1aae7fc56c4b78a400d93c0f6750
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M CMakeLists.txt
M INSTALL.md
M SConstruct
M changelog.md
Log Message:
-----------
Removed Boost Thread as a built-time dependency
We use std::thread now.
Compare: https://github.com/wesnoth/wesnoth/compare/846bf8f208ae...9de7aff9044b
More information about the Commits
mailing list