2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

7 Commits

Author SHA1 Message Date
Rene Rivera
2399813afa Switch to string_view for some internal char handling.
Add some debug validation in Jam interpreter.
2023-03-11 14:44:59 -06:00
Mateusz Łoskot
429321a7f9 .vscode/tasks.json: Add build tasks for Bootstrap and Build with B2 (#12)
This change complements the build instructions in the CONTRIBUTING.adoc,
where it is explained to bootstrap the 'stable' engine to
create b2 at the root.

Then, run one of the

   two ways to build this be engine.
   You can either (a) run b2 b2 at the root,
   or (b) run build.sh/bat in src/engine.
2021-03-25 22:11:23 -05:00
Mateusz Łoskot
2c1e03f7ae .vscode/tasks.json: Fix working directory location for build tasks (#11)
Apparently, neither src/engine nor ./src/engine is taken as relative path
by VS Code and leads to task failure:

  Executing task: ./build.sh
  The terminal process failed to launch: Starting directory (cwd) /src/engine does not exist.
2021-03-25 21:54:09 -05:00
Rene Rivera
150d69bd57 Default to available cpu threads for -j option.
This adds a `b2::system_info` class to obtain available information on
system we are running in. Currently provides CPU counts.
And currently only implemented for macOS.
2019-06-03 18:39:22 -05:00
Rene Rivera
fde8e3c5ee VScode task for running fbinfer static analize.
[skip ci]
2019-04-01 20:44:07 -05:00
Rene Rivera
76d608fefc VScode build target.
[skip ci]
2019-03-25 18:19:44 -05:00
Rene Rivera
5477befdf6 VScode utility files. 2018-10-20 17:47:03 -05:00