summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/file_cache.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-03repo cache: use -inf default instead of 0 (#39214)Harmen Stoppels1-5/+5
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-10FileCache: Delete the new cache file on exception (#34623)Jonathon Anderson1-2/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-14/+9
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-2/+2
2022-07-12file_cache.py: idempotent remove without races (#31477)Harmen Stoppels1-2/+7
2022-05-11Allow read-only access to file cache (when needed) (#29693)Tamara Dahlgren1-1/+7
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+1
2022-03-17Create rename utility functionBetsy McPhail1-2/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-23lock transactions: fix non-transactional writesTodd Gamblin1-2/+8
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-09-25Increase and customize lock timeouts (#9219)Peter Scheibel1-2/+10
2018-07-19style: make core comply with pep8-namingTodd Gamblin1-2/+2
2018-05-18locks: add configuration and command-line options to enable/disable locks (#7...Todd Gamblin1-1/+1
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-4/+4
2018-05-17init: Move file cache initialization out of __init__.pyTodd Gamblin1-0/+182