aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* Allow other ExecutorService implementations in AbstractQueueVisitorGravatar Mark Schaller2015-10-13
* Refactor cycle related skyvalues to use shared empty valueGravatar Michajlo Matijkiw2015-10-13
* Don't iterate over children when building events if events won't be stored an...Gravatar Janak Ramakrishnan2015-10-12
* Clear interrupt bit before processing any error thrown by SkyFunction during ...Gravatar Janak Ramakrishnan2015-10-12
* Delay additions as well as removals of reverse deps. Now that removals are no...Gravatar Janak Ramakrishnan2015-10-12
* Be more specific about InMemoryNodeEntry.getGroupedDirectDepsGravatar Mark Schaller2015-10-09
* Increase visibility of an InMemoryNodeEntry methodGravatar Mark Schaller2015-10-08
* Remove vestigial serialization bits from ErrorInfoGravatar Michajlo Matijkiw2015-10-06
* Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...Gravatar Nathan Harmata2015-10-05
* Pre-populate the SkyFunctionEnvironment with the node's previously declared d...Gravatar Nathan Harmata2015-10-05
* ErrorInfo and CycleInfo don't need to be serializableGravatar Michajlo Matijkiw2015-09-30
* Add debugging info for crash during maybeMarkRebuilding.Gravatar Janak Ramakrishnan2015-09-30
* Visibility tweaks.Gravatar Michajlo Matijkiw2015-09-30
* Refactoring: Move ThreadPoolExecutorParams to top-level.Gravatar Eric Fellheimer2015-09-30
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Simplify buildingState check in markCleanGravatar Mark Schaller2015-09-30
* Refactor ErrorInfo creation to share single constructorGravatar Michajlo Matijkiw2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Clarify contract of EvaluationResult -- the same key can never be present in ...Gravatar Janak Ramakrishnan2015-09-25
* Prefetch and assert done on direct deps. Also print a more informative error ...Gravatar Janak Ramakrishnan2015-09-25
* Allow Skylark import lookup values to be computed inline in order to avoid re...Gravatar Janak Ramakrishnan2015-09-24
* Don't remove reverse deps until node is known to be changed. This helps avoid...Gravatar Janak Ramakrishnan2015-09-23
* Roll back using labels rather than PathFragments for skylark loads.Gravatar Michajlo Matijkiw2015-09-22
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-09-22
* Mark root causes as transient. Serializing nested sets is annoying, and since...Gravatar Janak Ramakrishnan2015-09-21
* Tiny typo fixGravatar Mark Schaller2015-09-21
* Fail fast on a crash in an InvalidatingNodeVisitor worker thread, just like w...Gravatar Nathan Harmata2015-09-15
* Fix rbuildfiles query operation for broken packages. We use to assume that al...Gravatar Miguel Alcon Pinto2015-09-11
* Fix spelling mistake.Gravatar Janak Ramakrishnan2015-09-11
* Fix Bazel breakageGravatar Damien Martin-Guillerez2015-09-11
* Strictly enforce reverse deps removals.Gravatar Janak Ramakrishnan2015-09-11
* Delay cleaning of in-flight nodes until the following build. This allows us t...Gravatar Janak Ramakrishnan2015-09-11
* Add a method to EvaluationProgressReceiver for getting information on SkyFunc...Gravatar Nathan Harmata2015-09-03
* Don't use null as a flag when iterating over dirty direct deps. Whether or no...Gravatar Janak Ramakrishnan2015-09-03
* Refactor NodeEntry, create node representation without a valueGravatar Mark Schaller2015-09-02
* Don't pass temporary direct deps to environment when bubbling up.Gravatar Janak Ramakrishnan2015-09-01
* Prefetch children of node being checked for cycles, in case graph implementat...Gravatar Janak Ramakrishnan2015-08-31
* Remove useless graph.get call, since we already have entry.Gravatar Janak Ramakrishnan2015-08-31
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Don't mark ErrorInfo transient if one of its child ErrorInfos is transient.Gravatar Janak Ramakrishnan2015-08-26
* Allow ErrorTransienceValue to be added back as a dep during change pruning if...Gravatar Janak Ramakrishnan2015-08-26
* Only perform one read of the hashCode field in our benign-data-racy hashCode(...Gravatar Nathan Harmata2015-08-26
* Memoize SkyFunctionNamesGravatar Michajlo Matijkiw2015-08-25
* Make ValueWithMetadata#normal public, for use in alternate graph implementati...Gravatar Janak Ramakrishnan2015-08-25
* Return raw SkyValue instead of wrapped ValueWithMetadata.Gravatar Janak Ramakrishnan2015-08-25
* Fix some nits and allow alternate evaluators to use MemoizingEvaluatorTest.Gravatar Janak Ramakrishnan2015-08-21
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Don't log timing information in InvalidatingNodeVisitor. Instead, callers can...Gravatar Nathan Harmata2015-08-17
* Allow for metadata lookup alongside the existing #prepareAndGet() graph const...Gravatar Eric Fellheimer2015-08-17
* When we have enough information to determine that a file didn't change type, ...Gravatar Nathan Harmata2015-08-13