Skip to content

v0.0.1

Choose a tag to compare

@QGrain QGrain released this 08 Jun 19:30
· 9 commits to main since this release

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.