b2
b2 copied to clipboard
B2 makes it easy to build C++ projects, everywhere.
## Proposed changes This removes over-specified flags for GCC with the given instruction sets. The floating-point ABI when using the FPU can be `hard` or `softfp`. The `` feature should...
## Proposed changes This month [Microsoft released a preview for Visual Studio 2026 (VS 18.0)](https://visualstudio.microsoft.com/insiders/), and its toolset vc145. This PR adds rudimentary support allowing b2 to recognize it, based...
I implemented the ability to escape the "$" character as "$$" if it appears before the "(" character. More precisely, every "$$" sequence preceding the "(" character will be treated...
I've searched my entire filesystem for bootstrap.jam file to no avail. I'm working with boost-1-89-0 but there seems to be another version (1.74) also pre-installed. Can't continue with the tutorial...
### Make sure you completed the following tasks - [X] I searched the [discussions](https://github.com/bfgroup/b2/discussions) - [X] I searched the closed and open [issues](https://github.com/bfgroup/b2/issues?q=is%3Aissue) - [X] I read the [contribution guidelines](https://github.com/bfgroup/b2/blob/main/CONTRIBUTING.adoc)...
## Proposed changes ``` using mpi ; ``` is supposed to detect a variety of mpi compiler wrapper. In practice only `mpic++` (the first one) is checked. ## Types of...
Hi, everyone I have tired to compile boost from boost_1_81_0 to boost_1_88_0 with MSYS2 by getting source code from https://www.boost.org/releases/latest/ And I got two kinds of result: (1) That is...
### Make sure you completed the following tasks - [X] I searched the [discussions](https://github.com/bfgroup/b2/discussions) - [X] I searched the closed and open [issues](https://github.com/bfgroup/b2/issues?q=is%3Aissue) - [X] I read the [contribution guidelines](https://github.com/bfgroup/b2/blob/main/CONTRIBUTING.adoc)...
### Make sure you completed the following tasks - [X] I searched the [discussions](https://github.com/bfgroup/b2/discussions) - [x] I searched the closed and open [issues](https://github.com/bfgroup/b2/issues?q=is%3Aissue) - [x] I read the [contribution guidelines](https://github.com/bfgroup/b2/blob/main/CONTRIBUTING.adoc)...
### Make sure you completed the following tasks - [x] I searched the [discussions](https://github.com/bfgroup/b2/discussions) - [x] I searched the closed and open [issues](https://github.com/bfgroup/b2/issues?q=is%3Aissue) - [ ] I read the [contribution...