b2 icon indicating copy to clipboard operation
b2 copied to clipboard

B2 makes it easy to build C++ projects, everywhere.

Results 93 b2 issues
Sort by recently updated
recently updated
newest added

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...

bug

### 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...

bug

### 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...

enhancement

```jam rule bar ( ) { return hello ; } actions bar { } if [ bar ] != hello { EXIT "actions overrides a rule" : 1 ; }...

bug

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...

enhancement

- [ ] 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...

enhancement

`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...

bug
os:windows

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...

bug

### 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)...

bug

### 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...

bug