File tree Expand file tree Collapse file tree 6 files changed +302
-225
lines changed
guides/external_dependencies Expand file tree Collapse file tree 6 files changed +302
-225
lines changed Original file line number Diff line number Diff line change 609609 </ label >
610610 < ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
611611
612+ < li class ="md-nav__item ">
613+ < a href ="#done " class ="md-nav__link ">
614+ < span class ="md-ellipsis ">
615+ Done
616+ </ span >
617+ </ a >
618+
619+ </ li >
620+
612621 < li class ="md-nav__item ">
613622 < a href ="#planned " class ="md-nav__link ">
614623 < span class ="md-ellipsis ">
651660
652661
653662< h1 id ="roadmap "> Roadmap</ h1 >
654- < h2 id ="planned "> Planned</ h2 >
663+ < h2 id ="done "> Done</ h2 >
664+ < div class ="admonition info ">
665+ < p class ="admonition-title "> < code > latest</ code > version</ p >
655666< ul >
667+ < li > Async/Multi-thread compile and dependencies processing</ li >
656668< li > Ability to skip DefaultPlatform and DefaultProfile</ li >
657669< li > More git options< ul >
658670< li > Add branch/tag option for git</ li >
659671< li > Add initialize submodule option for git</ li >
660672</ ul >
661673</ li >
674+ </ ul >
675+ </ div >
676+ < h2 id ="planned "> Planned</ h2 >
677+ < ul >
678+ < li > Ability to skip DefaultPlatform and DefaultProfile</ li >
662679< li > Allow runcpp2 to be library for scriptable pipeline</ li >
663680< li > Smoother CMake support by reading cmake target properties (https://stackoverflow.com/a/56738858/23479578)</ li >
664681< li > Add the ability for user to specify custom substitution options which applies to all fields</ li >
@@ -695,7 +712,6 @@ <h2 id="not-planned-yet">Not planned yet</h2>
695712< li > Allow Languages to override FileExtensions in compiler profile (?)</ li >
696713< li > Custom Platform</ li >
697714< li > Ability to specify custom run commands</ li >
698- < li > </ li >
699715</ ul >
700716
701717
You can’t perform that action at this time.
0 commit comments