summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/dependents.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-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-3/+3
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-1/+1
2023-07-13Standardize subcommand help strings (#38804)Adam J. Stewart1-3/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-12/+19
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-4/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-08-19New `spack.environment.active_environment` api, and make spack.environment no...Harmen Stoppels1-1/+1
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin1-1/+4
2020-03-20fix: change typo dependnecies to dependencies (#15602)Ryan Mast1-1/+1
2020-01-22Use `spack commands --format=bash` to generate shell completion (#14393)Adam J. Stewart1-5/+3
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-04-17Features: Improve Spec format strings (#10556)Greg Becker1-1/+2
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-12-19env: all commands that disambiguate specs should be env-awareTodd Gamblin1-1/+3
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-4/+4
2018-05-17init: initialize spack.store lazilyTodd Gamblin1-1/+1
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-4/+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-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-01Add `spack dependencies` command and tests for it and dependents.Todd Gamblin1-1/+1
2017-08-01Refactor installed_dependents -> installed_relativesTodd Gamblin1-3/+3
2017-08-01Add --transitive option to `spack dependents`Todd Gamblin1-6/+11
2017-08-01spack dependents lists possible dependencies by default.Todd Gamblin1-25/+37
2017-08-01Add --all argument to `spack dependents`Todd Gamblin1-6/+56
2017-07-31Add --color=[always|never|auto] argument; fix color when piping (#3013)paulhopkins1-1/+1
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-1/+1
2017-02-03Fix spec hash printing (#2941)becker331-1/+1
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-2/+2
2016-12-19Fixes for various hash issues (#2626)Todd Gamblin1-6/+10
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-2/+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-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel1-1/+1
2014-08-10Remvoe dependence on v2.7 argparse by including argparse.Todd Gamblin1-1/+1
2014-08-09More spec improvementsTodd Gamblin1-3/+3
2014-07-08Fix for dependent package detection.Todd Gamblin1-0/+46