aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Don't check direct deps when doing change pruning. Since dependents of a node...Gravatar Janak Ramakrishnan2016-02-09
* Parallelize top-level invalidation. No need to do all of these in sequence.Gravatar Eric Fellheimer2016-01-29
* Parallelize Package retrieval during Sky-query operation. To maintain type-sa...Gravatar Eric Fellheimer2016-01-29
* Intern IntVersions.Gravatar Janak Ramakrishnan2016-01-28
* Fix SkyframeBuilder's error handling, and change the contract of EvaluationRe...Gravatar Janak Ramakrishnan2016-01-28
* Allow opaque OptionsClassProvider to be passed around in BuildDriver#meta et ...Gravatar Nathan Harmata2016-01-20
* Skyfunctions can now catch up to five exceptions.Gravatar John Field2016-01-15
* Stop filtering out targets not in the graph in SkyQueryEnvironment. Instead, ...Gravatar Janak Ramakrishnan2016-01-15
* Include the new 'catastrophe' field in EvaluationResult.mergeFrom().Gravatar Googler2016-01-14
* Use AutoProfiler in SkyQueryEnvironment#init. Also augment the WalkableGraphF...Gravatar Nathan Harmata2016-01-14
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* In SkyQueryEnvironment, don't silently give up when there's a cycle in the gr...Gravatar Janak Ramakrishnan2016-01-07
* Add catastrophe field to EvaluationResult so that callers can identify the ca...Gravatar Janak Ramakrishnan2016-01-04
* Clarify the message of the exception thrown when a .getValue() calls returns ...Gravatar Lukacs Berki2015-12-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Repurpose the not-meaningfully-used ErrorInfo#isTransient to mean "is transit...Gravatar Nathan Harmata2015-12-10
* Avoid list copy in BuildingState.getNextDirtyDirectDepsGravatar Mark Schaller2015-12-09
* Track changed and dirtied keys separately during invalidationGravatar Mark Schaller2015-11-30
* Avoid low-value boxing of ints in BuildingStateGravatar Mark Schaller2015-11-30
* Make support for interruptibility optional during dirtyingGravatar Mark Schaller2015-11-25
* Avoid extra rdeps copy when finishing nodeGravatar Mark Schaller2015-11-24
* Presize invalidation pairs collectionGravatar Mark Schaller2015-11-24
* Extract ReverseDepsUtil interface so that InMemoryNodeEntry can be partially ...Gravatar Janak Ramakrishnan2015-11-24
* Tolerate independent cycle underneath main cycle during a re-evaluation.Gravatar Janak Ramakrishnan2015-11-24
* Add previous() method to IntVersion.Gravatar Janak Ramakrishnan2015-11-24
* Presize invalidation sets for better performanceGravatar Mark Schaller2015-11-20
* Allow SkyValues to be marked not "comparable". Such values are not compared f...Gravatar Eric Fellheimer2015-11-19
* More batching of graph lookups during evaluationGravatar Mark Schaller2015-11-19
* Batch (r)deps lookups during evaluationGravatar Mark Schaller2015-11-19
* Avoid re-evaluating a parent node when a child is found to be unchanged from ...Gravatar Janak Ramakrishnan2015-11-19
* Cleanup MarkedDirtyResult docs and constructorGravatar Mark Schaller2015-11-18
* Batch reverse dep retrieval in invalidationGravatar Mark Schaller2015-11-18
* Return rdeps when marking a node dirtyGravatar Mark Schaller2015-11-18
* Improve concurrency level in invalidation setsGravatar Mark Schaller2015-11-17
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Put NodeEntry in Supplier<SkyValue> passed to EvaluationProgressReceiver so i...Gravatar Janak Ramakrishnan2015-11-13
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* BUILD file tweaks.Gravatar Han-Wen Nienhuys2015-11-10
* Record Skyframe timing metrics even if Profiling is disabled.Gravatar Eric Fellheimer2015-11-06
* Intern rdep removal operations to save memory on incremental builds.Gravatar Janak Ramakrishnan2015-11-05
* Add sanity check in bubbleErrorUp that the parentEntry is non-null iff the pa...Gravatar Nathan Harmata2015-11-05
* In SkyKey#equals, check for 'functionName' equality before checking for 'argu...Gravatar Nathan Harmata2015-11-04
* Permit use of ForkJoinQuiescingExecutor for invalidationGravatar Mark Schaller2015-11-04
* Introduce ForkJoinQuiescingExecutor, permit its use in evaluationGravatar Mark Schaller2015-11-02
* Cleanup ValueVisitor (and dirty QuiescingExecutor)Gravatar Mark Schaller2015-11-02
* Change ValueVisitor to use delegationGravatar Mark Schaller2015-11-02
* Introduce ErrorClassifierGravatar Mark Schaller2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28