aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
Commit message (Expand)AuthorAge
* Remove references to the "message_log" from Bazel.Gravatar ruperts2018-03-05
* Introduce Root class.Gravatar tomlu2018-01-17
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Set correct output_path for bazel infoGravatar Googler2017-08-11
* Move command.log writing to a moduleGravatar ulfjack2017-06-26
* Set correct execroot for infoGravatar kchodorow2017-06-22
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Add the java-runtime, java-vm, java-home and character-encoding items to "baz...Gravatar Philipp Wollermann2017-03-20
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Fix info key client-envGravatar Klaus Aehlig2016-10-07
* Add an info item to show the currently inherited client environmentGravatar Klaus Aehlig2016-09-21
* Remove unnecessary comment.Gravatar Luis Fernando Pino Duque2016-09-15
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Redesign InfoItem to use classes instead of the InfoKey enum. This way the In...Gravatar Luis Fernando Pino Duque2016-05-03