Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-05 | Fix formatting typo (#5622) | Jimmy Tang | 1 | -1/+1 |
2017-10-05 | Don't change properties on already-installed packages (#5580) | scheibelp | 2 | -0/+45 |
2017-10-04 | Identify the flag handlers feature as beta (#5609) | becker33 | 1 | -0/+5 |
2017-10-04 | Fix module loads (#5599) | becker33 | 1 | -10/+16 |
2017-10-04 | module files: restricted token expansion + case sensitivity (#5474) | Massimiliano Culpo | 8 | -22/+170 |
2017-10-04 | spec.patches: fix dictionary reference (#5608) | scheibelp | 1 | -2/+3 |
2017-10-04 | Hotfix: maintain patch order while fixing hash | Massimiliano Culpo | 2 | -23/+29 |
2017-10-03 | wrap generator with collection to avoid exhausting it with single iteration (... | scheibelp | 1 | -3/+3 |
2017-10-02 | patch: add workdir option (#5501) | Christoph Junghans | 3 | -11/+46 |
2017-09-30 | Port CTest's log scraping logic to Spack (#5561) | Todd Gamblin | 4 | -62/+387 |
2017-09-30 | Add testing for spack blame; refactor llnl.util tests | Todd Gamblin | 7 | -23/+106 |
2017-09-30 | Add 'spack blame' command: shows contributors to packages | Todd Gamblin | 6 | -25/+280 |
2017-09-30 | Typo: file -> directory (#5560) | George Hartzell | 1 | -1/+1 |
2017-09-30 | Documentation for dependency patching. | Todd Gamblin | 3 | -23/+189 |
2017-09-30 | Patches are hashed with specs, and can be associated with dependencies. | Todd Gamblin | 13 | -155/+555 |
2017-09-30 | add spack flake8 exception for long checksums | Todd Gamblin | 1 | -2/+2 |
2017-09-30 | Clean up exceptions and function names in directives. | Todd Gamblin | 1 | -41/+23 |
2017-09-30 | Consolidate some web-spidering commands in spack.util.web | Todd Gamblin | 6 | -116/+118 |
2017-09-30 | Disable duplicate cross-reference warnings in Sphinx. | Todd Gamblin | 1 | -0/+14 |
2017-09-30 | Refactor Package dependency metadata | Todd Gamblin | 14 | -123/+217 |
2017-09-30 | Patch.apply() shouldn't affect working directory of caller. | Todd Gamblin | 1 | -11/+12 |
2017-09-30 | Only print "no patches needed" if there were no patches. | Todd Gamblin | 1 | -1/+5 |
2017-09-29 | Add test deptype (#5132) | scheibelp | 9 | -11/+181 |