summaryrefslogtreecommitdiff
path: root/lib/spack/spack/spec_list.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-05Environments: Add support for including definitions files (#33960)Tamara Dahlgren1-5/+4
2023-08-31environment: improve spack remove matching (#39390)Massimiliano Culpo1-2/+4
2023-08-17Delay abstract hashes lookup (#39251)Harmen Stoppels1-1/+3
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-1/+5
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-5/+3
2022-09-01New command, `spack change`, to change existing env specs (#31995)Peter Scheibel1-0/+7
2022-07-31black: reformat entire repository with blackTodd Gamblin1-29/+29
2022-02-04Use Spec.constrain to construct spec lists for stacks (#28783)Massimiliano Culpo1-29/+20
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+2
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-09-07SpecList: remove mutable types from __init__ arguments (#18515)Massimiliano Culpo1-1/+5
2020-06-09SpecList: fix recursion for references (#16897)Greg Becker1-29/+42
2020-06-02Fix satisfaction checks for excluding variants from matrices (#16893)Greg Becker1-0/+12
2020-05-04environments: allow sigils to apply to entire reference (#15245)Greg Becker1-4/+26
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-08-08bugfix: nested matrices in spec lists (#12320)Greg Becker1-10/+31
2019-07-22bugfix: env.write() should stringify Spec lists.Todd Gamblin1-0/+6
2019-07-18bugfix: spec lists can now include multiple referencesGregory Becker1-2/+1
2019-07-18stacks: update environment add/remove algorithmsGregory Becker1-1/+1
2019-07-18stacks: initial implementation of stacks on environmentsGregory Becker1-0/+168