Age | Commit message (Expand) | Author | Files | Lines |
2018-08-08 | cc: refactor flag adding so that it's not in reverse order | Todd Gamblin | 2 | -29/+56 |
2018-08-08 | cc: restore ccache support in the wrapper, add a regression test | Todd Gamblin | 2 | -2/+38 |
2018-08-08 | cc: run shellcheck linter on the cc compiler script, minor cleanup | Todd Gamblin | 2 | -12/+14 |
2018-08-08 | cc: don't use sed to filter system directories | Todd Gamblin | 2 | -42/+93 |
2018-08-08 | refactor: clean up and fix the cc test | Todd Gamblin | 2 | -414/+503 |
2018-08-08 | bugfix: cc should not add -L or -Wl,-rpath in compile-only mode | Todd Gamblin | 1 | -80/+108 |
2018-08-08 | Restore cc: package search paths come before dependency paths (#4692) | Gregory Becker | 4 | -158/+330 |
2018-08-07 | Fix performance issue when compiling. (#8828) | cedricchevalier19 | 1 | -4/+3 |
2018-08-06 | libstdc++ detection uses os.path.realpath instead of os.readlink (#8865) | Paul Chelarescu | 1 | -1/+1 |
2018-08-06 | Remove default variant bug from list of known issues (#8900) | Adam J. Stewart | 1 | -32/+0 |
2018-08-06 | Docstring typo: builing -> building (#8896) | George Hartzell | 1 | -1/+1 |
2018-08-04 | revert cd9691de5 (#4692) while we work on a fix. | Todd Gamblin | 4 | -330/+158 |
2018-08-03 | spack spec: no extra newline with --yaml; error with no specs | Todd Gamblin | 2 | -1/+16 |
2018-08-03 | Add spack arch --operating-system and --target flags | Adam J. Stewart | 3 | -6/+40 |
2018-08-02 | libdwarf: remove use of hide_files() | Todd Gamblin | 1 | -13/+0 |
2018-08-01 | cc: package search paths come before dependency paths (#4692) | becker33 | 4 | -158/+330 |
2018-08-01 | docs: minor text changes (#8858) | Holly | 3 | -13/+13 |
2018-08-01 | lmod: fix use of custom separator in prepend_path etc. (#8737) | Stephen Herbein | 2 | -0/+19 |
2018-07-31 | docs: update `spack view` argument synatx (#8839) | Stephen Herbein | 1 | -2/+2 |
2018-07-29 | spec: `Spec.tree()` merges deptypes when only covering nodes (#8821) | Todd Gamblin | 2 | -8/+56 |
2018-07-27 | Fixed a typo in the docs (the docker image to pull was wrong) (#8814) | Massimiliano Culpo | 1 | -1/+1 |
2018-07-25 | Add docs on new top-level VCS attributes | Adam J. Stewart | 1 | -108/+181 |
2018-07-25 | tests: convert mirror test to pytest with free functions. | Todd Gamblin | 1 | -44/+47 |
2018-07-25 | tests: add checks and tests for consistent version() arguments | Todd Gamblin | 3 | -2/+60 |
2018-07-25 | tests: correct name of `check_db` to `check_repo` | Todd Gamblin | 1 | -7/+6 |
2018-07-25 | core: differentiate package-level fetch URLs by args to `version()` | Todd Gamblin | 2 | -84/+186 |
2018-07-25 | core: add check for conflicting top-level fetch attributes in packages | Todd Gamblin | 4 | -6/+35 |
2018-07-25 | style: clean up exception definitions in package.py | Todd Gamblin | 1 | -7/+2 |
2018-07-25 | core: fixes and tests for handling of fetcher attributes in packages | Todd Gamblin | 3 | -40/+174 |
2018-07-25 | core: quick fix for packages without URLs | Adam J. Stewart | 1 | -11/+0 |
2018-07-24 | Fix order of regexes reported by spack url summary | Adam J. Stewart | 1 | -2/+2 |
2018-07-24 | core: make `spack.util.crypto` initialization less expensive. | Todd Gamblin | 2 | -38/+54 |
2018-07-24 | bugfix: `spack module -m` error message (#8794) | Todd Gamblin | 1 | -3/+2 |
2018-07-24 | Die with a meaningful error if a deprecated command is used | Massimiliano Culpo | 2 | -3/+57 |
2018-07-24 | Grouped all the module commands under `spack module` | Massimiliano Culpo | 13 | -390/+266 |
2018-07-24 | module file tutorial: rebuilt docker image and updated the script | Massimiliano Culpo | 1 | -170/+216 |
2018-07-24 | Added --dependencies to the help text of spack load | Massimiliano Culpo | 2 | -3/+5 |
2018-07-24 | spack load exits with 1 if module does not exist or is not installed | Massimiliano Culpo | 2 | -7/+68 |
2018-07-24 | Added blacklisting of implicit modules in docs + regression tests | Massimiliano Culpo | 5 | -1/+52 |
2018-07-24 | Renamed 'patch_configuration' fixture to 'module_configuration' | Massimiliano Culpo | 5 | -78/+79 |
2018-07-24 | Added a unit test for 'spack lmod setdefault' | Massimiliano Culpo | 4 | -12/+101 |
2018-07-24 | Updated references to `spack module` in the documentation. | Massimiliano Culpo | 5 | -55/+46 |
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 |