Age | Commit message (Expand) | Author | Files | Lines |
2018-08-29 | Update instructions to initialize Spack-global license files (#8991) | Michael Sternberg | 1 | -44/+55 |
2018-08-29 | Intel prefixes (#7469) | Michael Sternberg | 8 | -98/+2885 |
2018-08-29 | spack view suggests -I option for merge conflict (#9035) | Andreas Baumbach | 1 | -4/+10 |
2018-08-27 | import spack load error message (#9088) | Andreas Baumbach | 1 | -1/+1 |
2018-08-27 | Moved functions returning default scopes to spack.config | Massimiliano Culpo | 7 | -34/+39 |
2018-08-27 | Spack can guess lmod core compilers, if none is already present | Massimiliano Culpo | 2 | -5/+64 |
2018-08-25 | Update to latest version of pytest and dependencies (#9087) | Adam J. Stewart | 1 | -1/+1 |
2018-08-25 | bugfix: 'submodules' attribute should imply git fetch | Todd Gamblin | 2 | -1/+8 |
2018-08-25 | commands: add `spack url stats` command | Todd Gamblin | 2 | -2/+94 |
2018-08-24 | Remove Python 3.3 from testing. | Todd Gamblin | 2 | -5/+5 |
2018-08-22 | More consistent colored messages from activate/deactivate (#9036) | Adam J. Stewart | 1 | -17/+16 |
2018-08-22 | Added a new target message to comply with newer versions of GNU Make (#9068) | Massimiliano Culpo | 2 | -0/+3 |
2018-08-21 | tests: add tests for warnings in build output | Todd Gamblin | 4 | -8/+85 |
2018-08-21 | Display warnings if no errors are found in build log | Adam J. Stewart | 1 | -1/+10 |
2018-08-21 | Fix error caused by missing spack-build.out build log | Adam J. Stewart | 2 | -3/+3 |
2018-08-20 | yaml: use ruamel.yaml instead of pyyaml | Todd Gamblin | 67 | -8129/+5165 |
2018-08-20 | Even better Makefile target parsing (#8819) | Adam J. Stewart | 30 | -34/+301 |
2018-08-17 | install_tree: symlink handling and add 'ignore' option (#9019) | scheibelp | 2 | -19/+86 |
2018-08-16 | imports: spack uses importlib instead of imp when available | Todd Gamblin | 7 | -39/+199 |
2018-08-16 | Fix spack versions behavior when no URL (#8967) | Adam J. Stewart | 3 | -12/+45 |
2018-08-15 | install_tree, copy_tree can install into existing directory structures (#8289) | Adam J. Stewart | 3 | -73/+294 |
2018-08-14 | tests: make the dependency patching test more complete | Todd Gamblin | 2 | -3/+21 |
2018-08-10 | Branch with the meson build-system (#8467) | Tom Merrick | 9 | -0/+309 |
2018-08-09 | spec: make full_hash look like dag_hash (#8911) | Scott Wittenburg | 1 | -2/+7 |
2018-08-09 | bugfix: cc handles spaces in flag variables properly | Todd Gamblin | 2 | -90/+82 |
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 |