aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/events
Commit message (Expand)AuthorAge
* 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
* Add serialization functionality to classes.Gravatar Eric Fellheimer2015-03-23
* Mark lib.events.Event and build.skyframe.TaggedEvents as serializable.Gravatar Nathan Harmata2015-03-18
* RELNOTES[NEW]: Added --relative_locations flag to the query command to make t...Gravatar Damien Martin-Guillerez2015-03-13
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25