Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | The auto-completion file is now consistent with `spack module` | Massimiliano Culpo | 1 | -10/+124 |
2018-07-24 | Grouped all the module commands under `spack module` | Massimiliano Culpo | 1 | -4/+4 |
2018-07-24 | module file tutorial: rebuilt docker image and updated the script | Massimiliano Culpo | 1 | -2/+1 |
2018-07-24 | spack load exits with 1 if module does not exist or is not installed | Massimiliano Culpo | 1 | -0/+8 |
2018-07-24 | Revert "Fix recursive module loading." | Massimiliano Culpo | 1 | -4/+4 |
2018-07-22 | Remove extra Scientific Linux docker build left after merge. (#8770) | Patrick Gartung | 4 | -247/+0 |
2018-07-18 | shell: Add spack to PATH before calling spack in setup-env.csh (#8740) | Adam J. Stewart | 1 | -1/+1 |
2018-07-16 | add `spack --print-shell-vars` to speed up `setup-env.[c]sh` (#8101) | Todd Gamblin | 2 | -21/+12 |
2018-06-26 | Docker dedupe (#8441) | Omar Padron | 22 | -768/+125 |
2018-06-26 | Add Dockerfile for Scientific Linux 7 (RHEL7 recompile) (#8422) | Patrick Gartung | 5 | -0/+253 |
2018-06-24 | refactor: move templates from root to share/spack | Todd Gamblin | 8 | -0/+308 |
2018-05-17 | config: simplify configuration API to just get and set | Todd Gamblin | 2 | -4/+4 |
2018-04-24 | environment shell: fix `spack load` (#7747) | René Widera | 1 | -6/+6 |
2018-04-17 | Autocomplete spack providers (#7783) | Adam J. Stewart | 1 | -2/+5 |
2018-04-12 | Fixes conflicts in OSX nightly tests (#7732) | Massimiliano Culpo | 1 | -1/+1 |
2018-03-29 | update tests: concretize mpileaks with gcc (#7635) | scheibelp | 1 | -1/+1 |
2018-03-25 | Various updates to Spack's Bash completion (#7590) | Adam J. Stewart | 1 | -52/+175 |
2018-03-24 | Update copyright on LLNL files for 2018. (#7592) | Todd Gamblin | 3 | -3/+3 |
2018-03-06 | Save sources in a mirror and cache it in Travis (#7392) | Massimiliano Culpo | 1 | -0/+6 |
2018-02-27 | Docker-Based Developer Resource (#5871) | Omar Padron | 22 | -0/+1246 |
2018-01-20 | Restore multiprocessing in unit tests (#6949) | Massimiliano Culpo | 3 | -9/+1 |
2018-01-11 | Reduce verbosity of build tests (#6901) | Adam J. Stewart | 1 | -1/+1 |
2018-01-10 | Travis: use --concurrency=multiprocessing only on build tests (#6872) | Massimiliano Culpo | 1 | -1/+5 |
2018-01-10 | Fix bash tab completion for spack install (#6868) | Adam J. Stewart | 1 | -3/+5 |
2017-11-15 | Reduce the calls to the python interpreter during initialization (#6312) | Massimiliano Culpo | 1 | -3/+10 |
2017-11-12 | SC17: reworked module file tutorial section (#5657) | Massimiliano Culpo | 3 | -0/+69 |
2017-11-06 | add artisanal handcrafted SVG Spack logo. (#6165) | Todd Gamblin | 8 | -0/+382 |
2017-11-04 | Replace github.com/llnl/spack with github.com/spack/spack (#6142) | Todd Gamblin | 3 | -4/+4 |
2017-09-26 | Set LANG= for _spack_fn_exists (#5475) | Michael Kuhn | 1 | -1/+1 |
2017-09-14 | Remove echo statements from setup-env.sh | Matthew Scott Krafczyk | 1 | -11/+0 |
2017-09-12 | Shell detection: filter preceding "-" | Christoph Junghans | 1 | -1/+1 |
2017-09-10 | Fix two bugs from the bootstrap update (#5312) | Matthew Scott Krafczyk | 1 | -6/+6 |
2017-09-08 | Bootstrap environment-modules | Matthew Scott Krafczyk | 1 | -3/+54 |
2017-09-06 | Update copyright notices for 2017 (#5295) | Michael Kuhn | 3 | -3/+3 |
2017-08-28 | Add --show-full-compiler option to 'spack find' | Matthew Scott Krafczyk | 1 | -3/+3 |
2017-08-23 | Add --source option to spack install (#4102) | Christoph Junghans | 1 | -1/+1 |
2017-08-19 | Group Travis CI jobs in stages (#5104) | Massimiliano Culpo | 1 | -0/+13 |
2017-08-16 | Add tab completion & update docs for buildcache | Adam J. Stewart | 1 | -0/+44 |
2017-08-09 | Merged 'purge' command with 'clean' and deleted 'purge' (#4970) | Massimiliano Culpo | 1 | -6/+2 |
2017-07-31 | Add --color=[always|never|auto] argument; fix color when piping (#3013) | paulhopkins | 1 | -1/+2 |
2017-06-28 | Return an error exit code if spack cd does not succeed. (#4623) | Jon Rood | 1 | -0/+2 |
2017-06-24 | Make LICENSE recognizable by GitHub. (#4598) | Todd Gamblin | 3 | -3/+3 |
2017-06-07 | Fix tab completion of Spack subcommands (#4442) | Adam J. Stewart | 1 | -1/+1 |
2017-05-17 | Sphinx no longer supports Python 2.6 (#4266) | Adam J. Stewart | 1 | -1/+1 |
2017-05-10 | Edits to get setup-env.csh working better (#4044) | Matthew Thompson | 1 | -3/+9 |
2017-05-08 | rework spack help (#3033) | Todd Gamblin | 1 | -0/+4 |
2017-05-03 | bash completion: fixed invalid identifier (#4079) | Massimiliano Culpo | 1 | -1/+4 |
2017-05-01 | Allow user to specify profile sort column on the command line. (#4056) | Todd Gamblin | 1 | -0/+3 |
2017-04-27 | Separate integration tests; simplify test scripts (#4006) | Todd Gamblin | 6 | -174/+161 |
2017-04-21 | Coverage for multiple Python versions. (#3951) | Todd Gamblin | 1 | -1/+3 |