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