summaryrefslogtreecommitdiff
path: root/lib/spack/llnl
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin17-17/+17
2023-12-28shell: fix zsh color formatting for PS1 in environments (#39497)Todd Gamblin1-5/+13
2023-12-06bootstrap: Don't catch Ctrl-C (#41449)Jordan Galby1-3/+6
2023-10-30tty: flush immediately (#40774)Harmen Stoppels1-0/+1
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-0/+31
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo5-8/+179
2023-09-15Windows RPATHing: fix symlink error (#39933)John W. Parent2-23/+38
2023-09-15Group primitive url/path handling functions together (#40028)Massimiliano Culpo1-0/+459
2023-08-25Windows symlinking support (#38599)James Smillie2-88/+349
2023-08-17Add debugging statements to file search (#39121)Peter Scheibel1-2/+7
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+1
2023-08-08Fix broken inode assertion (#39188)Harmen Stoppels1-1/+1
2023-08-03Buildcache commands cleanup, again... (#39203)Harmen Stoppels1-1/+2
2023-07-22Implement fish completion (#29549)百地 希留耶1-123/+44
2023-07-20spack.util.lock: add type-hints, remove **kwargs in method signatures (#39011)Massimiliano Culpo1-0/+1
2023-07-19llnl.util.lock: add type-hints (#38977)Massimiliano Culpo1-64/+105
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-21/+0
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart5-12/+12
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart7-26/+26
2023-07-05Installations: don't set group permissions when they match what is desired (#...Peter Scheibel1-0/+2
2023-07-04spack commands: add type hints and docstrings (#38705)Adam J. Stewart1-122/+207
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart8-16/+0
2023-06-27Revert "Updates to symlinking for Windows (#34701)" (#38578)Harmen Stoppels2-371/+112
2023-06-26Updates to symlinking for Windows (#34701)David Alexander2-112/+371
2023-03-27Add `llnl.util.filesystem.find_first` (#36083)Harmen Stoppels1-1/+137
2023-03-17Windows: properly handle symlink failures (#36003)John W. Parent2-4/+10
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin2-26/+21
2023-02-23colify.py: get rid of **kwargs (#35641)Todd Gamblin1-37/+62
2023-02-20environment views: better, earlier error on clash (#35541)Harmen Stoppels1-0/+5
2023-02-20Patchel shutil.copystat to avoid PermissionError on Lustre (#27247)Ben Wibking1-0/+68
2023-02-20Fix broken links in docs (#35582)Adam J. Stewart1-1/+1
2023-02-18Improve error handling in buildcache downloads (#35568)Harmen Stoppels1-0/+25
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart5-25/+7
2023-02-16view: fix issue with non-contributing specs (#34661)Harmen Stoppels1-1/+1
2023-02-07Windows: Fix spack.bat handling of env commands (#35143)Dan Lipsa1-9/+7
2023-01-18license year bump (#34921)Harmen Stoppels14-14/+14
2023-01-10Remove **kwargs from function signatures in llnl.util.filesystem (#34804)Massimiliano Culpo1-69/+119
2023-01-09Support ASCI controlJohn Parent1-0/+58
2022-12-26types: fix type annotations and remove novm annootations for llnl moduleTodd Gamblin2-18/+13
2022-12-26timer: pick a single unit based on max duration.Harmen Stoppels1-9/+13
2022-12-09Windows: reenable unit tests (#33385)John W. Parent1-2/+7
2022-12-07Windows: Prevent SameFileError when rpathing (#34332)John W. Parent1-4/+11
2022-12-06Avoid stat call in `llnl.util.symlink` on non-windows (#34321)Harmen Stoppels1-1/+4
2022-11-25Track locks by (dev, ino); close file handlers between tests (#34122)Harmen Stoppels1-18/+16
2022-11-22Windows: add registry query and SDK/WDK packages (#33021)John W. Parent1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo7-51/+32
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo5-135/+63
2022-11-09Revert "fix racy sbang (#33549)" (#33778)Harmen Stoppels1-37/+8
2022-11-08fix racy sbang (#33549)Harmen Stoppels1-8/+37