aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
...
* 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
* Don't return SkyValue when dirtying nodeGravatar Mark Schaller2015-08-11
* Convert invalidated tracking from per-value to per-keyGravatar Mark Schaller2015-08-11
* Add clarification about hash codes of 0.Gravatar Nathan Harmata2015-08-11
* Fix race condition in SkyKey#hashCode by using the hashCode caching strategy ...Gravatar Nathan Harmata2015-08-11
* Add threadpool injectability to invalidatorGravatar Mark Schaller2015-08-06
* Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>.Gravatar Janak Ramakrishnan2015-08-05
* Modify BuildingState to allow for alternative implementations.Gravatar Janak Ramakrishnan2015-08-04
* Log time spent on invalidation, and the number of nodes visited.Gravatar Eric Fellheimer2015-07-30
* Make some skyframe and lib/skyframe classes public.Gravatar Nathan Harmata2015-07-28
* Improve debugging message in case of unexpected getBatch <-> directDeps misma...Gravatar Janak Ramakrishnan2015-07-17
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Pass filter for what events should be stored in the Skyframe graph into the P...Gravatar Janak Ramakrishnan2015-07-16
* Make two Skyframe nodes with the same events and values equal.Gravatar Janak2015-07-13
* Add getter for SkyFunctionName's nameGravatar Michajlo Matijkiw2015-07-10
* Add debug preconditions guard for null skykeys to InMemoryMemoizingEvaluator#...Gravatar Michajlo Matijkiw2015-07-10
* Activate interleaved package and transitive target loadingGravatar Mark Schaller2015-07-08
* Batch retrieval of children when removing reverse deps.Gravatar Janak Ramakrishnan2015-06-29
* Remove unused SkyFunctionName isComputed.Gravatar Michajlo Matijkiw2015-06-26
* Convert SkyQueryEnvironment#buildTransitiveClosure to use batch operations.Gravatar Janak Ramakrishnan2015-06-23
* Log SkyKeys detected changed across buildsGravatar Michajlo Matijkiw2015-06-23
* Clean up AllPathsFunction and get rid of getFwdDeps(Target) and getReverseDep...Gravatar Janak Ramakrishnan2015-06-19
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Add batch methods to WalkableGraph and convert SkyQueryEnvironment to use them.Gravatar Janak Ramakrishnan2015-06-18
* Change the description of NodeEntry#markDirty to better align with the InMemo...Gravatar Googler2015-06-12
* Confusing method description elaborated upon a little bit.Gravatar Googler2015-06-01
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Ensure invariant that a no-keep-going build terminates as soon as it encounte...Gravatar Janak Ramakrishnan2015-05-01