As per title.
Note that this will make it difficult to run bitcoin-abc on OpenBSD with
the current documentation, due to the old gcc version which does not
support c++14.
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGa48b9f299778: Make c++14 standard the default for compilation
rABCa48b9f299778: Make c++14 standard the default for compilation
make check
Run gitian builds
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- c++14
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5350 Build 8762: Bitcoin ABC Buildbot (legacy) Build 8761: arc lint + arc unit
Event Timeline
We need to have someone test this on OSX.
Also it'd be better if we do this after the freeze date. Requesting change to clear my queue, but please request review again after Feb, 15.
I would also have someone to test on OSX, atm I only checked that it builds on gitian.
I'm keeping it out of queue for now.
Can you remove documentation mentioning support for plateform for which C++14 do not work yet ? Once this is done, I have no problem with that, to the contrary :)
I rechecked the documentation, here is the status.
There is documentation for:
- Linux, will build with c++14 on most distributions. Gitian builds done with success.
- Windows, builds with c++ on WSL. Gitian builds done with success.
- OSX, builds with c++14. Gitian builds done with success. I did not run the software because I have no OSX machine at hand.
- OpenBSD, I couldn't manage to make it build with c++14. Support gets dropped in D2461, i.e. build instructions and references are removed from the documentation.
- FreeBSD, builds with c++14 (with no GUI, and after applying this patch). The build instructions are located at the end of the build-unix.md file. They need some update, and be moved to their own documentation file (will do in another diff). The build has been tested with the current latest FreeBSD 12.0.
- Cross build for ARM has been tested through Gitian builds. I did no other testing, especially I did not run the binary.
I don't think there is another platform mentioned in the doc, if you think that I'm missing one please let me know.
So far the only support that needs to get dropped to enable c++14 is OpenBSD.
I will add the entry if you think it's useful.
I have been asking myself about this, but thought it was unnecessary because it's not user facing.
doc/release-notes.md | ||
---|---|---|
15 | This needs rebasing on 0.19.3 release notes. Also, a recommended rewording for those running binaries since they may be confused by this: - Code standard updated to C++14. If building from source, please make sure you have a compatible compiler installed. |
doc/release-notes.md | ||
---|---|---|
7 ↗ | (On Diff #7917) | Remove If building from source, please make sure you have a compatible compiler installer. If you think this is important to precise it, then add it to the build instructions. |
Also include instructions for windows build. If the build is done
with WSL as per the instructions there will be no issue, but when
building from another linux the compiler version may vary.