v0.0.1
Initial release of cvm, a per-user compiler version manager for LLVM and GCC.
Highlights
- Manage multiple LLVM and GCC versions under
$HOME/.cvm. - Install LLVM and GCC from source with kernel-oriented defaults.
- Switch compiler versions in the current shell with nvm-style shell integration.
- Persist default compiler versions with
cvm alias default. - Support project-local version selection through
.cvmrc. - Keep system compilers untouched.