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
/
skyframe
Commit message (
Expand
)
Author
Age
*
Accept Durations in the CriticalPathComponent and Profiler.
ccalvarin
2018-02-22
*
Store cycle detectors directly in AbstractParallelEvaluator.
shreyax
2018-02-22
*
Add basic equality checking for ErrorInfo and tighten the interface for Error...
shreyax
2018-02-21
*
Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.
fwe
2018-02-19
*
Re-use previously computed deps for TransitiveBaseTraversalFunction#compute i...
shreyax
2018-02-16
*
Refactor WalkableGraph and BuildDriver interfaces
Googler
2018-02-13
*
Refactors ParallelEvaluator to support eval-wide exceptions.
mschaller
2018-02-01
*
Don't use null EvaluationProgressReceiver in MemoizingEvaluator (it was only ...
janakr
2018-01-30
*
Re-add WalkableGraph#isUpToDate and BuildDriver#alreadyEvaluated
Googler
2018-01-18
*
Remove synchronization from InMemoryNodeEntry#getValue{,MaybeWithMetadata} an...
janakr
2018-01-10
*
Refactor WalkableGraph and BuildDriver interfaces
Googler
2017-12-21
*
ParallelEvaluator: report events early for cache hits
ulfjack
2017-12-21
*
Simplify tagged event handling.
ulfjack
2017-11-30
*
Add a static method GroupedList#numElements to allow to count the number of d...
shreyax
2017-11-29
*
Allow InMemoryNodeEntry subclasses to change which reverse dep operation to s...
janakr
2017-11-21
*
Clear interrupted bit in thread when throwing an interrupted exception that c...
janakr
2017-11-21
*
RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...
janakr
2017-11-12
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Remove least important argument to 5+ arg Preconditions#checkState/checkNotNull.
tomlu
2017-11-08
*
Make ErrorInfo#toString more informative.
janakr
2017-11-06
*
Don't require --keep_going to discard graph edges. It's unnecessary.
janakr
2017-11-02
*
Fixes EvaluationResult Builder
Googler
2017-10-31
*
Push NodeEntry#keepEdges down to InMemoryNodeEntry. It's not needed on the ge...
janakr
2017-10-18
*
Allow NodeEntry implementations to keep just deps, as opposed to all edges or...
janakr
2017-10-10
*
Bubble errors up even in the case of keep_going builds that failed due to cat...
janakr
2017-10-07
*
Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...
janakr
2017-09-26
*
Switch from using Iterable to Collection in the return type to be more explicit.
shreyax
2017-09-20
*
Automatic code cleanup.
cushon
2017-09-15
*
More BUILD file refactorings.
philwo
2017-09-06
*
Split the cycle between vfs and profiler.
philwo
2017-08-31
*
Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...
Googler
2017-08-17
*
Introduce AbstractParallelEvaluator
mschaller
2017-08-07
*
Adding a ConstantVersion to Skyframe, to be used when only a single evaluatio...
kush
2017-08-03
*
Add --toolchain_resolution_debug option to give more information about
John Cater
2017-07-26
*
Make SkyKey.argument a default method
ulfjack
2017-07-25
*
Make InMemoryGraph public.
janakr
2017-07-24
*
Tolerate injected nodes having deps.
janakr
2017-07-21
*
Automated rollback of commit 6e72f78e1c2e573787ec862e671f3b3b4c33dc96.
kush
2017-07-20
*
Now that SkyKey is an interface, accept Iterable<? extends SkyKey>
ulfjack
2017-07-19
*
Fix Postable forwarding and replay
ulfjack
2017-07-18
*
Small changes to skyframe package.
kush
2017-07-18
*
A bunch of unrelated cleanups:
nharmata
2017-06-16
*
Propagate postable events further up
Klaus Aehlig
2017-06-14
*
Also report stored posts further up in Skyframe
Klaus Aehlig
2017-05-31
*
Avoid waste in registerNewlyDiscovered... when there aren't any
mschaller
2017-05-22
*
Add a EvaluationProgressReceiver#computing method.
nharmata
2017-05-11
*
Introduce CompoundEvaluationProgressReceiver for combining multiple Evaluatio...
nharmata
2017-05-10
*
Introduce an EvaluationProgressReceiver implementation that does nothing.
nharmata
2017-05-10
*
Clean up AbstractQueueVisitor's constructors.
janakr
2017-05-09
*
Make SkyKey an interface, and start the migration of not creating SkyKey wrap...
janakr
2017-05-04
[next]