aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Use ctx.Fatalln instead of log.Fatalln for absolute path errorsColin Cross2019-09-261-16/+15
* Force dumpvars into dumb terminal mode and move log filesColin Cross2019-09-262-5/+16
* status table: don't write newlines in non-scrolling terminalsColin Cross2019-09-261-29/+21
* status table: ANSI code rows and columns are 1-basedColin Cross2019-09-261-4/+4
* Compute critical path when ninja finishesColin Cross2019-09-265-0/+325
* soong: Whitelist nprocSam Mortimer2019-09-081-0/+1
* cleanbuild: add *.zip.md5sum to installclean_filesMichael Bestas2019-09-061-0/+1
* Add dumpvar for WITH_SUAbhisek Devkota2019-09-061-0/+2
* soong: Add LINEAGE_VERSION to dumpvarsRashed Abdel-Tawab2019-09-061-0/+1
* Remove support for ONE_SHOT_MAKEFILEDan Willemsen2019-09-043-376/+161
* soong_ui: Do not clean the OutDir path multiple times.Patrice Arruda2019-09-041-1/+1
* soong_ui: Construct the proper MODULES-IN-<dir name> for m* build commands.Patrice Arruda2019-09-042-19/+85
* soong_ui: Do not find a build file if targets are specified.Patrice Arruda2019-09-042-22/+30
* soong_ui: Build under a path that contains a symbolic link.Patrice Arruda2019-09-042-1/+59
* Soong: Add build_error proto raw file to $(OUT_DIR).Patrice Arruda2019-09-045-8/+296
* Soong: Add BUILD_MODULES build action in soong_ui.Patrice Arruda2019-09-042-0/+50
* soong_ui: Add build actions commands in soong_ui.Patrice Arruda2019-09-043-6/+1109
* Soong: Fix the package name in metrics.proto filePatrice Arruda2019-09-045-167/+182
* Default to the status table outputDan Willemsen2019-09-041-4/+15
* Perform TERM check for file writers onlyMikhail Naganov2019-09-041-3/+3
* Improve dumb terminal detectionMikhail Naganov2019-09-041-0/+3
* Color long running durations when using action table outputColin Cross2019-09-041-9/+24
* Support an action table that shows longest running actionsColin Cross2019-09-043-11/+227
* Use SIGWINCH to update terminal sizeColin Cross2019-09-042-11/+61
* Revert "Use SIGWINCH to update terminal size"Colin Cross2019-09-042-54/+11
* Use SIGWINCH to update terminal sizeColin Cross2019-09-042-11/+54
* Make status line boldColin Cross2019-09-042-13/+15
* Move all output through StatusOutputColin Cross2019-09-046-0/+35
* Remove terminal.WriterColin Cross2019-09-0410-163/+74
* Move smart and dumb terminals into separate implementationsColin Cross2019-09-047-230/+352
* Add tests for status outputColin Cross2019-09-043-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
|/
* Turn on more warnings during CleanSpec processingDan Willemsen2019-02-041-0/+3
* Merge "Increase max line length for KatiReader bufio.Scanner"Treehugger Robot2019-01-311-0/+1
|\
| * Increase max line length for KatiReader bufio.ScannerColin Cross2019-01-301-0/+1