Skip to content

Commit e16cc08

Browse files
committed
deploy: fb6761d
1 parent 313a22e commit e16cc08

14 files changed

+672
-797
lines changed

cpp-actions/develop/actions/b2-workflow.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
506506
<td class="tableblock halign-left valign-top"><p class="tableblock">Default</p></td>
507507
</tr>
508508
<tr>
509+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
510+
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
511+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
512+
</tr>
513+
<tr>
509514
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>source-dir</code></p></td>
510515
<td class="tableblock halign-left valign-top"><p class="tableblock">The boost source directory.</p>
511516
<p class="tableblock">This path will be used to build and install <code>B2</code> for the workflow
@@ -519,7 +524,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
519524
<p class="tableblock">The build directory for the project root will be computed by concatenating the value of the
520525
--build-dir option, the project name specified in Jamroot, and the build dir specified in Jamroot
521526
(or bin, if none is specified).</p>
522-
<p class="tableblock">The option is primarily useful when building from read-only media, when you cant modify Jamroot.</p></td>
527+
<p class="tableblock">The option is primarily useful when building from read-only media, when you can&#8217;t modify Jamroot.</p></td>
523528
<td class="tableblock halign-left valign-top"></td>
524529
</tr>
525530
<tr>
@@ -531,9 +536,9 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
531536
</tr>
532537
<tr>
533538
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>cxxflags</code></p></td>
534-
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.
535-
If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.
536-
If the environment variable is not specified, the action will use the default flags as identified by B2.</p></td>
539+
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.</p>
540+
<p class="tableblock">If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.</p>
541+
<p class="tableblock">If the environment variable is not specified, the action will use the default flags as identified by B2.</p></td>
537542
<td class="tableblock halign-left valign-top"></td>
538543
</tr>
539544
<tr>
@@ -684,7 +689,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
684689
<td class="tableblock halign-left valign-top"><p class="tableblock">Compresses target paths by abbreviating each component.</p>
685690
<p class="tableblock">This option is useful to keep paths from becoming longer than the filesystem supports.</p>
686691
<p class="tableblock">See also the B2 documentation section
687-
<a href="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath">Target Paths</a>.</p></td>
692+
<a href="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath">"Target Paths"</a>.</p></td>
688693
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
689694
</tr>
690695
<tr>
@@ -694,7 +699,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
694699
<p class="tableblock">This option produces shorter paths than --abbreviate-paths does, but at the cost of making them less
695700
understandable.</p>
696701
<p class="tableblock">See also the B2 documentation section
697-
<a href="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath">Target Paths</a>.</p></td>
702+
<a href="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath">"Target Paths"</a>.</p></td>
698703
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
699704
</tr>
700705
<tr>
@@ -712,7 +717,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
712717
<tr>
713718
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>stop-on-error</code></p></td>
714719
<td class="tableblock halign-left valign-top"><p class="tableblock">Equivalent to the <code>-q</code> option.</p>
715-
<p class="tableblock">Stop at the first error, as opposed to continuing to build targets that dont depend on the failed ones.</p></td>
720+
<p class="tableblock">Stop at the first error, as opposed to continuing to build targets that don&#8217;t depend on the failed ones.</p></td>
716721
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
717722
</tr>
718723
<tr>
@@ -769,8 +774,8 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
769774
</tr>
770775
<tr>
771776
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>define</code></p></td>
772-
<td class="tableblock halign-left valign-top"><p class="tableblock">Additional macro definitions for C and C++ compilers.
773-
The string should be either SYMBOL or SYMBOL=VALUE.</p></td>
777+
<td class="tableblock halign-left valign-top"><p class="tableblock">Additional macro definitions for C and C++ compilers.</p>
778+
<p class="tableblock">The string should be either SYMBOL or SYMBOL=VALUE.</p></td>
774779
<td class="tableblock halign-left valign-top"></td>
775780
</tr>
776781
<tr>
@@ -785,12 +790,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
785790
<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>
786791
<p class="tableblock">If the environment variable is also not specified, the action will use the number of processors available in the
787792
system.</p></td>
788-
<td class="tableblock halign-left valign-top"></td>
789-
</tr>
790-
<tr>
791-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
792-
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
793-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
793+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>0</code></p></td>
794794
</tr>
795795
</tbody>
796796
</table>

cpp-actions/develop/actions/boost-clone.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,14 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
508508
<td class="tableblock halign-left valign-top"><p class="tableblock">Default</p></td>
509509
</tr>
510510
<tr>
511+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
512+
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
513+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
514+
</tr>
515+
<tr>
511516
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>boost-dir</code></p></td>
512517
<td class="tableblock halign-left valign-top"><p class="tableblock">The directory where Boost should be cloned.</p>
513-
<p class="tableblock">If no value is provided (default), the action will clone boost in a temporary
514-
directory.</p></td>
518+
<p class="tableblock">If no value is provided (default), the action will clone boost in a temporary directory.</p></td>
515519
<td class="tableblock halign-left valign-top"></td>
516520
</tr>
517521
<tr>
@@ -525,7 +529,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
525529
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>patches</code></p></td>
526530
<td class="tableblock halign-left valign-top"><p class="tableblock">A list of patches to apply to the boost super-project.</p>
527531
<p class="tableblock">A patch is a module intended as a Boost library that is not yet part of the super-project.</p>
528-
<p class="tableblock">Each path will be cloned in the <code>libs</code> directory of the super-project. ⚠️ This parameter is required.</p></td>
532+
<p class="tableblock">Each path will be cloned in the <code>libs</code> directory of the super-project.</p></td>
529533
<td class="tableblock halign-left valign-top"></td>
530534
</tr>
531535
<tr>
@@ -555,7 +559,8 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
555559
<td class="tableblock halign-left valign-top"><p class="tableblock">Module subdirectory to exclude from scanning.</p>
556560
<p class="tableblock">Directories that match any of the values in this list will be ignored.</p>
557561
<p class="tableblock">By default, the action excludes the ['test', 'tests'] directories.</p></td>
558-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>test tests</code></p></td>
562+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>test</code></p>
563+
<p class="tableblock"><code>tests</code></p></td>
559564
</tr>
560565
<tr>
561566
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>scan-modules-ignore</code></p></td>
@@ -596,11 +601,6 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
596601
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
597602
</tr>
598603
<tr>
599-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
600-
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
601-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
602-
</tr>
603-
<tr>
604604
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>clone-strategy</code></p></td>
605605
<td class="tableblock halign-left valign-top"><p class="tableblock">Strategy for obtaining Boost source files.</p>
606606
<p class="tableblock">- <code>auto</code>: Automatically select the best strategy based on branch type and module count.

cpp-actions/develop/actions/cmake-workflow.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,11 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
566566
<td class="tableblock halign-left valign-top"><p class="tableblock">Default</p></td>
567567
</tr>
568568
<tr>
569+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
570+
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
571+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
572+
</tr>
573+
<tr>
569574
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>cmake-path</code></p></td>
570575
<td class="tableblock halign-left valign-top"><p class="tableblock">Ordered list of candidate paths to the cmake executable.</p>
571576
<p class="tableblock">Entries follow the same rules as the underlying <code>setup-cmake</code> action:</p>
@@ -674,9 +679,9 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
674679
</tr>
675680
<tr>
676681
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>cxxflags</code></p></td>
677-
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.
678-
If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.
679-
If the environment variable is not specified, the action will use the default flags as identified by CMake.</p></td>
682+
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.</p>
683+
<p class="tableblock">If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.</p>
684+
<p class="tableblock">If the environment variable is not specified, the action will use the default flags as identified by CMake.</p></td>
680685
<td class="tableblock halign-left valign-top"></td>
681686
</tr>
682687
<tr>
@@ -774,7 +779,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
774779
<p class="tableblock">If the input is not specified, the action will use the value defined by the environment variable <code>CMAKE_JOBS</code>.</p>
775780
<p class="tableblock">If the environment variable is also not specified, the action will use the number of processors available in the
776781
system.</p></td>
777-
<td class="tableblock halign-left valign-top"></td>
782+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>0</code></p></td>
778783
</tr>
779784
<tr>
780785
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>run-tests</code></p></td>
@@ -805,7 +810,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
805810
<p class="tableblock">If a test runs longer than this value, it will be killed and marked as failed.</p>
806811
<p class="tableblock">If the input is not specified, the action will use the value defined by the environment variable <code>CTEST_TEST_TIMEOUT</code>.</p>
807812
<p class="tableblock">If the environment variable is also not specified, ctest will use its default behavior (no timeout).</p></td>
808-
<td class="tableblock halign-left valign-top"></td>
813+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>0</code></p></td>
809814
</tr>
810815
<tr>
811816
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>install</code></p></td>
@@ -867,7 +872,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
867872
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether the packages generated with CPack should be stored as action artifacts.</p>
868873
<p class="tableblock">If the input is not specified, the action will use the value defined by the environment variable <code>CMAKE_PACKAGE_ARTIFACT</code>.</p>
869874
<p class="tableblock">If the environment variable is also not specified, the action will store the packages as artifacts.</p></td>
870-
<td class="tableblock halign-left valign-top"></td>
875+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
871876
</tr>
872877
<tr>
873878
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>package-retention-days</code></p></td>
@@ -879,7 +884,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
879884
<td class="tableblock halign-left valign-top"><p class="tableblock">Create github annotations for errors and warnings at all steps.</p>
880885
<p class="tableblock">If the input is not specified, the action will use the value defined by the environment variable <code>CMAKE_CREATE_ANNOTATIONS</code>.</p>
881886
<p class="tableblock">If the environment variable is also not specified, the action will create annotations.</p></td>
882-
<td class="tableblock halign-left valign-top"></td>
887+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
883888
</tr>
884889
<tr>
885890
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ref-source-dir</code></p></td>
@@ -896,11 +901,6 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
896901
<p class="tableblock">In most cases, the default option should be enough.</p></td>
897902
<td class="tableblock halign-left valign-top"></td>
898903
</tr>
899-
<tr>
900-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
901-
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
902-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
903-
</tr>
904904
</tbody>
905905
</table>
906906
</div>

0 commit comments

Comments
 (0)