~roguescholar/boost/+git/build:master

Last commit made on 2024-03-10
Get this branch:
git clone -b master https://git.launchpad.net/~roguescholar/boost/+git/build

Branch merges

Branch information

Name:
master
Repository:
lp:~roguescholar/boost/+git/build

Recent commits

efbf6ce... by Rene Rivera <email address hidden>

B2 5.1.0

40f603a... by Rene Rivera <email address hidden>

Put back boost_mpi ref as we need until the usage is fixed.

666de45... by Rene Rivera <email address hidden>

Info for B2 5.1.0 release.

2d19cab... by Rene Rivera <email address hidden>

Add history notes for PRs.

6df4b57... by John McFarlane <email address hidden>

Fix QCC debug build flag (#364)

As per the patch put forward in https://github.com/boostorg/build/issues/453

58da9d0... by Christian Seiler

mingw: alter linker commands to always replace backslashes with forward slashes (#361)

* src/tools/gcc.jam:
     Add missing :T for target file paths in linker invocation rules.
     This fixes builds when b2 uses a response file instead of the
     command line after a size limit is reached.

Co-authored-by: Christian Seiler <email address hidden>

2028ffa... by Rene Rivera <email address hidden>

Match direct searched projects.

This adds matching of projects that are found directly with the project-search rule.

d9ae12d... by Rene Rivera <email address hidden>

Fix compile for older gcc and clang std libraries.

c7943c0... by Rene Rivera <email address hidden>

Add `mpi.run-flags` feature.

Adds run-flags feature to allow more control on how MPI run targets are executed. This also removes the Boost specific dependency in the `mpi-test` rule.

6c1a655... by Rene Rivera <email address hidden>

Add list of failed and skipped targets to tail summary.

This expands out the failed and skipped summary tail lines to also include a sorted list of action and targets of the corresponding failed and skipped targets. This makes it easier to see them and to further search for individual ones in teh rest of the output. It also makes it possible to quickly retry specific targets.

fixes #196