summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util
AgeCommit message (Expand)AuthorFilesLines
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 Gamblin12-12/+12
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
2020-09-03install/install_tree: glob support (#18376)Adam J. Stewart1-49/+87
2020-09-02Mac OS: support Python >= 3.8 by using fork-based multiprocessing (#18124)Rui Xue3-2/+22
2020-08-19microarchitectures: Fix icelake (#18151)Michael Kuhn1-6/+5
2020-08-10Removed references to BlueGene/Q in docs and commentsMassimiliano Culpo1-30/+31
2020-08-10Update packages.yaml format and support configuration updatesMassimiliano Culpo1-4/+31
2020-07-23Reduce output verbosity with debug levels (#17546)Tamara Dahlgren3-47/+49
2020-07-06change master/child to controller/minion in pty docstringsTodd Gamblin1-74/+76
2020-06-25Separate Apple Clang from LLVM Clang (#17110)Massimiliano Culpo2-14/+23
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin2-6/+9
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin4-140/+706
2020-03-20multiprocessing: allow Spack to run uninterrupted in background (#14682)Greg Becker1-47/+83
2020-02-19Use shutil.copy2 in install_tree (#15058)Dr. Christian Tacke1-1/+1
2020-02-19Distributed builds (#13100)Tamara Dahlgren2-44/+221
2020-02-06Adds fma and vsx features to entire power arch family. (#14759)Matt Belhorn1-0/+14