aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/soong_ui/main.go
Commit message (Expand)AuthorAgeFilesLines
* Force dumpvars into dumb terminal mode and move log filesColin Cross2019-09-261-17/+27
* Compute critical path when ninja finishesColin Cross2019-09-261-0/+1
* Remove support for ONE_SHOT_MAKEFILEDan Willemsen2019-09-041-40/+28
* Deprecate ONE_SHOT_MAKEFILEDan Willemsen2019-09-041-1/+20
* soong-ui: Redirect mm to mma.Patrice Arruda2019-09-041-1/+4
* soong-ui: Redirect mmm to mmma.Patrice Arruda2019-09-041-1/+4
* Soong: Add build_error proto raw file to $(OUT_DIR).Patrice Arruda2019-09-041-0/+1
* Soong: Add BUILD_MODULES build action in soong_ui.Patrice Arruda2019-09-041-1/+1
* Soong: Use ctx.Writer in flag usage for dumpVar and dumpVars in soong_ui.Patrice Arruda2019-09-041-15/+15
* soong_ui: Add --build-mode flag in soong_uiPatrice Arruda2019-09-041-4/+94
* Soong: Fix the package name in metrics.proto filePatrice Arruda2019-09-041-1/+1
* Move all output through StatusOutputColin Cross2019-09-041-4/+6
* Remove terminal.WriterColin Cross2019-09-041-13/+10
* Soong: Refactor the soong_ui arguments processing to be more like bazel.Patrice Arruda2019-09-041-45/+123
* Fix recent builds with bad dangling symlinksDan Willemsen2019-03-081-0/+19
* Provide an option to reduce build's verbosity.Sasha Smundak2019-02-071-1/+2
* Fix the issue for dumping metrics file to artifactNan Zhang2019-01-071-3/+2
* Generate build timing metrics to proto format fileNan Zhang2019-01-041-1/+8
* Fix `go vet` issuesDan Willemsen2018-07-221-1/+1
* Fix missing errors during lunchDan Willemsen2018-07-161-1/+9
* Add a unified status reporting UIDan Willemsen2018-07-121-13/+36
* Revert "Revert "Test for dangling rules in make checkbuild""Colin Cross2017-11-251-1/+5
* Revert "Test for dangling rules in make checkbuild"Colin Cross2017-11-131-5/+1
* Test for dangling rules in make checkbuildColin Cross2017-11-131-1/+5
* Add --dumpvar[s]-mode to replace config.mk usesDan Willemsen2017-10-171-3/+137
* Run the Finder and make its results available to KatiJeff Gaston2017-08-161-0/+4
* Add microfactory tracingDan Willemsen2017-07-131-0/+4
* Fix `dist` if $DIST_DIR/logs doesn't existDan Willemsen2017-03-011-3/+4
* Ship the build log and trace on the build serversDan Willemsen2017-02-071-2/+9
* Add build tracingDan Willemsen2017-02-061-6/+14
* Add multiproduct_katiDan Willemsen2017-02-061-8/+0
* Add a Go replacement for our top-level Make wrapperDan Willemsen2017-02-061-0/+87