C++ 17

Everything about development and the OpenMW source code.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: C++ 17

Post by psi29a »

Looks like the consensus on the PR is that we skip C++14 because there is no added value there and go right for C++17 so we can do another round of boost purging.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: C++ 17

Post by psi29a »

OK... C++17 branch is now live: https://github.com/OpenMW/openmw/pull/1526

GCC5 and Clang5 are in place on travis. I'm going to experiment with some de-boosting... targeting specifically filesystem.

Keep in mind, this will likely be a long running branch, but feel free to branch from mine and experiment for yourself send your own PRs to that branch if you want.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: C++ 17

Post by psi29a »

Post Reply