summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/color.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-12-28shell: fix zsh color formatting for PS1 in environments (#39497)Todd Gamblin1-5/+13
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-09Support ASCI controlJohn Parent1-0/+58
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-3/+1
2022-10-10shell prompt: enclose control sequence in brackets (#33079)Brian Vanderwende1-3/+9
2022-07-31black: reformat entire repository with blackTodd Gamblin1-44/+46
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
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-05-09bugfix: don't use sys.stdout as a default arg value (#16541)Todd Gamblin1-2/+4
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo1-1/+5
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-02Fix coloring of error messages containing '}' symbol (#8277)Adam J. Stewart1-6/+25
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-2/+2
2017-07-31Add --color=[always|never|auto] argument; fix color when piping (#3013)paulhopkins1-6/+54
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-25Add API Docs for lib/spack/llnl (#3982)Adam J. Stewart1-27/+41
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-12/+17
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-10-13Add forgotten file from previous commit.Todd Gamblin1-0/+5
2015-05-29Add ability to force color mode even if terminal is NOT a ttyTodd Gamblin1-2/+6
2014-12-29Fix ColorStreamTodd Gamblin1-9/+12
2014-12-02colify handles ansi color input directly; no more decorator.Todd Gamblin1-0/+5
2014-03-14Moving utilities to a common LLNL package.Todd Gamblin1-0/+190