aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventstream
Commit message (Expand)AuthorAge
* BEP: Use TestStatus enum to report the status of a TestResultGravatar Jakob Buchgraber2017-03-23
* Add a BuildEvent capable of storing the original command line Gravatar Klaus Aehlig2017-03-21
* BEP: Indicate caching status in TestResult Gravatar Klaus Aehlig2017-03-20
* Make AspectCompleteEvent an instance of BuildEvent Gravatar Klaus Aehlig2017-03-16
* BEP: provide timing information for tests Gravatar Klaus Aehlig2017-03-09
* BEP: Make TestSummary provide the overall status Gravatar Klaus Aehlig2017-03-06
* BEP: Report pattern expansion failures Gravatar Klaus Aehlig2017-03-01
* BEP: Add BuildFinished event. Gravatar Jakob Buchgraber2017-02-28
* BEP: Add tags and output files to TargetComplete event Gravatar Jakob Buchgraber2017-02-28
* Declare all BuildEvents as Postable Gravatar Klaus Aehlig2017-02-21
* Fix spelling of millisGravatar Klaus Aehlig2017-02-21
* BEP: Provide more useful data in TestResult events Gravatar Klaus Aehlig2017-02-10
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Also report about individual attempts in a test Gravatar Klaus Aehlig2017-02-03
* Also report individual test results via BEP Gravatar Klaus Aehlig2017-02-02
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Support ordering constraints on build eventsGravatar Klaus Aehlig2016-11-21
* Writes a machine readable representation of BuildEvents to a file (varint del...Gravatar Eduardo Colaco2016-11-03
* Also provide test summaries in the build-event streamGravatar Klaus Aehlig2016-11-02
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Create a distribution artifactGravatar Klaus Aehlig2016-10-24
* Post the expansion of a target pattern on the event streamGravatar Klaus Aehlig2016-10-10
* Show the starting of the build in the build event streamGravatar Klaus Aehlig2016-10-07
* Add type annotation for the benefit of java 7Gravatar Klaus Aehlig2016-09-30
* Add infrastructural build eventsGravatar Klaus Aehlig2016-09-30
* Add a BuildEventTransport writing text-format protosGravatar Klaus Aehlig2016-09-29
* Add interfaces for the build event protocolGravatar Klaus Aehlig2016-09-28
* Fix visibility of proto srcsGravatar Klaus Aehlig2016-09-27
* Add basic protocol buffer for the build event protocolGravatar Klaus Aehlig2016-09-27