summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/log.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-6/+6
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-4/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-26types: fix type annotations and remove novm annootations for llnl moduleTodd Gamblin1-3/+3
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-6/+4
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-18/+8
2022-07-31black: reformat entire repository with blackTodd Gamblin1-66/+79
2022-04-26Windows: fix termination of process output redirection (#29923)John W. Parent1-16/+16
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-35/+10
2022-03-17"spack commands --update-completion"John Parent1-2/+1
2022-03-17Expand external find for Windows (#27588)John Parent1-14/+53
2022-03-17use pytest stdout/err capture (#22584)loulawrence1-42/+51
2022-03-17Allow 'spack external find' to find executables on the system path (#22091)Betsy McPhail1-0/+165
2022-03-17Adding basic Windows features (#21259)Ben Cowan1-2/+3
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-29Handle byte sequences which are not encoded as UTF8 while logging. (#21447)Paul Ferrell1-1/+6
2021-11-09Fix typos (ouptut) (#27317)Maxim Belkin1-1/+1
2021-10-24py-vermin: add latest version 1.3.1 (#26920)Morten Kristensen1-1/+1
2021-10-11installer: Support showing status information in terminal title (#16259)Michael Kuhn1-1/+1
2021-08-02don't spin writer daemon when < /dev/null (#25170)Dylan Simon1-4/+6
2021-07-12build output: filter padding out of console output when `padded_length` is us...Todd Gamblin1-4/+11
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+4
2021-05-31Log performance improvement (#23925)Tom Scogland1-22/+37
2021-04-09Build process output: handle UTF-8 for python 3.x to 3.7 (#22888)Peter Scheibel1-2/+9
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-2/+7
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-47/+168
2020-09-02Mac OS: support Python >= 3.8 by using fork-based multiprocessing (#18124)Rui Xue1-1/+2
2020-07-23Reduce output verbosity with debug levels (#17546)Tamara Dahlgren1-3/+3
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin1-138/+335
2020-03-20multiprocessing: allow Spack to run uninterrupted in background (#14682)Greg Becker1-47/+83
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-0/+2
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-08-07Fix performance issue when compiling. (#8828)cedricchevalier191-4/+3
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-3/+3
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-22log_ouptut can take either a filename or a file objectTodd Gamblin1-55/+93
2017-08-20Unbuffer so that output from packages appears when redirectingTodd Gamblin1-2/+44
2017-08-20Preserve verbosity across installs when 'v' is pressed.Todd Gamblin1-54/+130
2017-08-20Rework output redirection in Spack.Todd Gamblin1-145/+218
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-3/+5
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-2/+6