summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Remove extensions from view in the correct order (#12961)Jeffrey Salmond2-17/+39
2020-02-07bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin3-8/+81
2019-12-23version bump: 0.13.3Todd Gamblin1-1/+1
2019-12-23performance: dont' read `spec.yaml` files twice in view regenerationTodd Gamblin2-4/+8
2019-12-23performance: don't recompute hashes when regenerating environmentsTodd Gamblin2-4/+9
2019-12-23performance: reduce system calls required for remove_dead_linksTodd Gamblin1-4/+2
2019-12-23performance: only regenerate env views once in `spack install`Todd Gamblin2-9/+29
2019-12-23performance: add read transactions for `install_all()` and `install()`Todd Gamblin1-31/+35
2019-12-23lock transactions: avoid redundant reading in write transactionsTodd Gamblin2-1/+62
2019-12-23lock transactions: ensure that nested write transactions writeTodd Gamblin2-1/+64
2019-12-23lock transactions: fix non-transactional writesTodd Gamblin4-172/+285
2019-12-23performance: avoid repeated DB locking on view generationTodd Gamblin1-10/+13
2019-12-23performance: speed up `spack find` in environmentsTodd Gamblin1-7/+11
2019-12-23performance: `spack spec` should use a read transacction with -ITodd Gamblin1-9/+26
2019-12-23concretization: improve performance by avoiding database locksTodd Gamblin1-4/+6
2019-12-23performance: memoize spack.architecture.get_platform()Todd Gamblin2-0/+8
2019-12-23use `sys.executable` instead of `python` in `_source_single_file` (#14252)Sajid Ali1-1/+1
2019-12-23Patch fetching: remove unnecessary argumentPeter Josef Scheibel3-8/+4
2019-12-23Mirrors: skip attempts to fetch BundlePackagesPeter Josef Scheibel1-0/+10
2019-12-23Mirrors: avoid re-downloading patchesPeter Josef Scheibel2-20/+28
2019-12-23Mirrors: perform checksum of fetched sourcesPeter Josef Scheibel1-0/+1
2019-12-23Mirrors: fix cosmetic symlink targetsPeter Josef Scheibel2-1/+34
2019-12-23Allow repeated invocations of 'mirror create'Peter Josef Scheibel1-0/+6
2019-12-23mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1...Paul Ferrell4-17/+24
2019-12-04version bump: 0.13.2Todd Gamblin1-1/+1
2019-12-04Bugfix: allow missing modules if they are blacklisted (#13540)Peter Scheibel4-30/+115
2019-12-02Speedup environment activation (#13557)Massimiliano Culpo2-2/+13
2019-12-01bugfix: mirror path works for unknown versions (#13626)Todd Gamblin2-2/+8
2019-12-01environments: don't try to modify run-env if a spec is not installed (#13589)Adam J. Stewart1-2/+2
2019-12-01use semicolons instead of newlines in module/python command (#13904)Greg Becker1-1/+1
2019-12-01verify.py: os.path.exists exception handling (#13656)Daryl W. Grunau1-14/+16
2019-11-17Document use of the maintainers field (#13748)Adam J. Stewart2-0/+19
2019-11-15Bugfix/config caching 13754 (#13759)Greg Becker1-2/+3
2019-11-14Config option to allow gpg warning suppression (#13744)Greg Becker3-3/+9
2019-11-14determine target relative to the link directory rather than the full link pat...Peter Scheibel1-3/+3
2019-11-13Allow binary relocation of strings in relative binaries (#13724)Greg Becker2-15/+25
2019-11-05`spack find` now displays variants and other spec constraintsv0.13.1Todd Gamblin3-4/+23
2019-11-05bugfix: uninstall should find concrete specs by DAG hashTodd Gamblin1-1/+9
2019-11-04environments: make shell modifications partially unconditional (#13523)Greg Becker2-1/+37
2019-11-04binary distribution: relocate text files properly in relative binaries (#13578)Greg Becker2-10/+12
2019-11-03bugfix: fetch prefers to fetch local mirrors over remote resources (#13545)Omar Padron3-8/+11
2019-11-03environments: only write when necessary (#13546)Greg Becker4-25/+66
2019-11-01version bump: 0.13.1Todd Gamblin1-1/+1
2019-11-01bugfix: spack.util.url.join() now handles absolute paths correctly (#13488)Omar Padron3-2/+379
2019-11-01sbang: use utf-8 for encoding when patching (#13490)Gregory Lee1-4/+13
2019-11-01Specs with quoted flags containing spaces are parsed correctly (#13521)Massimiliano Culpo2-1/+22
2019-11-01targets: print a warning message before downgrading (#13513)Massimiliano Culpo2-25/+57
2019-11-01Travis CI: Test Python 3.8 (#13347)Adam J. Stewart3-4/+20
2019-11-01Documentation: Database.query methods share docstrings (#13515)Greg Becker1-41/+53
2019-11-01cuda: fix conflict statements for x86-64 targets (#13472)Massimiliano Culpo1-4/+6