summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/colify.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-02-23colify.py: get rid of **kwargs (#35641)Todd Gamblin1-37/+62
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-4/+3
2022-07-31black: reformat entire repository with blackTodd Gamblin1-38/+36
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-13/+11
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+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-12-28bugfix: colify_table should not revert to 1 column for non-tty (#14307)Todd Gamblin1-4/+13
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-09config: allow env.yaml to contain configuration in a single fileTodd Gamblin1-2/+2
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+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-24Fix bare 'except:' to placate errors in new flake8 version.Todd Gamblin1-1/+1
2017-10-24fix bugs found with stricter flake8 rulesTodd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
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-23/+19
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-9/+11
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-14/+18
2016-06-16Fixes #460: Do not show variants by default in spack find.Todd Gamblin1-2/+7
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-1/+1
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-12Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-14/+4
2015-10-12Fix bug in colify color handling.Todd Gamblin1-14/+4
2015-08-24Save progress. import gov.llnl.spack.mpich works.Todd Gamblin1-0/+7
2015-02-23Add an override to colify so we can set terminal dimensions.Todd Gamblin1-0/+9
2014-12-02colify handles ansi color input directly; no more decorator.Todd Gamblin1-23/+27
2014-12-01Better spack find view.Todd Gamblin1-1/+20
2014-12-01Colify now supports fixing the number of columns.Todd Gamblin1-12/+32
2014-11-23Cleanup code in colify.Todd Gamblin1-52/+57
2014-11-23Bugfix in terminal_size()Todd Gamblin1-2/+2
2014-10-08Update documentation to add an auto-generated list of packages.Todd Gamblin1-2/+6
2014-09-29Minor argparse improvement.Todd Gamblin1-4/+17
2014-04-14Clean up find command, move code to utils.Todd Gamblin1-23/+3
2014-03-14Moving utilities to a common LLNL package.Todd Gamblin1-0/+193