Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-06 | tests: fully parametrize multimethod test | Todd Gamblin | 1 | -37/+47 |
2018-12-06 | multimethod uses Spec() instead of parse_anonymous_spec() | Todd Gamblin | 2 | -21/+11 |
2018-12-06 | spec: refactor and clean up Spec initialization | Todd Gamblin | 2 | -206/+248 |
2018-12-06 | Added test for multimethod inheritance | Gregory Becker | 1 | -0/+4 |
2018-12-04 | improved constraint conflict error message (#9975) | Peter Scheibel | 1 | -2/+8 |
2018-11-28 | Injected flags have a consistent order (#9960) | Massimiliano Culpo | 4 | -16/+30 |
2018-11-27 | Expose option to save all dependencies when writing spec.yaml (#9965) | Scott Wittenburg | 1 | -2/+2 |
2018-11-16 | intel-mkl: fix usage of openmp_libs and tbb_libs (#9863) | Denis Davydov | 1 | -3/+3 |
2018-11-13 | Fix bugs in Modules Tutorial (#9821) | Adam J. Stewart | 1 | -3/+3 |
2018-11-12 | Fix typos in Build Systems Tutorial (#9822) | Adam J. Stewart | 1 | -4/+4 |
2018-11-12 | docs: update tutorial slide link for SC18 | Todd Gamblin | 1 | -8/+8 |
2018-11-12 | version bump: v0.12.0 | Todd Gamblin | 1 | -1/+1 |
2018-11-12 | docs: add environments tutorial | Todd Gamblin | 2 | -4/+821 |
2018-11-11 | Updates to Configuration Tutorial for SC18 (#9811) | Adam J. Stewart | 1 | -176/+242 |
2018-11-11 | Consistent capitalization of Build Caches docs for SC18 (#9810) | Adam J. Stewart | 1 | -1/+1 |
2018-11-11 | Minor changes to Build Settings docs (#9808) | Adam J. Stewart | 1 | -25/+27 |
2018-11-11 | Minor changes to Basic Settings docs for SC18 (#9809) | Adam J. Stewart | 1 | -13/+13 |
2018-11-11 | Update basic usage and modules tutorial (#9807) | Greg Becker | 3 | -1148/+1149 |
2018-11-11 | Advanced packaging tutorial: reorganize for binary caches (#9804) | Peter Scheibel | 1 | -145/+157 |
2018-11-11 | env: uninstall just removes specs that are still needed by other envs | Todd Gamblin | 1 | -51/+107 |
2018-11-11 | bugfix: preserve abstract specs when installing an environment | Todd Gamblin | 2 | -9/+9 |
2018-11-11 | env: fix display of concretized specs in `spack find` | Todd Gamblin | 1 | -5/+3 |
2018-11-11 | env: make `spack config edit` and `spack config get` environment-aware | Todd Gamblin | 5 | -27/+183 |
2018-11-11 | bugfix: make defaults consistent --use-cache and --no-cache (#9803) | Todd Gamblin | 1 | -3/+3 |
2018-11-11 | Update buildsystem tut (#9795) | Mario Melara | 2 | -45/+54 |
2018-11-11 | Updates to Configuration Files docs for SC18 (#9801) | Adam J. Stewart | 2 | -139/+138 |
2018-11-09 | install: add --use-cache back so that existing tooling does not break (#9797) | Todd Gamblin | 1 | -2/+8 |
2018-11-09 | Introduce fftw-api virtual package for Intel-MKL and FFTW (#9618) | Nichols A. Romero | 1 | -2/+5 |
2018-11-09 | buildcache: update `spack install` to use build cache by default (#9772) | Greg Becker | 4 | -7/+11 |
2018-11-09 | env: clean up command access to the active environment | Todd Gamblin | 5 | -40/+51 |
2018-11-09 | env: only add `concrete` attribute to abstract specs | Todd Gamblin | 1 | -3/+4 |