summaryrefslogtreecommitdiff
path: root/ui/terminal
AgeCommit message (Expand)Author
2024-07-16Highlight build failures in soong output cherokeeMeta
2023-12-19Revert "Show ETA only if it is smart status" Jeongik Cha
2023-11-30Show ETA only if it is smart status Jeongik Cha
2023-11-30Remove not-used field in smart_status Jeongik Cha
2023-11-29Show estimated build end time during build Jeongik Cha
2023-06-24After a build action fails, stop printing more output. Joe Onorato
2022-07-19Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is s... Sasha Smundak
2022-06-09Strip ANSI codes for messages on simple terminals Dan Willemsen
2021-12-10Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set. Sasha Smundak
2021-09-21Add environment variable to force keeping ANSI codes Colin Cross
2021-09-21Disable table mode in smart status if window size is not available Colin Cross
2021-02-06Add LOCAL_LICENSE_KINDS to build/soong Bob Badour
2020-12-22Remove unnecessary snake case variables. Jaewoong Jung
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-07-28Inclusive fix: renaming dumb terminal to simple terminal. Patrice Arruda
2019-10-29smart_status: move channel write outside lock to avoid deadlock Colin Cross
2019-09-23Force dumpvars into dumb terminal mode and move log files Colin Cross
2019-09-20status table: don't write newlines in non-scrolling terminals Colin Cross
2019-09-20status table: ANSI code rows and columns are 1-based Colin Cross
2019-07-30Default to the status table output Dan Willemsen
2019-07-02Perform TERM check for file writers only Mikhail Naganov
2019-06-27Improve dumb terminal detection Mikhail Naganov
2019-06-24Color long running durations when using action table output Colin Cross
2019-06-13Support an action table that shows longest running actions Colin Cross
2019-06-13Use SIGWINCH to update terminal size Colin Cross
2019-06-13Revert "Use SIGWINCH to update terminal size" Colin Cross
2019-06-12Use SIGWINCH to update terminal size Colin Cross
2019-06-12Make status line bold Colin Cross
2019-06-12Move all output through StatusOutput Colin Cross
2019-06-12Remove terminal.Writer Colin Cross
2019-06-12Move smart and dumb terminals into separate implementations Colin Cross
2019-06-12Add tests for status output Colin Cross
2019-02-07Provide an option to reduce build's verbosity. Sasha Smundak
2018-07-16Strip escape characters when TERM=dumb Dan Willemsen
2018-07-12Move all status output to stdout Dan Willemsen
2018-07-12Add a unified status reporting UI Dan Willemsen