summaryrefslogtreecommitdiff
path: root/lib/spack/spack/directory_layout.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-1/+1
2023-09-28Partial removal of circular dependencies between `spack` and `llnl` (#40090)Massimiliano Culpo1-3/+1
2023-08-14Windows: enable "spack install" tests (#34696)markus-ferrell1-1/+2
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-8/+6
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-2/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-4/+2
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels1-211/+0
2022-11-08Fix missing "*.spack*" files in views (#30980)Jordan Galby1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-125/+154
2022-05-13directory_layout: remove outdated checks for old DAG hashTodd Gamblin1-33/+6
2022-05-13hashes: remove full_hash and build_hash from spackScott Wittenburg1-7/+3
2022-05-09Windows permissions: uninstalling and cleaning stages (#29714)John W. Parent1-2/+11
2022-03-17"spack commands --update-completion"John Parent1-2/+5
2022-03-17Features/windows install (#22204)Ben Cowan1-3/+4
2022-03-17Create rename utility functionBetsy McPhail1-1/+1
2022-02-04database: fix reindex with uninstalled deps (#28764)Harmen Stoppels1-4/+11
2022-01-21add six.raise_from() to preserve exception traceback (#28532)Danny McClanahan1-2/+3
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-09-30match .spack literal, not as a regex (#26374)Harmen Stoppels1-2/+3
2021-09-10Remove dead code in installer (#24035)Harmen Stoppels1-12/+0
2021-09-09specs: move to new spec.json format with build provenance (#22845)Nathan Hanford1-175/+182
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+3
2021-04-15Merge pull request #21930 from vsoch/add/spack-monitorVanessasaurus1-0/+15
2021-03-22use link/run deps only to compare extensions (#22396)Greg Becker1-2/+2
2021-02-23reduce strictness of directory layout spec-equality check (#21869)Peter Scheibel1-1/+7
2021-02-19bugfix: add build deps to 'full hash' (#21735)Greg Becker1-1/+4
2021-02-09Fixed uninstall rm parent folder race condition (#21424)BenWeber421-3/+12
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-09-25refactor install_tree to use projections format (#18341)Greg Becker1-30/+49
2020-05-04bugfix: config:install_hash_length ignored (#15919)Greg Becker1-0/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-23commands: add `spack deprecate` command (#12933)Greg Becker1-2/+50
2019-10-15Feature: installed file verification (#12841)Greg Becker1-0/+6
2019-08-20permissions: fix file permissions on intermediate install directories (#12399)Greg Becker1-15/+5
2019-07-19Fix #11240 (#11995)albestro1-1/+12
2019-07-11Rename build logs and make names consistent (#11806)Tamara Dahlgren1-9/+1
2019-06-29Allow uninstalling missing packages (#11874)Peter Scheibel1-4/+7
2019-06-18Rename build.out to build.txt (#11749)Elizabeth Fischer1-1/+1
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-5/+5
2019-03-27spack chain (#8772)Peter Scheibel1-11/+22
2019-01-09Allow combinatorial projections in views (#9679)Greg Becker1-8/+11
2019-01-01flake8: fix flake8 issues with invalid escapesTodd 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-10-11permissions: add permission configuration to packages.yaml (#8773)Greg Becker1-2/+14
2018-08-20yaml: use ruamel.yaml instead of pyyamlTodd Gamblin1-1/+2