mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
851c19fa6b27178d1c68c664e6ff5950d4e65b85
Previously, when shell command output exceeded the 1024 character buffer size, each chunk of output would be stripped. This had the undesirable effect of sometimes breaking compilation by splitting on whitespace boundaries. This patch addresses the issue by providing a string_rtrim function and utilizing the function on the output string instead of each buffered component.
Boost.Build =========== See the Boost.Build website at https://boost.org/build. See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%