aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/events
Commit message (Expand)AuthorAge
* Fix lock contention in Reporter.startTask/.finishTask by:Gravatar Googler2018-08-13
* Combine prefix event and payload stdout/stderrGravatar Klaus Aehlig2018-08-10
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Make Location#printLocation privateGravatar michajlo2018-02-27
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Codec for Location.Gravatar shahan2018-01-16
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Simplify tagged event handling.Gravatar ulfjack2017-11-30
* Do not filter debug messagesGravatar vladmos2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Skylark parser: make the end position of location ranges inclusive.Gravatar fzaiser2017-10-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Use EventHandler even before we have a Reporter instanceGravatar ulfjack2017-06-14
* Remove ErrorSensingEventHandler#resetErrors().Gravatar lberki2017-06-12
* Fix a thread safety issue in ErrorSensingEventHandler.Gravatar lberki2017-06-12
* Also report stored posts further up in SkyframeGravatar Klaus Aehlig2017-05-31
* Abstract from DownloadProgressEvent to generic FetchProgress Gravatar Klaus Aehlig2017-03-10
* In SkyFunctionEnvironment post progress-like events immediately Gravatar Klaus Aehlig2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix typo.Gravatar Nathan Harmata2017-02-24
* Add interface for extended reporting of events Gravatar Klaus Aehlig2017-02-21
* Change lib.events.Event to use UTF-8 encoding instead of a mix of platform-de...Gravatar Jon Brandvein2017-01-03
* Miscellaneous cleanups to lib.eventsGravatar Jon Brandvein2017-01-03
* Improve overhead/safety of RecorderStreamGravatar Michajlo Matijkiw2016-11-02
* Cache Event hashcode.Gravatar Ulf Adams2016-09-01
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make EventCollector thread-safe for modifications.Gravatar Ulf Adams2015-10-27
* Simplify uses of EventCollector.Gravatar Ulf Adams2015-10-27
* Clean up tests to use EventCollectionApparatus more widely.Gravatar Ulf Adams2015-10-27
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Random collection of cleanups.Gravatar Ulf Adams2015-09-08
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-09-02
* Roll back "When a Skylark macro creates a native rule, it also..."Gravatar Michajlo Matijkiw2015-08-31
* When a Skylark macro creates a native rule, it also sets the following rule a...Gravatar Florian Weikert2015-08-28
* Skylark error messages now include a stack trace.Gravatar Florian Weikert2015-08-20
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Shreya Bhattarai2015-08-04
* Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.Gravatar Han-Wen Nienhuys2015-08-04
* Fixed bug where blaze run with the --color=no flag was still printing out in ...Gravatar Googler2015-07-21
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Improve error reporting in tests when there's an actual event/expected event ...Gravatar Janak Ramakrishnan2015-07-10
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Clean up analysis error reporting a bit:Gravatar Janak Ramakrishnan2015-04-28