Skip to content

Commit dcd3de7

Browse files
Deployed 5a8852a to latest with MkDocs 1.6.1 and mike 2.1.3
1 parent c681d41 commit dcd3de7

File tree

14 files changed

+1117
-710
lines changed

14 files changed

+1117
-710
lines changed

latest/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226

227227

228228
<li class="md-tabs__item">
229-
<a href="/runcpp2/latest/guides/basic_concepts/" class="md-tabs__link">
229+
<a href="/runcpp2/latest/guides/basics/" class="md-tabs__link">
230230

231231

232232
Guides
@@ -426,11 +426,11 @@
426426

427427

428428
<li class="md-nav__item">
429-
<a href="/runcpp2/latest/guides/basic_concepts/" class="md-nav__link">
429+
<a href="/runcpp2/latest/guides/basics/" class="md-nav__link">
430430

431431

432432
<span class="md-ellipsis">
433-
Basic Concepts
433+
Basics
434434
</span>
435435

436436

latest/TODO/index.html

Lines changed: 47 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235

236236

237237
<li class="md-tabs__item">
238-
<a href="../guides/basic_concepts/" class="md-tabs__link">
238+
<a href="../guides/basics/" class="md-tabs__link">
239239

240240

241241
Guides
@@ -437,11 +437,11 @@
437437

438438

439439
<li class="md-nav__item">
440-
<a href="../guides/basic_concepts/" class="md-nav__link">
440+
<a href="../guides/basics/" class="md-nav__link">
441441

442442

443443
<span class="md-ellipsis">
444-
Basic Concepts
444+
Basics
445445
</span>
446446

447447

@@ -640,16 +640,7 @@
640640
</span>
641641
</a>
642642

643-
</li>
644-
645-
<li class="md-nav__item">
646-
<a href="#planned" class="md-nav__link">
647-
<span class="md-ellipsis">
648-
Planned
649-
</span>
650-
</a>
651-
652-
<nav class="md-nav" aria-label="Planned">
643+
<nav class="md-nav" aria-label="Done">
653644
<ul class="md-nav__list">
654645

655646
<li class="md-nav__item">
@@ -662,18 +653,33 @@
662653
</li>
663654

664655
<li class="md-nav__item">
665-
<a href="#v040" class="md-nav__link">
656+
<a href="#nightly" class="md-nav__link">
666657
<span class="md-ellipsis">
667-
v0.4.0
658+
Nightly
668659
</span>
669660
</a>
670661

671662
</li>
672663

664+
</ul>
665+
</nav>
666+
667+
</li>
668+
669+
<li class="md-nav__item">
670+
<a href="#planned" class="md-nav__link">
671+
<span class="md-ellipsis">
672+
Planned
673+
</span>
674+
</a>
675+
676+
<nav class="md-nav" aria-label="Planned">
677+
<ul class="md-nav__list">
678+
673679
<li class="md-nav__item">
674-
<a href="#tbd" class="md-nav__link">
680+
<a href="#v040" class="md-nav__link">
675681
<span class="md-ellipsis">
676-
TBD
682+
v0.4.0
677683
</span>
678684
</a>
679685

@@ -685,9 +691,18 @@
685691
</li>
686692

687693
<li class="md-nav__item">
688-
<a href="#planned-but-low-priority" class="md-nav__link">
694+
<a href="#high-priority" class="md-nav__link">
689695
<span class="md-ellipsis">
690-
Planned But Low Priority
696+
High Priority
697+
</span>
698+
</a>
699+
700+
</li>
701+
702+
<li class="md-nav__item">
703+
<a href="#tbd" class="md-nav__link">
704+
<span class="md-ellipsis">
705+
TBD
691706
</span>
692707
</a>
693708

@@ -721,8 +736,7 @@
721736

722737
<h1 id="roadmap">Roadmap</h1>
723738
<h2 id="done">Done</h2>
724-
<div class="admonition info">
725-
<p class="admonition-title"><code>latest</code> version</p>
739+
<h3 id="v030">v0.3.0</h3>
726740
<ul>
727741
<li>More git options<ul>
728742
<li>Add branch/tag option for git</li>
@@ -745,35 +759,32 @@ <h2 id="done">Done</h2>
745759
</li>
746760
<li>Add platform map for PreferredProfile for user config</li>
747761
<li>Add ability to reference local YAML file for config profiles</li>
762+
<li>Add interactive tutorials and redo documentations</li>
748763
</ul>
749-
</div>
764+
<h3 id="nightly">Nightly</h3>
750765
<h2 id="planned">Planned</h2>
751-
<h3 id="v030">v0.3.0</h3>
766+
<h3 id="v040">v0.4.0</h3>
752767
<ul>
753-
<li>
754-
<p>Add interactive tutorials and redo documentations</p>
755-
</li>
756-
<li>
757-
<p>Allow runcpp2 to be library for scriptable pipeline</p>
758-
</li>
768+
<li>Allow runcpp2 to be library for scriptable pipeline</li>
759769
<li>Add version for default user config and prompt for update</li>
760770
<li>Add more default profiles</li>
761-
</ul>
762-
<h3 id="v040">v0.4.0</h3>
763-
<ul>
764771
<li>Migrate to libyaml</li>
765772
<li>Ability to compile runcpp2 as single cpp</li>
766773
</ul>
767-
<h3 id="tbd">TBD</h3>
774+
<h2 id="high-priority">High Priority</h2>
768775
<ul>
776+
<li>Update <code>FileProperties.hpp</code> to use list of string for prefix and extension<ul>
777+
<li>Merge <code>SharedLinkFile</code> and <code>SharedLibraryFile</code></li>
778+
</ul>
779+
</li>
769780
<li>Add the ability for user to specify custom substitution options which applies to all fields</li>
770781
<li>Add the ability to append defines coming from the dependencies</li>
771-
<li>Check last run is shared lib or executable. Reset cache when necessary if different type</li>
782+
<li>Check last run is shared lib or executable. Reset cache when necessary if different type (<code>Src/runcpp2/CompilingLinking.cpp:502 LinkScript()</code>)</li>
772783
<li>Add wildcard support for filenames and extensions (Files Globbing)</li>
773784
<li>Add the ability to query script build directory</li>
774785
<li>Add the ability to list script dependencies</li>
775786
</ul>
776-
<h2 id="planned-but-low-priority">Planned But Low Priority</h2>
787+
<h2 id="tbd">TBD</h2>
777788
<ul>
778789
<li>Smoother CMake support by reading cmake target properties (https://stackoverflow.com/a/56738858/23479578)</li>
779790
</ul>
@@ -817,7 +828,7 @@ <h2 id="planned-but-low-priority">Planned But Low Priority</h2>
817828
-->
818829
<ul>
819830
<li>Add the ability to specify different profiles(?)/defines for different source files</li>
820-
<li>Use <csignal> to handle potential segfaults</li>
831+
<li>Use <code>&lt;csignal&gt;</code> to handle potential segfaults</li>
821832
<li>Use System2 subprocess if no prepend commands to be safer</li>
822833
<li>Add tests and examples (On Windows as well)</li>
823834
<li>Make SearchLibraryNames and SearchDirectories optional (?)</li>

0 commit comments

Comments
 (0)