Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | view: fix some docstrings for arguments | Oliver Breitwieser | 1 | -2/+2 |
2017-11-02 | filesystem_view: do not link external packages | Ben Boeckel | 1 | -0/+10 |
2017-11-02 | filesystem_view: add a class to handle a view via a Yaml description | Oliver Breitwieser | 1 | -0/+524 |
2017-11-02 | package: support removing dependencies when deactivating | Oliver Breitwieser | 1 | -6/+14 |
2017-11-02 | conftest: mock out spack.store.extensions as well | Ben Boeckel | 1 | -0/+4 |
2017-11-02 | views: support querying view layouts as well | Oliver Breitwieser | 5 | -26/+56 |
2017-11-02 | link_tree: support choosing the link function | Oliver Breitwieser | 1 | -2/+2 |
2017-11-02 | link_tree: support ignoring conflicts | Oliver Breitwieser | 1 | -3/+16 |
2017-11-02 | directory_layout: add a YamlExtensionsLayout class | Oliver Breitwieser | 1 | -0/+25 |
2017-11-02 | link_tree: only remove matching files when unmerging | Oliver Breitwieser | 1 | -1/+6 |
2017-11-02 | directory_layout: factor out an ExtensionsLayout class | Oliver Breitwieser | 1 | -92/+118 |
2017-11-02 | extensions: add an installed_extensions_for method | Ben Boeckel | 2 | -1/+11 |
2017-11-02 | database: rename `installed_extensions_for` | Oliver Breitwieser | 3 | -3/+3 |
2017-11-02 | package: support verbosity when activating | Oliver Breitwieser | 1 | -8/+14 |
2017-11-02 | package: rename `activated` to `is_activated` | Oliver Breitwieser | 4 | -10/+10 |
2017-11-02 | cmd/test: fix a typo in a comment | Ben Boeckel | 1 | -1/+1 |
2017-11-02 | spec_yaml: fix a typo | Ben Boeckel | 1 | -1/+1 |
2017-11-02 | view: fix a typo | Oliver Breitwieser | 1 | -1/+1 |
2017-11-02 | determine full compiler version for gcc-7 | Ben Boeckel | 1 | -1/+4 |
2017-11-02 | Only use XCode clang wrappers for packages that set use_xcode=True (#6077) | Todd Gamblin | 3 | -23/+11 |
2017-11-01 | update filename used for cc wrapper invocation debug log (#5837) | scheibelp | 3 | -3/+8 |
2017-11-01 | Fix user specs which include already-installed packages (#5939) | scheibelp | 2 | -1/+7 |
2017-10-30 | Auto install available pre-built packages from binary cache (#5242) | scheibelp | 5 | -30/+62 |
2017-10-27 | Bugfix: from_list_url(). (#5780) | Sergey Kosukhin | 2 | -1/+16 |
2017-10-26 | Package.extends: update semantics when package isn't concrete (#5600) | Ben Boeckel | 1 | -1/+10 |
2017-10-26 | Buildcache: symlinks, externals, & install-checking (#5894) | Patrick Gartung | 4 | -61/+62 |
2017-10-26 | Colorize "Installing pkg_name" (#5950) | Ondřej Čertík | 1 | -1/+2 |
2017-10-25 | Check for namespace-qualified packages in repo_for_pkg (#5787) | scheibelp | 2 | -10/+88 |
2017-10-25 | Specify base branch for flake8 comparison (#5796) | George Hartzell | 1 | -1/+6 |
2017-10-24 | 'spack install' can overwrite an existing installation (#5384) | Massimiliano Culpo | 4 | -52/+274 |
2017-10-24 | Fix bug in spack flake8 when no files differ from develop (#5898) | Todd Gamblin | 1 | -1/+4 |
2017-10-24 | do not use 'l' as a variable name, to appease new flake8 version | Todd Gamblin | 8 | -55/+53 |
2017-10-24 | Fix bare 'except:' to placate errors in new flake8 version. | Todd Gamblin | 12 | -21/+21 |
2017-10-24 | log tests use tmpdir properly | Todd Gamblin | 1 | -30/+35 |
2017-10-24 | fix bugs found with stricter flake8 rules | Todd Gamblin | 7 | -9/+17 |
2017-10-24 | remove wildcards from make spack core and packages | Todd Gamblin | 76 | -129/+195 |
2017-10-24 | flake8: no wildcards in core; only `import *` from spack in packages | Todd Gamblin | 2 | -20/+52 |
2017-10-24 | add --all option to `spack flake8` | Todd Gamblin | 1 | -14/+41 |
2017-10-23 | package: remove bare except statements (#5896) | scheibelp | 1 | -2/+2 |
2017-10-20 | getting_started.rst: removed tip suggesting the use of 2 Spack instances (#4061) | Massimiliano Culpo | 1 | -13/+0 |
2017-10-20 | module-type argument defaults to 'tcl' instead of every known type (#5751) | Massimiliano Culpo | 3 | -3/+6 |
2017-10-20 | buildcache command updates (#5860) | Patrick Gartung | 3 | -37/+159 |
2017-10-20 | Update Getting Started docs to clarify that full Xcode suite is required for ... | Adam J. Stewart | 2 | -6/+79 |
2017-10-19 | spack blame can take a path to a file in the Spack repo (#5793) | Todd Gamblin | 2 | -7/+28 |
2017-10-19 | Allow documentation to build in Python 3 (#5736) | Adam J. Stewart | 1 | -7/+2 |
2017-10-17 | filter_file, don't remove absent backup file (#5733) | George Hartzell | 1 | -1/+1 |
2017-10-17 | Minor typos and corections (#5789) | Michael F. Herbst | 1 | -2/+2 |
2017-10-17 | Exercise more code paths in the git fetcher. | Todd Gamblin | 1 | -7/+35 |
2017-10-17 | Spack tests no longer clutter var/spack/stage | Todd Gamblin | 5 | -106/+153 |
2017-10-17 | ``Package.stage`` no longer implicitly makes stage directory | Todd Gamblin | 1 | -9/+9 |