summaryrefslogtreecommitdiff
path: root/share/spack/spack-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2021-10-28spack setup-env.sh: make zsh loading async compatible, and ~10x faster (in so...Tom Scogland1-4/+8
2021-10-25containerize: pin the Spack version used in a container (#21910)Massimiliano Culpo1-1/+1
2021-10-20Add --preferred and --latest to`spack checksum` (#25830)Tamara Dahlgren1-1/+1
2021-10-11Add `spack env activate --temp` (#25388)Harmen Stoppels1-1/+1
2021-10-11Remove unused --dependencies flag (#25731)Harmen Stoppels1-1/+1
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-8/+8
2021-09-08url stats: add `--show-issues` option (#25792)Todd Gamblin1-1/+1
2021-09-02start of work to add spack audit packages-https checker (#25670)Vanessasaurus1-1/+10
2021-08-19buildcache: Add environment-aware buildcache sync command (#25470)Scott Wittenburg1-1/+5
2021-08-18Bootstrap clingo from binaries (#22720)Massimiliano Culpo1-2/+24
2021-07-30adding spack diff command (#22283)Vanessasaurus1-1/+10
2021-07-27`spack style`: add `--root` option (#25085)Todd Gamblin1-2/+2
2021-07-12Enable/disable bootstrapping and customize store location (#23677)Massimiliano Culpo1-1/+31
2021-07-07style: clean up and restructure `spack style` commandTodd Gamblin1-2/+2
2021-06-18Add an audit system to Spack (#23053)Massimiliano Culpo1-1/+27
2021-06-17Adding support for spack monitor with containerize (#23777)Vanessasaurus1-1/+1
2021-06-15adding spack upload command (#24321)Vanessasaurus1-1/+5
2021-05-28adding support for export of private gpg key (#22557)Vanessasaurus1-2/+2
2021-05-28Separable module configuration -- without the bugs this time (#23703)Greg Becker1-3/+3
2021-05-28Pipelines: reproducible builds (#22887)Scott Wittenburg1-4/+13
2021-05-25adding json export for spack blame (#23417)Vanessasaurus1-1/+1
2021-05-25first set of work to allow for saving local results with spack monitor (#23804)Vanessasaurus1-2/+2
2021-05-19adding support to tag a buildvsoch1-2/+2
2021-05-17Revert "Separable module configurations (#22588)" (#23674)Harmen Stoppels1-3/+3
2021-05-14Separable module configurations (#22588)Greg Becker1-3/+3
2021-05-07install cmd: --no-add in an env installs w/out concretize and addScott Wittenburg1-1/+1
2021-04-15Merge pull request #21930 from vsoch/add/spack-monitorVanessasaurus1-3/+25
2021-03-29Add "spack [cd|location] --source-dir" (#22321)Harmen Stoppels1-2/+2
2021-03-15Expand relative dev paths in environment files (#22045)Harmen Stoppels1-1/+1
2021-03-15Propagate --test= for environments (#22040)Harmen Stoppels1-1/+1
2021-03-13adding spack -c to set one off config arguments (#22251)Vanessasaurus1-1/+1
2021-03-10fix setup-env.sh on older linux zsh (#21721)Danny McClanahan1-1/+1
2021-03-07spack python: add --path option (#22006)Todd Gamblin1-1/+1
2021-03-07add `spack test list --all` (#22032)Todd Gamblin1-1/+1
2021-03-03Bootstrap clingo from sources (#21446)Massimiliano Culpo1-2/+2
2021-02-24Config prefer upstream (#21487)Paul Ferrell1-1/+5
2021-02-16Pipelines: Temporary buildcache storage (#21474)Scott Wittenburg1-1/+5
2021-02-16Pipelines: DAG Pruning (#20435)Scott Wittenburg1-2/+6
2021-02-09Procedure to deprecate old versions of software (#20767)Adam J. Stewart1-6/+6
2021-02-04spack external find: allow to search by tags (#21407)Massimiliano Culpo1-3/+3
2021-01-27spack setup: remove the command for v0.17.0 (#20277)Adam J. Stewart1-10/+1
2021-01-05spack python: allow use of IPython (#20329)Vanessasaurus1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2021-01-02commands: add `spack license update-copyright-year`Todd Gamblin1-3/+7
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-2/+11
2020-12-22Refactor flake8 handling and tool compatibility (#20376)Tom Scogland1-1/+1
2020-12-18minimal zsh completion (#20253)Tom Scogland1-1/+14
2020-12-07Add "spack versions --new" flag to only show new versions (#20030)vvolkl1-1/+1
2020-12-03allow install of build-deps from cache via --include-build-deps switch (#19955)eugeneswalker1-1/+1
2020-11-18cmd: add `spack mark` command (#16662)Michael Kuhn1-1/+10