2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Commit Graph

357 Commits

Author SHA1 Message Date
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
Steven Watanabe
f3133e945e Rework configuration file loading to be more consistent. Any configuration file can be set (or disabled) with --xxx-config=. --config= overrides all configuration files. 2018-01-11 13:57:53 -07:00
Steven Watanabe
6945dad036 Added python tool examples. Contributed by Tom Kent. Fixes #171. 2018-01-09 08:23:19 -07:00
Steven Watanabe
6244e5ad21 Add specific tests for the processing of properties on the command line.
* Fix problems in x-product that could make it return extra property-sets
  in complex cases.  Also clarify exactly what it is supposed to do.
* free_features_request.py: This is subsumed by the new test.
* direct_request_test.py: This is mostly subsumed by the new test
  except for the last test for chained build-projects, which doesn't
  make much sense in the current code base as build-project is implemented
  very differently.
* Document using / to separate properties.
2018-01-08 17:01:32 -07:00
Dmitry
2bb392f60c Support for SASS transpilers. (#258)
Adds sass tool that can be used to convert *.sass and *.scss files
into *.css files.
2017-11-05 10:46:18 -06:00
Rene Rivera
0069e9c062 Revert "Add adoc generated tool docs to main manual."
This reverts commit 5db50e9fd8.
2017-10-23 22:47:55 -05:00
Rene Rivera
5db50e9fd8 Add adoc generated tool docs to main manual. 2017-10-23 18:11:58 -05:00
Rene Rivera
c2d605110f Support for asciidoctor tool to process asciidoc documents. 2017-10-19 08:24:22 -05:00
hia3
00bae00d2c Applied eldiener's suggestion 2017-09-30 18:04:57 +03:00
hia3
34faa0d704 fix typos
I hope "ass needed" is not another idiom/abbreviation like "iff" for example.
2017-09-29 18:06:31 +03:00
Steven Watanabe
486ddb6ba7 Editing of the build process section. 2017-07-28 18:58:18 -06:00
Rene Rivera
8e7cabc7d5 Merge pull request #219 from boostorg/feature/block-comment
Add block comments to jam language.
2017-07-28 19:39:50 -05:00
Steven Watanabe
464e723b2f Document loading of project-config.jam. 2017-07-28 17:30:11 -06:00
Steven Watanabe
3929c60029 Remove out-dated warning about return. 2017-07-28 16:33:33 -06:00
Rene Rivera
ae0c5b7a57 Change block comment to #| comment |#. 2017-07-28 16:59:31 -05:00
Rene Rivera
edc18ece12 Add block comments to jam language.
This adds non-nested block comments wrapped with "#*" and "*#". This
should help in cleaning up embedded documentation and generally make
writing jam code easier.
2017-07-27 08:55:44 -05:00
Rene Rivera
178e584df8 Add aliases for Boost build integration. 2017-07-16 06:14:36 -06:00
Rene Rivera
1956b5f647 Add examples to integrated docs. 2017-07-15 11:52:07 -06:00
Rene Rivera
b253e59554 Add example intro text. 2017-07-14 21:23:14 -06:00
Rene Rivera
246277a8e9 More tweaks to example docs, and add testing-time example to docs. 2017-07-13 08:49:18 -06:00
Rene Rivera
9f6eaab7c0 Some missing changes for documented examples. 2017-07-11 17:10:36 -06:00
Rene Rivera
4c511f1560 Add first example into documentation.
This uses quickbook to add an appendix of examples directly from the
source tree. The inclusion of the examples is done with glob so that we
can just add examples by having a "readme.qbk" in the example we want to
document.
2017-07-11 10:54:16 -06:00
Steven Watanabe
4aa88f9d5d Merge branch 'debug' into develop 2017-05-02 16:03:45 -06:00
Thomas Kent
4d2dcc7278 Updated all the references to 14.10 and 1410 to 14.1 and 141 2017-03-19 08:26:22 -05:00
Rene Rivera
c419f2eb9d Merge pull request #172 from teeks99/user_config_options
Documentation covering multiple flags and multiple variants in user-c…
2017-03-15 12:18:20 -05:00
Thomas Kent
9589dc6314 Changed mistaken 14.1 to 14.10 2017-03-14 06:21:53 -05:00
Thomas Kent
c2a31dad1a Updated with Visual Studio 2017 version and example 2017-03-13 16:06:44 -05:00
Steven Watanabe
27ec3bf2d8 Add documentation and test error conditions. 2017-03-09 12:16:30 -07:00
Thomas Kent
885d57aab8 Documentation covering multiple flags and multiple variants in user-config.jam 2017-03-08 19:55:19 -06:00
Edward Diener
9396ede927 Added doc for bzip2 toolset 2016-12-05 13:13:25 -05:00
neutric
3f6deabb57 Fix typo 2016-10-26 07:42:09 +02:00
Vladimir Prus
79543a04dc Fix typo. Closes #12317. 2016-10-08 14:51:17 +03:00
Victor Robertson
885574b61a Add Apple TV support 2016-07-12 21:54:28 +03:00
Vladimir Prus
e3311b23f0 Merge #127: Documentation fixes, largely grammar and spelling corrections 2016-05-17 16:14:13 +03:00
Steven Watanabe
24f97b090f Documentation fix: a directory is a valid target-id which refers to the project in that directory. 2016-05-16 07:56:10 -06:00
Edward Diener
d0f83a8cb5 Remove grammatical fix. 2016-04-30 12:59:12 -04:00
Edward Diener
6f8ed92ce9 Removed erroneous documentation fix. 2016-04-29 15:57:49 -04:00
Edward Diener
f7e019c8ad Corrected terminology in the documentation. 2016-04-29 12:55:51 -04:00
Edward Diener
ef4c103510 Remove syntactical change previously made. 2016-04-29 08:17:11 -04:00
Edward Diener
1e6a12f5bd Documentation fixes, largely grammar and spelling corrections. 2016-04-29 07:58:50 -04:00
Daniel
596f45dab5 Close para tags in listitems. 2016-02-25 18:27:22 +00:00
Vladimir Prus
d9417960f9 Document archiver and ranlib options for gcc. 2016-02-23 13:59:24 -05:00
Charly Chevalier
f301164ad4 Fix typos in reference documentation 2015-12-21 16:37:25 +01:00
Artur Shepilko
63021f6d64 Add GLOB_ARCHIVE builtin. 2015-10-24 12:21:31 -05:00
Artur Shepilko
c696419e2a Add bootstrap on VMS, use POSIX-style path handling. 2015-10-24 12:21:31 -05:00
Vladimir Prus
ece2f53819 Document the 'strip-eol' option for the SHELL builtin. 2015-10-08 10:29:52 +03:00
Vladimir Prus
a7635db1c8 Fix references to "build/v2" in documentation. 2015-09-25 09:44:33 +03:00
Steven Watanabe
ae1183ee2d Return really returns now. Also implement break/continue. 2015-04-18 14:30:43 -06:00
Tom Kent
9b8009565f Backwards sentance
Utils is linked directly into core, core isn't linked directly into utils, if I understand correctly.
2015-04-13 08:37:40 +03:00
Tom Kent
892fcf6c88 Update overview.xml
Typo, it should be 'Do not execute' not 'Do no execute'.
2015-04-13 08:37:40 +03:00