2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/test
Steven Watanabe ee613a6a28 Implement feature relevance.
* New feature <relevant> which is automatically deduced in most cases.
* Features which are not relevant do not affect target paths and
  do not prevent merging of virtual targets.
* generators.jam: generator.run always returns usage-requirements
  to allow usage-requirements in non-top-level generators.  This
  is necessary because we're using usage-requirements to track
  relevance from flags.
* New rule toolset.uses-features to specify features that the rule
  checks manually, instead of using toolset.flags.  In the future,
  we should consider restricting the properties actually passed,
  to detect errors.
* Adjust tests to handle the new paths (verified by inspection).
* Add temporary option --ignore-relevance to consider all features relevant
  to aid migration.
* New rule property.evaluate-conditional-relevance which helps tracking
  relevance in <conditional>.
* Widely scattered changes to use the new interfaces.
2018-01-13 09:13:49 -07:00
..
2016-02-28 17:09:32 +01:00
2011-12-07 17:45:52 +00:00
2014-06-13 19:19:38 +02:00
2015-09-17 10:24:07 +03:00
2015-09-17 10:24:07 +03:00
2017-03-30 13:24:09 -06:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2016-10-27 20:22:04 -05:00
2018-01-13 09:13:49 -07:00
2013-05-25 15:54:54 +00:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2015-09-17 10:24:07 +03:00
2018-01-13 09:13:49 -07:00
2015-09-17 10:24:07 +03:00
2015-09-17 10:24:07 +03:00
2007-12-25 09:25:25 +00:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2018-01-13 09:13:49 -07:00
2015-09-17 10:24:07 +03:00
2018-01-13 09:13:49 -07:00
2010-10-30 14:32:50 +00:00
2017-03-30 13:24:09 -06:00
2018-01-13 09:13:49 -07:00
2017-12-29 12:32:58 -07:00
2017-12-30 10:53:03 -07:00
2017-12-19 15:59:51 -07:00

# Copyright 2002 Dave Abrahams
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

  See test_system.html for detailed information on using the Boost Build test
system.