summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2022-03-17Spack on Windows package portsJohn Parent1-1/+1
2022-03-17use pytest stdout/err capture (#22584)loulawrence3-44/+59
2022-03-17Allow 'spack external find' to find executables on the system path (#22091)Betsy McPhail1-0/+165
2022-03-17Windows: Symlink supportBetsy McPhail3-6/+147
2022-03-17Create rename utility functionBetsy McPhail1-1/+21
2022-03-17Workarounds for install errors on Windows (#21890)Betsy McPhail1-20/+29
2022-03-17Adding basic Windows features (#21259)Ben Cowan1-2/+3
2022-03-10Allow for multiple dependencies/dependents from the same package (#28673)Massimiliano Culpo1-0/+9
2022-03-09environment.py: allow link:run (#29336)Harmen Stoppels1-4/+15
2022-03-02make @llnl.util.lang.memoized support kwargs (#21722)Danny McClanahan1-9/+35
2022-02-22Add `spack --bootstrap` option for accessing bootstrap store (#25601)Todd Gamblin1-0/+9
2022-02-16find_libraries: search for both .so and .dylib on macOS (#28924)Adam J. Stewart1-4/+10
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan3-16/+41
2022-01-14Update copyright year to 2022Todd Gamblin13-13/+13
2021-12-16Set backup=False by default in filter_file (#28036)Harmen Stoppels1-1/+1
2021-11-29Handle byte sequences which are not encoded as UTF8 while logging. (#21447)Paul Ferrell1-1/+6
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-1/+1
2021-11-09Fix typos (ouptut) (#27317)Maxim Belkin1-1/+1
2021-10-25containerize: pin the Spack version used in a container (#21910)Massimiliano Culpo1-0/+15
2021-10-24py-vermin: add latest version 1.3.1 (#26920)Morten Kristensen1-1/+1
2021-10-11installer: Support showing status information in terminal title (#16259)Michael Kuhn1-1/+1
2021-10-01Spack install: handle failed restore of backup (#25647)Harmen Stoppels1-15/+25
2021-08-27Fix: --overwrite backs up old install dir, but it gets destroyed anyways (#25...Harmen Stoppels1-5/+2
2021-08-26Remove fork_context from llnl.util.lang (#25620)Massimiliano Culpo1-18/+0
2021-08-24locks: only open lockfiles once instead of for every lock held (#24794)Todd Gamblin1-20/+128
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-0/+16
2021-08-11doc: def llnl.util.filesystem.find fix rst (#25350)Axel Huebl1-8/+8
2021-08-09installation: filter padding from all `tty` outputTodd Gamblin1-11/+46
2021-08-02don't spin writer daemon when < /dev/null (#25170)Dylan Simon1-4/+6
2021-08-01spack diff: make output order deterministic (#25169)Todd Gamblin1-0/+41
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart5-47/+55
2021-07-12build output: filter padding out of console output when `padded_length` is us...Todd Gamblin1-4/+11
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin10-23/+26
2021-05-31Log performance improvement (#23925)Tom Scogland1-22/+37
2021-05-06Put a module object in sys.modules before executing module code (#23269)Massimiliano Culpo1-1/+20
2021-04-15Use `gethostname()` instead of `getfqdn()` for lock debug modevsoch1-1/+1
2021-04-09Build process output: handle UTF-8 for python 3.x to 3.7 (#22888)Peter Scheibel1-2/+9
2021-03-31specs: use lazy lexicographic comparison instead of key_orderingTodd Gamblin1-37/+217
2021-02-01Python 3.10 support: collections.abc (#20441)Adam J. Stewart2-8/+19
2021-01-27Add a context wrapper for mtime preservation (#21258)Sergey Kosukhin1-1/+23
2021-01-20[WIP] relocate.py: parallelize test replacement logic (#19690)Nathan Hanford1-0/+7
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin13-13/+13
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-2/+7
2020-11-18spack test (#15702)Greg Becker1-0/+13
2020-11-17concretizer: first working version with pyclingo interfaceTodd Gamblin1-0/+9
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel3-49/+177
2020-10-30Make archspec a vendored dependency (#19600)Massimiliano Culpo6-2259/+0
2020-10-15Environments: specify packages for developer builds (#15256)Greg Becker1-0/+10
2020-09-18env view failures: print underlying error message (#18713)Greg Becker1-1/+2
2020-09-11Environments: Avoid inconsistent state on failed write (#18538)Massimiliano Culpo1-0/+47