boost icon indicating copy to clipboard operation
boost copied to clipboard

Super-project for modularized Boost

Results 173 boost issues
Sort by recently updated
recently updated
newest added

Hey, I'm looking for some guidelines on when is Conan removing old revisions of Boost? Specifically, I'm now using 1.69 and trying to understand when is this version supposed to...

I've been using the conan package manager to collect precompiled boost from [conancenter](https://conan.io/center/boost?tab=overview). Judging from the conan info, version `1.78` should be available for the compiler version `16`. From conancenter...

https://github.com/boostorg/boost/pull/623#issue-1138459062

In this [release-tools issue](https://github.com/boostorg/release-tools/issues/32) a user reports the .zip and .7z packages should use Windows line endings. Before the problem appeared in 2019 the CI scripts would execute the "test_pre",...

B2 fails to find static library (zlib) when I change `runtime-link=static` to `runtime-link=shared`: ``` $ ls /path/to/include/x64-debug zconf.h zlib.h $ ls /path/to/lib/x64-debug libz.a $ ./b2 -n --reconfigure --debug-configure --with-iostreams -s...

Hi, Due to msys2/MINGW-packages#10800 and https://github.com/bfgroup/b2/issues/138, I need to add a `user-config.jam` to bootstrap b2 correctly: ``` using gcc : : D:/msys64/clang64/bin/clang++.exe ; ``` However, the bootstrap batch file for...

https://www.boost.org/doc/libs/1_78_0/tools/build/doc/html/index.html#bbv2.installation I try to build release and debug with a batch file. Should I run twice bootstrap.bat and remove the build folder for release? Avoid the release lib will be...

Cross-filed with https://github.com/boostorg/multiprecision/issues/420 As documented on the [release notes](https://www.boost.org/users/history/version_1_78_0.html) """ Boost's primary test compilers are: Linux: ... GCC, C++11: 4.7.3, 4.8.5, 11 """ But this does play out in practice.....

Hi, As described in https://github.com/boostorg/build/issues/739 and https://github.com/boostorg/build/issues/753, bjam build is broken right now for intel-linux toolset. Is bjam build supposed to be working or did we switch to CMake completly...