On Thu, Apr 7, 2022 at 9:44 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/
The first release candidates for the 1.79.0 release are now available at: https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/
The SHA256 checksums are as follows:
3634f9a85759311f321e587eace21799c0d0c946ff933e477a2f98885c54bbff0 boost_1_79_0_rc1.zip 273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c boost_1_79_0_rc1.tar.gz 475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39 boost_1_79_0_rc1.tar.bz2 6c97cf4f4a0eb00ed776c88065ab3f59e183fa5e65f6464ff94f92328352d9d6 boost_1_79_0_rc1.7z
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
-- The Release managers
Looks good on windows/visual studio. toolset arch compile Link Execute msvc-10.0 32 X X X msvc-10.0 64 X X X msvc-11.0 32 X X X msvc-11.0 64 X X X msvc-12.0 32 X X X msvc-12.0 64 X X X msvc-14.0 32 X X X msvc-14.0 64 X X X msvc-14.1 32 X X X msvc-14.1 64 X X X msvc-14.2 32 X X X msvc-14.2 64 X X X msvc-14.3 32 X X X msvc-14.3 64 X X X Compile means that the b2 command completed without errors Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated Execute means that the linked program executed without errors. Full build logs can be found here: https://gist.github.com/teeks99/5f6cf0edbfec480b5140d4c62ed42b77 Tom