Age | Commit message (Expand) | Author | Files | Lines |
2019-02-13 | Allow tty output to be timestamped (#10554) | sknigh | 5 | -6/+103 |
2019-02-13 | enh: allow time like HH:MM in date strings. (#10034) | Matthias Wolf | 2 | -1/+8 |
2019-02-12 | Enhancement to module autoload documentation (#10310) | George Hartzell | 1 | -1/+15 |
2019-02-12 | Allow secondary generators when building with CMake. (#9324) | Chris Green | 2 | -4/+50 |
2019-02-08 | CudaPackage: fix wrong version range (#10551) | Denis Davydov | 1 | -1/+1 |
2019-02-07 | log-parse: fix error message when no error lines are found (#10543) | Massimiliano Culpo | 1 | -1/+1 |
2019-02-06 | Add x86_64 as target to cray platform (#10369) | Mario Melara | 1 | -0/+4 |
2019-02-06 | CUDA compiler conflicts for Linux (#10460) | Nichols A. Romero | 1 | -14/+69 |
2019-01-29 | debug output includes modulecmd output (#9476) | Peter Scheibel | 1 | -7/+28 |
2019-01-24 | Environments: fix bug for install of external packages (#10437) | Peter Scheibel | 1 | -0/+1 |
2019-01-24 | Allow `spack install --overwrite` for nonexistent or multiple packages (#9201) | Greg Becker | 2 | -25/+78 |
2019-01-14 | tutorial: update tutorial materials for ECP19 | Todd Gamblin | 1 | -14/+12 |
2019-01-13 | version bump: v0.12.1 | Gregory Becker | 1 | -1/+1 |
2019-01-12 | cc: clean up cray compilers, fix issues with case-insensitive filesystems (#1... | Adam J. Stewart | 9 | -9/+6 |
2019-01-11 | Binary caching bugfix: symlink relocation (#10073) | Greg Becker | 3 | -9/+131 |
2019-01-11 | enh: `buildcache list` should behave similar to `find` (#10052) | Matthias Wolf | 1 | -15/+10 |
2019-01-11 | dealii: fix concretization of xsdk package (#10288) | Denis Davydov | 1 | -0/+11 |
2019-01-10 | spack versions: only list safe versions (#10004) | Adam J. Stewart | 2 | -10/+27 |
2019-01-09 | Allow combinatorial projections in views (#9679) | Greg Becker | 14 | -147/+500 |
2019-01-09 | tutorial basics section: fix gcc install version (#10298) | Greg Becker | 1 | -1/+1 |
2019-01-08 | bug fix: copy permissions when staging (#10285) | Owen Solberg | 1 | -3/+3 |
2019-01-08 | Armcompiler (#9840) | Srinath Vadlamani | 5 | -24/+24 |
2019-01-07 | For spec-file-based installs, store the initial spec read from the file as th... | Peter Josef Scheibel | 1 | -0/+1 |
2019-01-04 | Multi-valued variants: better support for combinations (#9481) | Massimiliano Culpo | 9 | -19/+546 |
2019-01-04 | Add tests for expanding/non-expanding resources | Peter Josef Scheibel | 1 | -3/+92 |
2019-01-04 | stage: fix resources being deleted from local cache (#10152) | Michael Kuhn | 1 | -4/+9 |
2019-01-03 | Add missing code block (#10243) | Ben Zwick | 1 | -0/+2 |
2019-01-02 | patch: split up fetch and clean into separate methods (#10150) | Michael Kuhn | 5 | -50/+71 |
2019-01-02 | Removed an extra comma after a dict literal (#10236) | Massimiliano Culpo | 1 | -1/+1 |
2019-01-01 | flake8: fix flake8 issues with invalid escapes | Todd Gamblin | 6 | -81/+81 |
2019-01-01 | copyright: update license headers for 2013-2019 copyright. | Todd Gamblin | 379 | -383/+383 |
2019-01-01 | license: license command prints sorted, non-redundant results | Todd Gamblin | 1 | -3/+7 |
2019-01-01 | Improve validation of modules.yaml (#9878) | Massimiliano Culpo | 8 | -169/+269 |
2018-12-30 | bugfix: nested directives were broken in python 3 | Todd Gamblin | 2 | -1/+25 |
2018-12-30 | commands: add `spack resource` command to inspect downloadable files | Todd Gamblin | 3 | -0/+211 |
2018-12-30 | tests: add a test to make sure that patched specs can be round-tripped | Todd Gamblin | 1 | -30/+101 |
2018-12-30 | patches: add a per-repository patch index | Todd Gamblin | 8 | -116/+339 |
2018-12-30 | ProviderIndex uses json instead of YAML | Todd Gamblin | 4 | -21/+18 |
2018-12-30 | repo: refactor indexes to be more extensible | Todd Gamblin | 1 | -95/+132 |
2018-12-30 | patches: clean up patch.py, directives, and package class properties | Todd Gamblin | 6 | -99/+119 |
2018-12-25 | tests: run 'test_compiler_add' serially in Python 2 (#10127) | Massimiliano Culpo | 1 | -1/+9 |
2018-12-25 | environment: ignore invalid files names in var/spack/environments (#10198) | Denis Davydov | 3 | -5/+20 |
2018-12-23 | bugfix: handle unicode properly in spack.util.executable (#10186) | Todd Gamblin | 2 | -18/+37 |
2018-12-21 | Remove /nfs/tmp2 from default build_stage locations (#10170) | Elsa Gonsiorowski, PhD | 1 | -6/+4 |
2018-12-20 | Performance improvements for CDash reporter | Zack Galbreath | 1 | -9/+12 |
2018-12-20 | Include accurate build time in CDash report | Zack Galbreath | 1 | -6/+10 |
2018-12-20 | Report current git commit of Spack to CDash | Zack Galbreath | 1 | -6/+23 |
2018-12-20 | Make sure to urlencode cdash submit parameters | Scott Wittenburg | 1 | -3/+9 |
2018-12-20 | Get buildId from CDash at submit time | Zack Galbreath | 1 | -2/+21 |
2018-12-20 | Allow more customization for CDash reporter | Zack Galbreath | 6 | -22/+61 |