You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let users set/get desired language standard (without resorting to adding, say, .cppsm/c++20.cmake)
more automation for branching requirements/equipments (foo_v1 => foo_v2 with appropriate renames and edits)
doc/recommendation on branching (there can be many criteria: lang version, api compatibility, changes of dependencies, etc and it would be nice to follow cppsm's "best practice")
related: how about cppsm fork so users can fork (remote) dependencies and make local changes quickly? (and it'd be even nicer to have a way to make pull requests from cppsm)
To consider:
git pull -r
fromcppsm update
— probably causes more troublesubmodule.<name>.shallow
setting for faster clones when you don't need the historycppsm init
cppsm init
with e.g.README.md
file generationVERBOSE
setting for verbose CMake buildsDone:
cppsm init
to allow customizationCOVERAGE
flag value in build directory name/verbosity:quiet
)cppsm
commandsINSTALL_WAIT=0|1
travis-ci
script into thecppsm-cli
projectNUMBER_OF_PROCESSORS
,N_PARALLEL_BUILD
,N_PARALLEL_TEST
, ...)XTRACE
setting for Bash xtraceupdate-all
toupgrade
and addupdate
to performgit pull -r && git submodule update --init
Rejected:
The text was updated successfully, but these errors were encountered: