summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/llnl/util/file_list.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-6/+6
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-7/+7
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-10/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-2/+1
2022-09-14Bugfix: find_libraries (#32653)John W. Parent1-3/+26
2022-09-13Windows rpath support (#31930)John W. Parent1-21/+44
2022-07-31black: reformat entire repository with blackTodd Gamblin1-127/+138
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-4/+28
2022-03-17Path handling (#28402)John W. Parent1-10/+10
2022-03-17Update tests support for WindowsBetsy McPhail1-10/+10
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+9
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-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-07-19style: make core comply with pep8-namingTodd Gamblin1-4/+4
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-5/+6
2018-04-03Fix bug in test_find_with_globbing unit test (#7652)Adam J. Stewart1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-13find has been changed to accept glob expressionsalalazo1-20/+41
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24do not use 'l' as a variable name, to appease new flake8 versionTodd Gamblin1-12/+12
2017-09-30Add testing for spack blame; refactor llnl.util testsTodd Gamblin1-0/+277