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

## Proposed changes `bootstrap.bat intel-win32` doesn't work inside Intel(r) OneAPI Tools console currently. ## Types of changes This change allows to bootstrap with Intel compiler. _Put an `x` in the...

recognition of msvc toolset v143 for Visual Studio 17.10 or newer did not work ## Proposed changes Checking also for prefix 14.4 ## Types of changes _Put an `x` in...

```jam local a ; if $(a) in q w e { ECHO "wtf" ; } ``` prints ``` wtf ``` Is this intended to work this way? Maybe it has...

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) - [ ] I read the [contribution...

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

Slack conversation about the problem. > 10:13 AM > Peter Dimov > > @grafikrobot > we're trying to figure out why type_traits CI on old xcode has suddenly started failing...

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

Starting with B2 5.0.0, building b2 with msvc-14.0 (toolset `vc14`) fails with: ``` LINK : fatal error LNK1158: cannot run 'mt.exe' ``` Full log [here](https://drone.cpp.al/boostorg/unordered/1109/55/2). Seemingly this is related to...

bug
norepro

I'm build boost with clang, and generate things like this 'libboost_filesystem-clang17-s-x64-1_84.lib', but when I compile .cpp, there is a link error. **LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-clangw17-s-x64-1_84.lib'**...

question

The PR 1) adds a module to add customisable targets for external dependencies; 2) adds a vcpkg support module that allows searching for vcpkg-installed packages; 3) modifies pkg-config module to...

enhancement