2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Steven Watanabe 9540e69b3f Clean up msvc initialization.
* If the user provided a command, don't try to use the autodetected command
  as well.  The fixes errors caused by passing too many arguments.
* If the user provided a command, but not a version, try to detect the
  version from the command.  This code already existed, but was useless
  because it was run too late.  It also failed for 14.1+ because of
  incorrect escaping for MATCH.
* When handling duplicate initialization, make sure that we compare
  the original user options to the new user options.  Previously, we
  compated the new user options to the auto-detected command which
  makes no sense at all.
* If the user specified a command, always search for it in PATH, instead
  of also searching version specific locations.
2019-03-09 11:08:57 -07:00
2018-01-22 09:45:02 -06:00
2018-09-26 09:54:06 -07:00
2019-03-09 11:08:57 -07:00
2018-11-18 12:00:51 -06:00
2018-11-11 20:57:27 -06:00
2018-09-26 09:54:06 -07:00
2018-09-26 09:54:06 -07:00
2018-11-18 11:27:11 -06:00

Boost.Build
===========

See the Boost.Build website at https://boostorg.github.io/build/.

See the `guidelines for contributing <./CONTRIBUTING.rst>`__.
Description
Mirrored via gitea-mirror
Readme 39 MiB
Languages
C++ 73.8%
Python 22.6%
C 1.6%
Batchfile 0.7%
Shell 0.6%
Other 0.6%