summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/filesystem.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-17Allow / in GitVersion (#39398)Peter Scheibel1-0/+31
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-3/+3
2023-09-15Windows RPATHing: fix symlink error (#39933)John W. Parent1-19/+28
2023-08-25Windows symlinking support (#38599)James Smillie1-30/+68
2023-08-17Add debugging statements to file search (#39121)Peter Scheibel1-2/+7
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-2/+2
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-3/+3
2023-07-05Installations: don't set group permissions when they match what is desired (#...Peter Scheibel1-0/+2
2023-06-27Revert "Updates to symlinking for Windows (#34701)" (#38578)Harmen Stoppels1-93/+54
2023-06-26Updates to symlinking for Windows (#34701)David Alexander1-54/+93
2023-03-27Add `llnl.util.filesystem.find_first` (#36083)Harmen Stoppels1-1/+137
2023-03-17Windows: properly handle symlink failures (#36003)John W. Parent1-1/+1
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-20/+17
2023-02-20Patchel shutil.copystat to avoid PermissionError on Lustre (#27247)Ben Wibking1-0/+68
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. Stewart1-3/+0
2023-02-07Windows: Fix spack.bat handling of env commands (#35143)Dan Lipsa1-9/+7
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-10Remove **kwargs from function signatures in llnl.util.filesystem (#34804)Massimiliano Culpo1-69/+119
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-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-10/+8
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-47/+33
2022-11-09Revert "fix racy sbang (#33549)" (#33778)Harmen Stoppels1-37/+8
2022-11-08fix racy sbang (#33549)Harmen Stoppels1-8/+37
2022-11-02tests: fix group membership check in sbang tests. (#33658)Todd Gamblin1-2/+9
2022-10-31Windows: fix library loading and enable Clingo bootstrapping (#33400)John W. Parent1-56/+58
2022-10-07autotools: extend patching of the libtool script (#30768)Sergey Kosukhin1-3/+14
2022-09-26Fetching/decompressing: use magic numbers (#31589)John W. Parent1-1/+64
2022-09-14Bugfix: find_libraries (#32653)John W. Parent1-6/+6
2022-09-13Windows rpath support (#31930)John W. Parent1-6/+175
2022-08-16filesystem: in recursive mtime, check only files that exist (#32175)Wouter Deconinck1-1/+1
2022-08-09Add base class for directory visitor (#32008)Harmen Stoppels1-15/+88
2022-07-31black: reformat entire repository with blackTodd Gamblin1-219/+225
2022-06-06Update decompression support on Windows (#25185)John W. Parent1-0/+62
2022-05-19Fix spack install chgrp on symlinks (#30743)Jordan Galby1-2/+5
2022-05-09Windows permissions: uninstalling and cleaning stages (#29714)John W. Parent1-14/+63
2022-05-03OpenCV and OpenBLAS: add external find support (#30240)Brian Van Essen1-3/+7
2022-04-28install --overwrite: use rename instead of tmpdir (#29746)Harmen Stoppels1-26/+20
2022-04-01"spack external find": also find library-only packages (#28005)Brian Van Essen1-0/+37
2022-03-25Use the appropriate function to remove files in the stage directory (#29690)Massimiliano Culpo1-3/+7
2022-03-24environment views: single pass view generation (#29443)Harmen Stoppels1-0/+73
2022-03-23python: drop dependency on `file` for script check (#29513)Harmen Stoppels1-0/+23
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-5/+13
2022-03-17"spack commands --update-completion"John Parent1-12/+1
2022-03-17Path handling (#28402)John W. Parent1-17/+133
2022-03-17Expand external find for Windows (#27588)John Parent1-0/+3
2022-03-17Windows: Symlink supportBetsy McPhail1-3/+4
2022-03-17Create rename utility functionBetsy McPhail1-1/+21