Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Added 'setdefault' subcommand to 'spack lmod' | Massimiliano Culpo | 2 | -12/+38 |
2018-07-24 | Split 'spack module' into multiple commands | Massimiliano Culpo | 10 | -194/+413 |
2018-07-24 | bugfix: fix spack spec --yaml | Todd Gamblin | 3 | -1/+58 |
2018-07-23 | docs: update old docs for `spack.package.PackageBase` | Todd Gamblin | 1 | -205/+37 |
2018-07-23 | core: use sha256 instead of md5 for `spack checksum` and `spack create` | Todd Gamblin | 5 | -36/+95 |
2018-07-21 | bugfix: stage test no longer modifies ~/.spack/config.yaml | Todd Gamblin | 1 | -2/+2 |
2018-07-21 | docs: doucment `spack config blame` | Todd Gamblin | 1 | -4/+59 |
2018-07-21 | docs: updates to `spack config get` docs for command-line scopes | Todd Gamblin | 1 | -21/+73 |
2018-07-21 | docs: command-line scopes | Elizabeth Fischer | 1 | -3/+111 |
2018-07-21 | config: allow user to add configuration scopes on the command line. | Elizabeth Fischer | 4 | -72/+194 |
2018-07-21 | locks: fix bug when creating lockfiles in the current directory. | Todd Gamblin | 2 | -0/+25 |
2018-07-19 | style: make core comply with pep8-naming | Todd Gamblin | 30 | -94/+93 |
2018-07-19 | add py-pep8-naming package | Todd Gamblin | 1 | -5/+10 |
2018-07-18 | Better Makefile target detection (#8223) | Adam J. Stewart | 1 | -21/+46 |
2018-07-17 | shell: fixed a typo in spack --print-shell-vars (#8732) | Massimiliano Culpo | 2 | -6/+6 |
2018-07-17 | Packages must be added to DB to be considered installed (#8038) | Massimiliano Culpo | 3 | -6/+63 |
2018-07-17 | Add documentation on build systems (#5015) | Adam J. Stewart | 17 | -0/+3941 |
2018-07-16 | add `spack --print-shell-vars` to speed up `setup-env.[c]sh` (#8101) | Todd Gamblin | 2 | -0/+116 |
2018-07-14 | clean up of spack clean (#8610) | Andreas Baumbach | 1 | -13/+15 |
2018-07-12 | locks: improve errors and permission checking | Todd Gamblin | 2 | -52/+145 |
2018-07-12 | locks: llnl.util.lock now only writes host info when in debug mode | Todd Gamblin | 2 | -13/+98 |
2018-07-12 | tests: Separate tests for llnl.util.lock and spack.util.lock | Todd Gamblin | 4 | -161/+169 |
2018-07-12 | refactor: move spack.util.multiproc to llnl.util.multiproc | Todd Gamblin | 5 | -12/+12 |
2018-07-11 | Don't propagate version-specific URL overrides to newer versions (#8565) | Massimiliano Culpo | 2 | -18/+18 |
2018-07-10 | fetch: remove 'trying' when cloning repos (#8651) | Matthias Diener | 2 | -5/+5 |
2018-07-09 | Add ccache support (#3761) | Christoph Junghans | 4 | -1/+37 |
2018-07-08 | fix typo in help of `spack clone` prefix is singular (#8658) | Andreas Baumbach | 1 | -1/+1 |
2018-07-06 | Clear up a bit of modules/dotkit confusion (#8650) | George Hartzell | 1 | -5/+7 |
2018-06-29 | Removed duplicate word (#8609) | Paul Chelarescu | 1 | -1/+1 |
2018-06-26 | views: packages can customize how they're added to views (#7152) | scheibelp | 21 | -307/+794 |
2018-06-26 | bugfix: fix macos incompatibility in lock test (#8573) | Todd Gamblin | 3 | -16/+29 |
2018-06-25 | refactor: move pytest.ini and top-level conftest.py to lib/spack/spack/test | Todd Gamblin | 3 | -1/+36 |
2018-06-24 | refactor: move templates from root to share/spack | Todd Gamblin | 3 | -15/+16 |
2018-06-24 | tests: test file/line attribution in config errors | Todd Gamblin | 3 | -30/+140 |
2018-06-24 | tests: add a test for `spack debug` command | Todd Gamblin | 3 | -2/+66 |
2018-06-24 | tests: test html output for `spack list` | Todd Gamblin | 1 | -62/+37 |
2018-06-24 | Add `spack -H` shortcut for `spack help --all` | Todd Gamblin | 1 | -18/+17 |
2018-06-22 | Fix version detection for gcc@8 (#8511) | Michael Kuhn | 1 | -2/+2 |
2018-06-20 | pytest: add _pytest/_version.py and LICENSE | Todd Gamblin | 4 | -1/+49 |
2018-06-20 | externals: move spack.util.ordereddict to external/ordereddict_backport | Todd Gamblin | 5 | -8/+5 |
2018-06-18 | Allow docs to be built with Sphinx 1.7.1+ (#8500) | Adam J. Stewart | 1 | -1/+7 |
2018-06-17 | There's only one 'u' in "configuration" (#8498) | George Hartzell | 1 | -1/+1 |
2018-06-17 | docs: remove vendored sphinx_rtd_theme (#8496) | Todd Gamblin | 29 | -1124/+4 |
2018-06-14 | Update the clang compiler definition to use IBM XL Fortran compiler (#8389) | Dan FitzGerald | 1 | -2/+6 |
2018-06-12 | Add trailing slash when spidering URLs for versions (#8429) | Adam J. Stewart | 1 | -0/+7 |
2018-06-08 | compiler flags: add cxx98 standard support (#7601) | Chris Green | 8 | -50/+285 |
2018-06-07 | add python cache removal to `spack clean` (#8419) | healther | 1 | -4/+24 |
2018-06-06 | Fix bug where patches specified by dependents were not applied (#8272) | scheibelp | 2 | -12/+13 |
2018-06-05 | Preserve Spack CC/FC/F77/CXX settings when loading modules (#8346) | Massimiliano Culpo | 4 | -15/+110 |
2018-06-04 | pybind11: test functionality (#8304) | Axel Huebl | 1 | -0/+2 |