Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-02 | Run make clean to prevent warning messages (#1742) | Adam J. Stewart | 1 | -4/+2 |
2016-09-23 | Remove duplicate ICU package (#1837) | Adam J. Stewart | 1 | -3/+3 |
2016-09-08 | Add missing dependency for run-doc-tests (#1691) | Adam J. Stewart | 2 | -0/+4 |
2016-08-30 | Always run spack unit tests | Adam J. Stewart | 1 | -21/+0 |
2016-08-30 | Add spack to the PATH for doc tests | Adam J. Stewart | 1 | -0/+3 |
2016-08-30 | Remove py-mercurial, going with mercurial package instead | Adam J. Stewart | 1 | -1/+1 |
2016-08-30 | Always run Documentation tests | Adam J. Stewart | 1 | -10/+2 |
2016-08-30 | Added more missing dependencies | Adam J. Stewart | 3 | -10/+28 |
2016-08-30 | Add mercurial package, used as test dependency | Adam J. Stewart | 3 | -6/+33 |
2016-08-30 | Only run unit tests when core Spack framework is modified | Adam J. Stewart | 4 | -53/+127 |
2016-08-30 | Run documentation tests when documentation is modified | Adam J. Stewart | 2 | -3/+38 |
2016-08-30 | Add generic changed_files script | Adam J. Stewart | 2 | -16/+54 |
2016-08-30 | Overhaul Spack's CI Infrastructure | Adam J. Stewart | 2 | -1/+5 |
2016-08-28 | Run flake8 checks on new untracked files (#1510) | Adam J. Stewart | 1 | -0/+2 |
2016-08-11 | Always clean up tmp files, even if killed | Adam J. Stewart | 1 | -10/+14 |
2016-08-11 | Allow run-flake8 to be run from anywhere | Adam J. Stewart | 1 | -5/+3 |
2016-08-11 | Run flake8 checks on changed uncommitted files | Adam J. Stewart | 1 | -7/+14 |
2016-08-10 | Make Spack core PEP8 compliant. | Todd Gamblin | 1 | -4/+13 |
2016-07-30 | qa : fixes #1370 (no flake8 on python 2.6, coveralls only python 2.7) | alalazo | 1 | -0/+20 |
2016-07-22 | Adding temporary script that fixes all Python extensions w/ 'setup_py'. | Joseph Ciurej | 1 | -0/+5 |
2016-07-21 | Fix recursive module loading. | Michael Kuhn | 1 | -4/+4 |
2016-07-18 | Merge branch 'develop' of https://github.com/LLNL/spack into features/module_... | alalazo | 2 | -9/+22 |