Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-17 | Spack tests no longer use the var/spack/stage directory. | Todd Gamblin | 1 | -9/+17 |
2017-10-17 | Spack core and tests no longer use `os.chdir()` | Todd Gamblin | 14 | -450/+393 |
2017-10-14 | Ensure that FileList makes it into the documentation (#5739) | Adam J. Stewart | 1 | -0/+1 |
2017-10-13 | Clean up logic in Sepc.satisfies_dependencies() | Todd Gamblin | 1 | -5/+9 |
2017-10-13 | Remove single-root assertion from Spec.root | Todd Gamblin | 2 | -11/+6 |
2017-10-13 | Use list instead of OrderedDict to find virtual/external candidates | Todd Gamblin | 1 | -6/+3 |
2017-10-13 | avoid creating lots of dictionaries in traverse_edges() | Todd Gamblin | 1 | -15/+14 |
2017-10-13 | Don't redundantly check for providers of non-virtuals. | Todd Gamblin | 1 | -0/+3 |
2017-10-13 | Cache compilers parsed from config files | Todd Gamblin | 1 | -29/+39 |
2017-10-13 | This fixes a bug in creating rpaths relative to $ORIGIN on linux. (#5726) | Patrick Gartung | 3 | -29/+34 |
2017-10-13 | Docker Workflow (#5582) | Axel Huebl | 1 | -0/+143 |
2017-10-12 | various fixes for macOS high sierra (#5647) | Denis Davydov | 1 | -1/+10 |
2017-10-12 | Make --trusted default when running spack gpg list (#5678) | David Hows | 2 | -1/+2 |
2017-10-12 | Speed up concretization (#5716) | Todd Gamblin | 4 | -17/+23 |
2017-10-12 | Better install output (#5714) | Todd Gamblin | 6 | -20/+17 |
2017-10-10 | compilers/clang: add flang (#5503) | Christoph Junghans | 3 | -10/+16 |
2017-10-09 | Add package for aspell and ass't dictionaries (#3890) | George Hartzell | 2 | -0/+59 |
2017-10-09 | Fix setup for changes to dirty flag (#5592) | becker33 | 2 | -3/+7 |
2017-10-06 | Don't check package.installed in _mark_concrete if value=True (#5634) | scheibelp | 2 | -1/+18 |