index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
events
Commit message (
Expand
)
Author
Age
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Use EventHandler even before we have a Reporter instance
ulfjack
2017-06-14
*
Remove ErrorSensingEventHandler#resetErrors().
lberki
2017-06-12
*
Fix a thread safety issue in ErrorSensingEventHandler.
lberki
2017-06-12
*
Also report stored posts further up in Skyframe
Klaus Aehlig
2017-05-31
*
Abstract from DownloadProgressEvent to generic FetchProgress
Klaus Aehlig
2017-03-10
*
In SkyFunctionEnvironment post progress-like events immediately
Klaus Aehlig
2017-02-28
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Fix typo.
Nathan Harmata
2017-02-24
*
Add interface for extended reporting of events
Klaus Aehlig
2017-02-21
*
Change lib.events.Event to use UTF-8 encoding instead of a mix of platform-de...
Jon Brandvein
2017-01-03
*
Miscellaneous cleanups to lib.events
Jon Brandvein
2017-01-03
*
Improve overhead/safety of RecorderStream
Michajlo Matijkiw
2016-11-02
*
Cache Event hashcode.
Ulf Adams
2016-09-01
*
Typo fixes in markdown and javadoc as suggested by intellij typo inspection.
Googler
2016-07-27
*
Refactor the Event class; always construct through static methods.
Ulf Adams
2016-04-21
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Make EventCollector thread-safe for modifications.
Ulf Adams
2015-10-27
*
Simplify uses of EventCollector.
Ulf Adams
2015-10-27
*
Clean up tests to use EventCollectionApparatus more widely.
Ulf Adams
2015-10-27
*
Assert the specific type of event, not just the existence of any event.
Ulf Adams
2015-10-22
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Random collection of cleanups.
Ulf Adams
2015-09-08
*
Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.
Janak Ramakrishnan
2015-09-08
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-08
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-09-02
*
Roll back "When a Skylark macro creates a native rule, it also..."
Michajlo Matijkiw
2015-08-31
*
When a Skylark macro creates a native rule, it also sets the following rule a...
Florian Weikert
2015-08-28
*
Skylark error messages now include a stack trace.
Florian Weikert
2015-08-20
*
Fixed bug where blaze run with the --color=no flag was still printing out in ...
Shreya Bhattarai
2015-08-04
*
Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595.
Han-Wen Nienhuys
2015-08-04
*
Fixed bug where blaze run with the --color=no flag was still printing out in ...
Googler
2015-07-21
*
Make two Skyframe nodes with the same events and values equal.
Janak
2015-07-13
*
Improve error reporting in tests when there's an actual event/expected event ...
Janak Ramakrishnan
2015-07-10
*
Remove Path from Location, ParserInputSource and bunch of other low-level cla...
Lukacs Berki
2015-06-12
*
Clean up analysis error reporting a bit:
Janak Ramakrishnan
2015-04-28
*
Add serialization functionality to classes.
Eric Fellheimer
2015-03-23
*
Mark lib.events.Event and build.skyframe.TaggedEvents as serializable.
Nathan Harmata
2015-03-18
*
RELNOTES[NEW]: Added --relative_locations flag to the query command to make t...
Damien Martin-Guillerez
2015-03-13
*
Update from Google.
Han-Wen Nienhuys
2015-02-25