Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-20 | Revert "Override partial installs by default" (#3918) | Todd Gamblin | 1 | -1/+1 |
2017-04-20 | Revert "Add lmod files to MODULEPATH" (#3917) | Todd Gamblin | 1 | -2/+0 |
2017-04-19 | Override partial installs by default (#3530) | scheibelp | 1 | -1/+1 |
2017-04-19 | Add lmod files to MODULEPATH (#3912) | Adam J. Stewart | 1 | -0/+2 |
2017-04-03 | Overhaul Spack's URL parsing (#2972) | Adam J. Stewart | 1 | -4/+5 |
2017-04-02 | Set default providers for all virtual dependencies (#3634) | Adam J. Stewart | 1 | -2/+2 |
2017-03-30 | support OpenFOAM package(s) (#3528) | Mark Olesen | 1 | -1/+1 |
2017-02-20 | Fix tab completion of directories and filenames (#3184) | Adam J. Stewart | 1 | -35/+11 |
2017-02-18 | Fix tab completion after change to uninstall flag (#3175) | Adam J. Stewart | 1 | -1/+1 |
2017-02-06 | Bash Programmable Completion for Spack (#3026) | Adam J. Stewart | 2 | -0/+939 |
2017-01-23 | Export spack function so it works in subshells (#2908) | Michael Kuhn | 1 | -0/+5 |
2017-01-01 | tests: `coverage combine` run only if tests succeeded (#2712) | Massimiliano Culpo | 1 | -2/+1 |
2016-12-30 | Run coverage for the `spack install` command as well as `spack test`. | Todd Gamblin | 1 | -1/+2 |
2016-12-29 | unit tests: replace nose with pytest (#2502) | Massimiliano Culpo | 2 | -32/+6 |
2016-11-29 | Allow shell support to work when set -u is set (#2418) | Adam J. Stewart | 1 | -1/+1 |
2016-11-12 | Basic usage step-by-step tutorial | Gregory Becker | 1 | -2/+1 |
2016-11-04 | setup script for bash : fixes #2209 for sh setup (#2212) | Massimiliano Culpo | 1 | -2/+4 |
2016-10-31 | Add `spack flake8` command. (#2186) | Todd Gamblin | 1 | -63/+3 |
2016-10-06 | Feature Proposal : Make All Python Extensions User Configuration Independent ... | Joseph Ciurej | 1 | -5/+0 |
2016-10-05 | Add missing dependencies for Flake8 (#1883) | Adam J. Stewart | 2 | -4/+30 |