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
/
status
Age
Commit message (
Expand
)
Author
2025-02-18
Finish ninja action statuses when ninja exits
Colin Cross
2024-11-20
Flush verbose log every second
Colin Cross
2024-03-07
Store the changed_inputs field in build.trace.
Yu Liu
2024-01-09
"master" was renamed "main".
Elliott Hughes
2023-12-11
Fix typo in log in ninja.go
Jeongik Cha
2023-11-29
Show estimated build end time during build
Jeongik Cha
2023-09-05
Stop NinjaReader from sending new status messages after Close
Colin Cross
2023-06-26
Merge "Update tests for a changed status message."
Lukács T. Berki
2023-06-26
Update tests for a changed status message.
Lukacs T. Berki
2023-06-21
Include tags in trace data.
Dan Albert
2023-03-16
Add time unit for CriticalPathInfo's fields' name
Jeongik Cha
2023-03-15
Add long running jobs info
Jeongik Cha
2023-03-14
Add critical path infomation into metrics
Jeongik Cha
2022-08-29
cosmetic changes
usta
2021-07-23
Upgrade to golang protobuf api v2
Dan Willemsen
2021-06-29
Add errorHints to stdout when read-only file system errors are detected
Spandan Das
2021-02-06
Add LOCAL_LICENSE_KINDS to build/soong
Bob Badour
2020-10-15
Add stats from ninja subprocesses to build.trace.gz
Colin Cross
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-05-18
Update ninja proto, always enable `ninja -d stats`
Dan Willemsen
2020-03-19
Generate the build_error protobuf file on first build action error.
Patrice Arruda
2020-03-19
Merge "Add build progress in Soong UI"
Treehugger Robot
2020-03-19
Do not write build_error proto file if there are no build errors.
Patrice Arruda
2020-03-19
Add build progress in Soong UI
Patrice Arruda
2020-03-10
Define a proto file that generates the current build completion status.
Patrice Arruda
2020-01-04
Don't print critical path parallelism ratio if elapsed time is 0.
Colin Cross
2019-11-26
Fix errorProtoLog error messages
Colin Cross
2019-06-26
Compute critical path when ninja finishes
Colin Cross
2019-06-24
Soong: Add build_error proto raw file to $(OUT_DIR).
Patrice Arruda
2019-06-12
Move all output through StatusOutput
Colin Cross
2019-03-21
Wait for ninja proto processing to finish when exiting
Colin Cross
2019-01-30
Increase max line length for KatiReader bufio.Scanner
Colin Cross
2019-01-02
Print a status message when starting ninja
Dan Willemsen
2018-10-19
Add a Kati-based packaging step
Dan Willemsen
2018-07-22
Fix `go vet` issues
Dan Willemsen
2018-07-12
Fix race condition and logging
Dan Willemsen
2018-07-12
Add a unified status reporting UI
Dan Willemsen