@@ -251,6 +251,9 @@ <h3 class="title"><a href="../index.html">C++ Actions</a></h3>
251251 < li class ="version ">
252252 < a href ="../develop/index.html "> develop</ a >
253253 </ li >
254+ < li class ="version ">
255+ < a href ="../v1.9.3/index.html "> v1.9.3</ a >
256+ </ li >
254257 < li class ="version ">
255258 < a href ="../v1.9.2/index.html "> v1.9.2</ a >
256259 </ li >
@@ -364,6 +367,7 @@ <h3 class="title"><a href="../index.html">C++ Actions</a></h3>
364367 < div class ="version-menu ">
365368 < a class ="version is-current " href ="b2-workflow.html "> master</ a >
366369 < a class ="version " href ="../develop/actions/b2-workflow.html "> develop</ a >
370+ < a class ="version " href ="../v1.9.3/actions/b2-workflow.html "> v1.9.3</ a >
367371 < a class ="version " href ="../v1.9.2/actions/b2-workflow.html "> v1.9.2</ a >
368372 < a class ="version " href ="../v1.9.1/actions/b2-workflow.html "> v1.9.1</ a >
369373 < a class ="version " href ="../v1.9/actions/b2-workflow.html "> v1.9</ a >
@@ -503,6 +507,11 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
503507< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Default</ p > </ td >
504508</ tr >
505509< tr >
510+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > trace-commands</ code > </ p > </ td >
511+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Trace commands executed by the workflow.</ p > </ td >
512+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
513+ </ tr >
514+ < tr >
506515< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > source-dir</ code > </ p > </ td >
507516< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> The boost source directory.</ p >
508517< p class ="tableblock "> This path will be used to build and install < code > B2</ code > for the workflow
@@ -516,7 +525,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
516525< p class ="tableblock "> The build directory for the project root will be computed by concatenating the value of the
517526--build-dir option, the project name specified in Jamroot, and the build dir specified in Jamroot
518527(or bin, if none is specified).</ p >
519- < p class ="tableblock "> The option is primarily useful when building from read-only media, when you can’ t modify Jamroot.</ p > </ td >
528+ < p class ="tableblock "> The option is primarily useful when building from read-only media, when you can’ t modify Jamroot.</ p > </ td >
520529< td class ="tableblock halign-left valign-top "> </ td >
521530</ tr >
522531< tr >
@@ -528,9 +537,9 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
528537</ tr >
529538< tr >
530539< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > cxxflags</ code > </ p > </ td >
531- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Flags to be used with the C++ compiler.
532- If the input is not specified, the action will use the flags defined by the environment variable < code > CXXFLAGS</ code > .
533- If the environment variable is not specified, the action will use the default flags as identified by B2.</ p > </ td >
540+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Flags to be used with the C++ compiler.</ p >
541+ < p class =" tableblock " > If the input is not specified, the action will use the flags defined by the environment variable < code > CXXFLAGS</ code > .</ p >
542+ < p class =" tableblock " > If the environment variable is not specified, the action will use the default flags as identified by B2.</ p > </ td >
534543< td class ="tableblock halign-left valign-top "> </ td >
535544</ tr >
536545< tr >
@@ -604,7 +613,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
604613< code > libs/<module>/example</ code > . If a module entry already contains a path or target separators (for example
605614< code > libs/filesystem/example</ code > or < code > libs/filesystem//unit_tests</ code > ), the action forwards it verbatim without prefixing it.</ p >
606615< p class ="tableblock "> This input accepts a single value or a list separated by spaces, commas, or new lines. When multiple values are
607- provided they are applied positionally to the module list, and the final value is reused for any remaining modules .</ p > </ td >
616+ provided, every target is applied to every module .</ p > </ td >
608617< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > test</ code > </ p > </ td >
609618</ tr >
610619< tr >
@@ -681,7 +690,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
681690< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Compresses target paths by abbreviating each component.</ p >
682691< p class ="tableblock "> This option is useful to keep paths from becoming longer than the filesystem supports.</ p >
683692< p class ="tableblock "> See also the B2 documentation section
684- < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> “ Target Paths” </ a > .</ p > </ td >
693+ < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> " Target Paths" </ a > .</ p > </ td >
685694< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > true</ code > </ p > </ td >
686695</ tr >
687696< tr >
@@ -691,7 +700,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
691700< p class ="tableblock "> This option produces shorter paths than --abbreviate-paths does, but at the cost of making them less
692701understandable.</ p >
693702< p class ="tableblock "> See also the B2 documentation section
694- < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> “ Target Paths” </ a > .</ p > </ td >
703+ < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> " Target Paths" </ a > .</ p > </ td >
695704< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
696705</ tr >
697706< tr >
@@ -709,7 +718,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
709718< tr >
710719< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > stop-on-error</ code > </ p > </ td >
711720< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Equivalent to the < code > -q</ code > option.</ p >
712- < p class ="tableblock "> Stop at the first error, as opposed to continuing to build targets that don’ t depend on the failed ones.</ p > </ td >
721+ < p class ="tableblock "> Stop at the first error, as opposed to continuing to build targets that don’ t depend on the failed ones.</ p > </ td >
713722< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
714723</ tr >
715724< tr >
@@ -766,8 +775,8 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
766775</ tr >
767776< tr >
768777< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > define</ code > </ p > </ td >
769- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Additional macro definitions for C and C++ compilers.
770- The string should be either SYMBOL or SYMBOL=VALUE.</ p > </ td >
778+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Additional macro definitions for C and C++ compilers.</ p >
779+ < p class =" tableblock " > The string should be either SYMBOL or SYMBOL=VALUE.</ p > </ td >
771780< td class ="tableblock halign-left valign-top "> </ td >
772781</ tr >
773782< tr >
@@ -782,12 +791,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
782791< p class ="tableblock "> If the input is not specified, the action will use the value defined by the environment variable < code > B2_JOBS</ code > .</ p >
783792< p class ="tableblock "> If the environment variable is also not specified, the action will use the number of processors available in the
784793system.</ p > </ td >
785- < td class ="tableblock halign-left valign-top "> </ td >
786- </ tr >
787- < tr >
788- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > trace-commands</ code > </ p > </ td >
789- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Trace commands executed by the workflow.</ p > </ td >
790- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
794+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 0</ code > </ p > </ td >
791795</ tr >
792796</ tbody >
793797</ table >
0 commit comments