b2
b2 copied to clipboard
B2 makes it easy to build C++ projects, everywhere.
If there is a '\0' outputed, the rest information will be not outputed. I first found it when I printed char std::array and std::vector. test.cpp ```cpp #include #include #include #include...
### Make sure you completed the following tasks - [x] I searched the [discussions](https://github.com/bfgroup/b2/discussions) ok (not found this issue) - [x] I searched the closed and open [issues](https://github.com/bfgroup/b2/issues?q=is%3Aissue) ok (not...
### 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) ### Describe your use case It's useful...
```jam rule bar ( ) { return hello ; } actions bar { } if [ bar ] != hello { EXIT "actions overrides a rule" : 1 ; }...
Add per-target `ENVIRONMENT` variable that will set a set of variables and values when the target action runs. Various tools require a specific environment setup to work. Currently this is...
- [ ] Add literal typed value parsing. Something like `12345.56:n` to parse as a number. - [ ] Add value coercion to Jam to be able to create specific...
`pkg-config.import thename : requirements thelibname ;` does not work correct in msys2 b2 jamfile. but `pkg-config --libs thelibname` works correctly in msys2 commandline. I think b2 is using native way...
I'm trying to build boost in a custom Debian Bullseye based Docker container with self compiled GCC and GLIBC 2.35 but I'm getting the following error. If I use GLIBC...
### 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)...
### Environment and version details * Operating System+version: Windows * Shell: PowerShell ### Brief problem description To collect coverage data on Windows it is required to (e.g.) use a wrapper...