summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/symlink.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-3/+2
2023-09-15Windows RPATHing: fix symlink error (#39933)John W. Parent1-4/+10
2023-08-25Windows symlinking support (#38599)James Smillie1-58/+281
2023-06-27Revert "Updates to symlinking for Windows (#34701)" (#38578)Harmen Stoppels1-278/+58
2023-06-26Updates to symlinking for Windows (#34701)David Alexander1-58/+278
2023-03-17Windows: properly handle symlink failures (#36003)John W. Parent1-3/+9
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-6/+4
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-06Avoid stat call in `llnl.util.symlink` on non-windows (#34321)Harmen Stoppels1-1/+4
2022-11-22Windows: add registry query and SDK/WDK packages (#33021)John W. Parent1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-8/+8
2022-03-31Windows Support: Fixup Perl build (#29711)John W. Parent1-12/+4
2022-03-17"spack commands --update-completion"John Parent1-30/+11
2022-03-17Windows: Symlink supportBetsy McPhail1-0/+139