Age | Commit message (Expand) | Author | Files | Lines |
2019-01-10 | spack versions: only list safe versions (#10004) | Adam J. Stewart | 1 | -1/+1 |
2019-01-01 | copyright: update license headers for 2013-2019 copyright. | Todd Gamblin | 23 | -23/+23 |
2018-12-30 | commands: add `spack resource` command to inspect downloadable files | Todd Gamblin | 1 | -0/+26 |
2018-12-29 | coverage: use kcov to get coverage for our cc script | Todd Gamblin | 2 | -1/+26 |
2018-12-20 | Fix docker builds (#9805) | Omar Padron | 2 | -7/+67 |
2018-12-20 | fix multiple issues with the docker images (#9718) | Omar Padron | 4 | -2/+24 |
2018-12-20 | Report current git commit of Spack to CDash | Zack Galbreath | 1 | -4/+7 |
2018-12-20 | Allow more customization for CDash reporter | Zack Galbreath | 2 | -4/+4 |
2018-12-17 | Update Spack's Bash completion script (#10114) | Adam J. Stewart | 1 | -35/+171 |
2018-12-15 | env setup: support --help for cd/env commands (#10069) | Matthias Diener | 1 | -2/+2 |
2018-12-15 | .travis.yml: enable ccache (#6370) | Christoph Junghans | 1 | -0/+2 |
2018-12-14 | Turn on verbose output for MPICH builds in Travis (#10105) | Massimiliano Culpo | 1 | -1/+5 |
2018-12-04 | fix: adapt junit template to escape std{out,err} (#9935) | Matthias Wolf | 1 | -4/+4 |
2018-11-09 | env: environments can be named or created in directories | Todd Gamblin | 2 | -4/+5 |
2018-11-09 | env: add spack env activate/deactivate and shell support | Todd Gamblin | 3 | -1/+80 |
2018-10-29 | setup-env: Avoid different output format of `ps` (#9629) | Bert Wesarg | 1 | -1/+1 |
2018-10-26 | docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329) | Omar Padron | 24 | -408/+442 |
2018-10-17 | relicense: add `spack license` command | Todd Gamblin | 1 | -0/+4 |
2018-10-17 | relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers | Todd Gamblin | 13 | -69/+67 |
2018-09-24 | travis: require sudo in an attempt to avoid build timeouts (#9327) | Todd Gamblin | 1 | -1/+5 |
2018-08-14 | Csh: fix load/use commands (#8971) | Matthias Diener | 1 | -4/+4 |
2018-08-07 | Fixing the addition curly brackets to conform to the rest of the templates us... | Micheal Quinn | 1 | -1/+1 |
2018-08-07 | Adding logic to the autoload if statement so it only fire if the module is be... | Micheal Quinn | 1 | -1/+1 |
2018-08-04 | Generate coverage reports for all unit and build tests | Adam J. Stewart | 1 | -1/+1 |
2018-08-03 | Update bash completion with new spack arch flags | Adam J. Stewart | 1 | -1/+2 |
2018-08-01 | lmod: fix use of custom separator in prepend_path etc. (#8737) | Stephen Herbein | 1 | -3/+3 |
2018-07-27 | Fix shift warning on zsh (#8805) | Michael Kuhn | 1 | -2/+10 |
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 |