aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/CommandLineEvent.java
Commit message (Expand)AuthorAge
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Port bazelrc flags into their own module.Gravatar ccalvarin2018-05-16
* Add --ignore_all_rc_files startup options.Gravatar ccalvarin2018-05-15
* Remove alphabetical sorting of options in the canonical list.Gravatar ccalvarin2018-04-09
* Compute canonical list of options using OptionValueDescription's tracking of ...Gravatar ccalvarin2017-10-30
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Accept command lines from tools invoking Bazel.Gravatar ccalvarin2017-10-18
* BEP: link structured command lineGravatar Klaus Aehlig2017-10-16
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10