Skip to content

Commit 72a0565

Browse files
committed
deploy: 58a1b2f
1 parent bfdc7dc commit 72a0565

File tree

510 files changed

+16357
-1482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+16357
-1482
lines changed

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
<li class="version">
6767
<a href="/cpp-actions/cpp-actions/develop/index.html">develop</a>
6868
</li>
69+
<li class="version">
70+
<a href="/cpp-actions/cpp-actions/v1.9.3/index.html">v1.9.3</a>
71+
</li>
6972
<li class="version">
7073
<a href="/cpp-actions/cpp-actions/v1.9.2/index.html">v1.9.2</a>
7174
</li>

cpp-actions/actions/b2-workflow.html

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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 cant modify Jamroot.</p></td>
528+
<p class="tableblock">The option is primarily useful when building from read-only media, when you can&#8217;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/&lt;module&gt;/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
692701
understandable.</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 dont 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&#8217;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
784793
system.</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>

cpp-actions/actions/boost-clone.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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="boost-clone.html">master</a>
366369
<a class="version" href="../develop/actions/boost-clone.html">develop</a>
370+
<a class="version" href="../v1.9.3/actions/boost-clone.html">v1.9.3</a>
367371
<a class="version" href="../v1.9.2/actions/boost-clone.html">v1.9.2</a>
368372
<a class="version" href="../v1.9.1/actions/boost-clone.html">v1.9.1</a>
369373
<a class="version" href="../v1.9/actions/boost-clone.html">v1.9</a>
@@ -505,10 +509,14 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
505509
<td class="tableblock halign-left valign-top"><p class="tableblock">Default</p></td>
506510
</tr>
507511
<tr>
512+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
513+
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
514+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
515+
</tr>
516+
<tr>
508517
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>boost-dir</code></p></td>
509518
<td class="tableblock halign-left valign-top"><p class="tableblock">The directory where Boost should be cloned.</p>
510-
<p class="tableblock">If no value is provided (default), the action will clone boost in a temporary
511-
directory.</p></td>
519+
<p class="tableblock">If no value is provided (default), the action will clone boost in a temporary directory.</p></td>
512520
<td class="tableblock halign-left valign-top"></td>
513521
</tr>
514522
<tr>
@@ -522,7 +530,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
522530
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>patches</code></p></td>
523531
<td class="tableblock halign-left valign-top"><p class="tableblock">A list of patches to apply to the boost super-project.</p>
524532
<p class="tableblock">A patch is a module intended as a Boost library that is not yet part of the super-project.</p>
525-
<p class="tableblock">Each path will be cloned in the <code>libs</code> directory of the super-project. ⚠️ This parameter is required.</p></td>
533+
<p class="tableblock">Each path will be cloned in the <code>libs</code> directory of the super-project.</p></td>
526534
<td class="tableblock halign-left valign-top"></td>
527535
</tr>
528536
<tr>
@@ -552,7 +560,8 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
552560
<td class="tableblock halign-left valign-top"><p class="tableblock">Module subdirectory to exclude from scanning.</p>
553561
<p class="tableblock">Directories that match any of the values in this list will be ignored.</p>
554562
<p class="tableblock">By default, the action excludes the ['test', 'tests'] directories.</p></td>
555-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>test tests</code></p></td>
563+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>test</code></p>
564+
<p class="tableblock"><code>tests</code></p></td>
556565
</tr>
557566
<tr>
558567
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>scan-modules-ignore</code></p></td>
@@ -593,11 +602,6 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
593602
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
594603
</tr>
595604
<tr>
596-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
597-
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
598-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
599-
</tr>
600-
<tr>
601605
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>clone-strategy</code></p></td>
602606
<td class="tableblock halign-left valign-top"><p class="tableblock">Strategy for obtaining Boost source files.</p>
603607
<p class="tableblock">- <code>auto</code>: Automatically select the best strategy based on branch type and module count.

cpp-actions/actions/cmake-workflow.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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="cmake-workflow.html">master</a>
366369
<a class="version" href="../develop/actions/cmake-workflow.html">develop</a>
370+
<a class="version" href="../v1.9.3/actions/cmake-workflow.html">v1.9.3</a>
367371
<a class="version" href="../v1.9.2/actions/cmake-workflow.html">v1.9.2</a>
368372
<a class="version" href="../v1.9.1/actions/cmake-workflow.html">v1.9.1</a>
369373
<a class="version" href="../v1.9/actions/cmake-workflow.html">v1.9</a>
@@ -563,6 +567,11 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
563567
<td class="tableblock halign-left valign-top"><p class="tableblock">Default</p></td>
564568
</tr>
565569
<tr>
570+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
571+
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
572+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
573+
</tr>
574+
<tr>
566575
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>cmake-path</code></p></td>
567576
<td class="tableblock halign-left valign-top"><p class="tableblock">Ordered list of candidate paths to the cmake executable.</p>
568577
<p class="tableblock">Entries follow the same rules as the underlying <code>setup-cmake</code> action:</p>
@@ -671,9 +680,9 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
671680
</tr>
672681
<tr>
673682
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>cxxflags</code></p></td>
674-
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.
675-
If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.
676-
If the environment variable is not specified, the action will use the default flags as identified by CMake.</p></td>
683+
<td class="tableblock halign-left valign-top"><p class="tableblock">Flags to be used with the C++ compiler.</p>
684+
<p class="tableblock">If the input is not specified, the action will use the flags defined by the environment variable <code>CXXFLAGS</code>.</p>
685+
<p class="tableblock">If the environment variable is not specified, the action will use the default flags as identified by CMake.</p></td>
677686
<td class="tableblock halign-left valign-top"></td>
678687
</tr>
679688
<tr>
@@ -771,7 +780,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
771780
<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>
772781
<p class="tableblock">If the environment variable is also not specified, the action will use the number of processors available in the
773782
system.</p></td>
774-
<td class="tableblock halign-left valign-top"></td>
783+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>0</code></p></td>
775784
</tr>
776785
<tr>
777786
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>run-tests</code></p></td>
@@ -802,7 +811,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
802811
<p class="tableblock">If a test runs longer than this value, it will be killed and marked as failed.</p>
803812
<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>
804813
<p class="tableblock">If the environment variable is also not specified, ctest will use its default behavior (no timeout).</p></td>
805-
<td class="tableblock halign-left valign-top"></td>
814+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>0</code></p></td>
806815
</tr>
807816
<tr>
808817
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>install</code></p></td>
@@ -864,7 +873,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
864873
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether the packages generated with CPack should be stored as action artifacts.</p>
865874
<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>
866875
<p class="tableblock">If the environment variable is also not specified, the action will store the packages as artifacts.</p></td>
867-
<td class="tableblock halign-left valign-top"></td>
876+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
868877
</tr>
869878
<tr>
870879
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>package-retention-days</code></p></td>
@@ -876,7 +885,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
876885
<td class="tableblock halign-left valign-top"><p class="tableblock">Create github annotations for errors and warnings at all steps.</p>
877886
<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>
878887
<p class="tableblock">If the environment variable is also not specified, the action will create annotations.</p></td>
879-
<td class="tableblock halign-left valign-top"></td>
888+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
880889
</tr>
881890
<tr>
882891
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>ref-source-dir</code></p></td>
@@ -893,11 +902,6 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
893902
<p class="tableblock">In most cases, the default option should be enough.</p></td>
894903
<td class="tableblock halign-left valign-top"></td>
895904
</tr>
896-
<tr>
897-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>trace-commands</code></p></td>
898-
<td class="tableblock halign-left valign-top"><p class="tableblock">Trace commands executed by the workflow.</p></td>
899-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>false</code></p></td>
900-
</tr>
901905
</tbody>
902906
</table>
903907
</div>

0 commit comments

Comments
 (0)