summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/variant.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-22Fix variant initialization logic to allow proper handling of values="*" (#40406)Tim Fuller1-0/+37
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-3/+3
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-5/+5
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-4/+4
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-10/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-09-21Allow conditional variants as first values in a variant directive (#32740)Massimiliano Culpo1-2/+9
2022-07-31black: reformat entire repository with blackTodd Gamblin1-215/+195
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-8/+14
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-05-12bugfix: reorder variants in Spec strings (#16462)Greg Becker1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin1-1/+1
2019-01-04Multi-valued variants: better support for combinations (#9481)Massimiliano Culpo1-0/+59
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-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+6
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-23mv variants: packages are now needed only during normalization (#4129)Massimiliano Culpo1-34/+86
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo1-0/+656