Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-20 | Avoid UnboundLocalError | Zack Galbreath | 1 | -0/+1 |
2018-12-19 | env: all commands that disambiguate specs should be env-aware | Todd Gamblin | 19 | -26/+55 |
2018-12-19 | fetch_strategy: improve GitFetchStrategy (#10153) | Michael Kuhn | 1 | -11/+16 |
2018-12-18 | Add additional info to MesonPackage docs (#10133) | Adam J. Stewart | 1 | -0/+44 |
2018-12-17 | Add help messages to spack gpg subcommands (#10117) | Adam J. Stewart | 1 | -8/+16 |
2018-12-17 | spack buildcache: --allow_root -> --allow-root (#10115) | Adam J. Stewart | 1 | -2/+2 |
2018-12-16 | mirrors: patches are now properly added to mirrors (#8993) | Peter Scheibel | 6 | -59/+107 |
2018-12-15 | spack pkg add: add help message (#10116) | Adam J. Stewart | 1 | -0/+1 |
2018-12-14 | Fix spack package inheritance for module variables (#10097) | Greg Becker | 3 | -25/+37 |
2018-12-10 | Make downloads from list_url deterministic (#10047) | Adam J. Stewart | 1 | -1/+1 |
2018-12-06 | multimethod: slight refactoring, documentation for code review | Gregory Becker | 3 | -39/+44 |
2018-12-06 | fix MRO for multimethod.__call__ using iterative algorithm. | Gregory Becker | 2 | -9/+59 |