summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/graph.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-30argparse: make scope choices lazy s.t. validation in tests works (#41344)Harmen Stoppels1-1/+1
2023-11-24spack graph: fix coloring with environments (#41240)Massimiliano Culpo1-1/+1
2023-09-14Add efficient `deptype` flag and `spack.deptypes` module (#39472)Harmen Stoppels1-3/+3
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-7/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-27spack graph: rework to use Jinja templates and builders (#34637)Massimiliano Culpo1-16/+34
2022-07-31black: reformat entire repository with blackTodd Gamblin1-10/+16
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-08-25Make `spack graph -i` environment-aware (#25599)Todd Gamblin1-2/+8
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-6/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-06-05graph: refactor static graphsTodd Gamblin1-22/+9
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-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin1-1/+1
2018-05-17init: initialize spack.store lazilyTodd Gamblin1-1/+1
2018-05-17init: convert spack.debug global variable to config optionTodd Gamblin1-3/+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-3/+2
2017-09-30Refactor Package dependency metadataTodd Gamblin1-2/+3
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-01Remove last vestiges of "special" deptypes.Todd Gamblin1-1/+2
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-08rework spack help (#3033)Todd Gamblin1-0/+2
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-2/+3
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-8/+8
2016-12-29Concretize preserves deptypes (#2681)Todd Gamblin1-1/+1
2016-12-13Update `spack setup` and `spack graph` to be consistent with recent refactori...Elizabeth Fischer1-1/+2
2016-09-28Add single letter arg flags for spack graph (#1871)Adam J. Stewart1-3/+3
2016-09-27Make graph_ascii support deptypes.Todd Gamblin1-2/+2
2016-09-27Improvements to the Spack graph command.Todd Gamblin1-5/+35
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-5/+8
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-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel1-1/+1
2015-01-05Allow commands to return error codes.Todd Gamblin1-0/+5
2015-01-04Expansion works properly, simplified graph code.Todd Gamblin1-2/+2
2015-01-03bugfix for dot graphs of virtual packages.Todd Gamblin1-1/+1
2015-01-03Factor graph code out into its own module, rework spack graph.Todd Gamblin1-5/+27
2014-12-26spack graph allows plotting specific packages.Todd Gamblin1-1/+10
2014-03-16New, more consistent package directory structure.Todd Gamblin1-2/+1
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-5/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2013-02-22Better spack -h: added cmd descriptions.Todd Gamblin1-0/+1
2013-02-21Added help command and purge command.Todd Gamblin1-1/+1