b2
b2 copied to clipboard
B2 makes it easy to build C++ projects, everywhere.
In https://sourceware.org/binutils/docs-2.15/ld/WIN32.html#:~:text=Given%20the%20improvements,feature%20whenever%20possible. > Given the improvements in speed and memory usage, one might justifiably wonder why import libraries are used at all. There are three reasons: > > 1. Until...
### Describe your use case It's difficult to keep the various clang sub-toolsets up to date. As each one diverges and means we have to possibly update them all if...
I kinda like it even, but what is the point of this beautiful but over engineered system? May I replace it with just `b2 -n | FileCheck expected` maybe? It...
### 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) ### Environment and version details * Operating...
### Environment and version details * Operating System+version: **Fedora 36** * Compiler+version: **Clang 14.0.6** * Shell: **Bash** * B2 Version: `b2 -v` ``` B2 Version 4.9. OS=LINUX. Copyright 1993-2002 Christopher...
## Proposed changes See boostorg/build#135 ## Types of changes See boostorg/build#135 _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-breaking change which fixes an issue) -...
If this looks good, we can do the same for the following part: ``` #if defined(USE_EXECUNIX) # include # include #elif defined(OS_VMS) # include #else /* * NT does not...
When preparing the minimal repro for https://github.com/bfgroup/b2/issues/107, I noticed that `64` and `32` requirements don't seem to work outside the Boost Jamroot. My original `openssl` configuration was ``` using openssl...
The documentation is unclear about what `:D` and `:P` are, and what are the differences between them and compared to `dirname`. ``` :D Select directory path. :P Select parent directory....
### Brief problem description `:W` is supposed to "turn a cygwin path into a Win32 path". However it does not do that. ### Actual behavior summary It only does anything...