aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Simplify message around nsjail errorDan Willemsen2020-03-041-4/+1
* Don't print critical path parallelism ratio if elapsed time is 0.Colin Cross2020-01-041-2/+4
* Add TotalRAM detectionDan Willemsen2020-01-045-0/+80
* Use ctx.Fatalln instead of log.Fatalln for absolute path errorsColin Cross2019-12-111-16/+15
* Force dumpvars into dumb terminal mode and move log filesColin Cross2019-12-112-5/+16
* status table: don't write newlines in non-scrolling terminalsColin Cross2019-12-111-29/+21
* status table: ANSI code rows and columns are 1-basedColin Cross2019-12-111-4/+4
* Compute critical path when ninja finishesColin Cross2019-12-115-0/+325
* soong: Whitelist nprocSam Mortimer2019-12-111-0/+1
* cleanbuild: add *.zip.md5sum to installclean_filesMichael Bestas2019-12-111-0/+1
* Add dumpvar for WITH_SUAbhisek Devkota2019-12-111-0/+2
* soong: Add LINEAGE_VERSION to dumpvarsRashed Abdel-Tawab2019-12-111-0/+1
* Remove support for ONE_SHOT_MAKEFILEDan Willemsen2019-12-113-376/+161
* soong_ui: Do not clean the OutDir path multiple times.Patrice Arruda2019-12-111-1/+1
* soong_ui: Construct the proper MODULES-IN-<dir name> for m* build commands.Patrice Arruda2019-12-112-19/+85
* soong_ui: Do not find a build file if targets are specified.Patrice Arruda2019-12-112-22/+30
* soong_ui: Build under a path that contains a symbolic link.Patrice Arruda2019-12-112-1/+59
* Soong: Add build_error proto raw file to $(OUT_DIR).Patrice Arruda2019-12-115-8/+296
* Soong: Add BUILD_MODULES build action in soong_ui.Patrice Arruda2019-12-112-0/+50
* soong_ui: Add build actions commands in soong_ui.Patrice Arruda2019-12-113-6/+1109
* Soong: Fix the package name in metrics.proto filePatrice Arruda2019-12-115-167/+182
* Default to the status table outputDan Willemsen2019-12-111-4/+15
* Perform TERM check for file writers onlyMikhail Naganov2019-12-111-3/+3
* Improve dumb terminal detectionMikhail Naganov2019-12-111-0/+3
* Color long running durations when using action table outputColin Cross2019-12-111-9/+24
* Support an action table that shows longest running actionsColin Cross2019-12-113-11/+227
* Use SIGWINCH to update terminal sizeColin Cross2019-12-112-11/+61
* Revert "Use SIGWINCH to update terminal size"Colin Cross2019-12-112-54/+11
* Use SIGWINCH to update terminal sizeColin Cross2019-12-112-11/+54
* Make status line boldColin Cross2019-12-112-13/+15
* Move all output through StatusOutputColin Cross2019-12-116-0/+35
* Remove terminal.WriterColin Cross2019-12-1110-163/+74
* Move smart and dumb terminals into separate implementationsColin Cross2019-12-117-230/+352
* Add tests for status outputColin Cross2019-12-113-0/+307
* Go back to the host sed until we have a faster prebuilt.Elliott Hughes2019-05-091-1/+1
* Allow the host expr.Elliott Hughes2019-05-031-1/+1
* Add BUILD_BROKEN_USES_NETWORKDan Willemsen2019-04-093-2/+26
* Add toybox seq.Elliott Hughes2019-04-091-0/+1
* Panic if logging is attempted after CloseColin Cross2019-03-211-1/+5
* Wait for ninja proto processing to finish when exitingColin Cross2019-03-215-21/+125
* dumpvars += BOARD_VNDK_VERSIONSteven Moreland2019-03-071-0/+1
* Use python / python2.7 prebuiltsDan Willemsen2019-02-181-35/+33
* Switch sed(1) to toybox.Elliott Hughes2019-02-151-1/+1
* Use prebuilt awk on Darwin tooDan Willemsen2019-02-142-7/+2
* Stop calling our host $PATH prebuilts toyboxDan Willemsen2019-02-142-65/+68
* More verbose message on goma_ctl.py ensure_start failure.Yoshisato Yanagisawa2019-02-131-2/+2
* Merge "Switch to one-true-awk."Elliott Hughes2019-02-131-1/+1
|\
| * Switch to one-true-awk.Elliott Hughes2019-02-061-1/+1
* | Provide an option to reduce build's verbosity.Sasha Smundak2019-02-072-9/+12
* | Add BUILD_BROKEN_ENG_DEBUG_TAGS to soong.logDan Willemsen2019-02-051-0/+1
|/