summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/link_tree.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-3/+3
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-02-20environment views: better, earlier error on clash (#35541)Harmen Stoppels1-0/+5
2023-02-16view: fix issue with non-contributing specs (#34661)Harmen Stoppels1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-08-09Add base class for directory visitor (#32008)Harmen Stoppels1-15/+11
2022-07-31black: reformat entire repository with blackTodd Gamblin1-58/+78
2022-04-06link_tree.py: format conflict error message (#29870)Harmen Stoppels1-2/+2
2022-03-24environment views: single pass view generation (#29443)Harmen Stoppels1-1/+259
2022-03-17Windows: Symlink supportBetsy McPhail1-3/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
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-05-26link_tree: add option to merge link trees with relative targetsTodd Gamblin1-25/+40
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-06-26views: packages can customize how they're added to views (#7152)scheibelp1-49/+94
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-11-02link_tree: support choosing the link functionOliver Breitwieser1-2/+2
2017-11-02link_tree: support ignoring conflictsOliver Breitwieser1-3/+16
2017-11-02link_tree: only remove matching files when unmergingOliver Breitwieser1-1/+6
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+2
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-5/+5
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-03-12Add install_tree, force_symlink helper functions.Todd Gamblin1-82/+0
2015-02-16Allow forced deactivation -- best effort unlinkingTodd Gamblin1-0/+4
2015-02-02Add extensions command.Todd Gamblin1-2/+3
2015-02-02Fixed dumb link_tree bug, added test for link tree.Todd Gamblin1-85/+112
2015-02-02Ability to ignore files in activate/deactivate for extensions.Todd Gamblin1-7/+4
2015-02-02Move symlink tree routines to LinkTree class.Todd Gamblin1-0/+168