aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe/InMemoryMemoizingEvaluator.java
Commit message (Expand)AuthorAge
* When no new configured targets have been analyzed, only check for artifact co...Gravatar janakr2018-08-03
* Add the ParallelEvaluator.eval call to the ProfilerGravatar ulfjack2018-07-30
* Skip invalidation entirely if the diff is emptyGravatar ulfjack2018-07-25
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Don't use null EvaluationProgressReceiver in MemoizingEvaluator (it was only ...Gravatar janakr2018-01-30
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Tolerate injected nodes having deps.Gravatar janakr2017-07-21
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* EvaluationProgressReceiver absorbs other progress trackers.Gravatar Chloe Calvarin2016-10-06
* Fixed EvaluationProgressReceiver object namesGravatar Googler2016-09-27
* Refactor ParallelEvaluator in preparation for making it more modular with res...Gravatar Janak Ramakrishnan2016-08-26
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Augment the QueryableGraph#get[BatchWithFieldHints] method to take in paramet...Gravatar Nathan Harmata2016-07-27
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Minor change to add QueryableGraphBackedSkyFunctionEnvironment.Gravatar Janak Ramakrishnan2016-06-21
* Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...Gravatar Janak Ramakrishnan2016-05-11
* Remove TransitivePackageLoader#getVisitedTargets, which was only used in test...Gravatar Janak Ramakrishnan2016-02-11
* Intern IntVersions.Gravatar Janak Ramakrishnan2016-01-28
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Remove wildcard of SkyFunctionName, as it is finalGravatar Mark Schaller2015-10-22
* Don't iterate over children when building events if events won't be stored an...Gravatar Janak Ramakrishnan2015-10-12
* Replace EvaluableGraph#createIfAbsent with the potentially more efficient Eva...Gravatar Nathan Harmata2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-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
* Fix Bazel breakageGravatar Damien Martin-Guillerez2015-09-11
* Delay cleaning of in-flight nodes until the following build. This allows us t...Gravatar Janak Ramakrishnan2015-09-11
* Pass filter for what events should be stored in the Skyframe graph into the P...Gravatar Janak Ramakrishnan2015-07-16
* Add debug preconditions guard for null skykeys to InMemoryMemoizingEvaluator#...Gravatar Michajlo Matijkiw2015-07-10
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25