aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/skyframe
Commit message (Expand)AuthorAge
* Make ErrorInfo#toString more informative.Gravatar janakr2017-11-06
* Don't require --keep_going to discard graph edges. It's unnecessary.Gravatar janakr2017-11-02
* Fixes EvaluationResult BuilderGravatar Googler2017-10-31
* Push NodeEntry#keepEdges down to InMemoryNodeEntry. It's not needed on the ge...Gravatar janakr2017-10-18
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Switch from using Iterable to Collection in the return type to be more explicit.Gravatar shreyax2017-09-20
* Automatic code cleanup.Gravatar cushon2017-09-15
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Change WalkableGraphFactory#prepareAndGet to take multiple SkyKeys as graph r...Gravatar Googler2017-08-17
* Introduce AbstractParallelEvaluatorGravatar mschaller2017-08-07
* Adding a ConstantVersion to Skyframe, to be used when only a single evaluatio...Gravatar kush2017-08-03
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Make InMemoryGraph public.Gravatar janakr2017-07-24
* Tolerate injected nodes having deps.Gravatar janakr2017-07-21
* Automated rollback of commit 6e72f78e1c2e573787ec862e671f3b3b4c33dc96.Gravatar kush2017-07-20
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* Fix Postable forwarding and replayGravatar ulfjack2017-07-18
* Small changes to skyframe package.Gravatar kush2017-07-18
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Also report stored posts further up in SkyframeGravatar Klaus Aehlig2017-05-31
* Avoid waste in registerNewlyDiscovered... when there aren't anyGravatar mschaller2017-05-22
* Add a EvaluationProgressReceiver#computing method.Gravatar nharmata2017-05-11
* Introduce CompoundEvaluationProgressReceiver for combining multiple Evaluatio...Gravatar nharmata2017-05-10
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Clean up AbstractQueueVisitor's constructors.Gravatar janakr2017-05-09
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Allow graph implementations to filter out deps that are known to be done when...Gravatar janakr2017-04-10
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Remove BuildingState, since it only has one field. Instead, keep the signaled...Gravatar Janak Ramakrishnan2017-03-27
* Stop storing reverse deps to signal in BuildingState. Instead, re-use the rev...Gravatar Janak Ramakrishnan2017-03-24
* Tighten invariants around dirtiness checking. We should never need to create ...Gravatar Janak Ramakrishnan2017-03-06
* Add some more debugging info in case of rdep inconsistencies in Skyframe -- t...Gravatar Janak Ramakrishnan2017-03-03
* In SkyFunctionEnvironment post progress-like events immediately Gravatar Klaus Aehlig2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Inform progress receiver that node has been computed before any exception han...Gravatar Janak Ramakrishnan2017-02-13
* Add "CLEAN_UP" as a reason for retrieving a node.Gravatar Shreya Bhattarai2017-02-09
* Refactor DirtyBuildingState to allow custom implementation on storing theGravatar Googler2017-02-01
* Fix an issue with cached EventHandlers in SkyQueryEnvironment's resolverGravatar Mark Schaller2017-01-23
* Add some logging in case we fail an evaluation. This should be generally usef...Gravatar Janak Ramakrishnan2017-01-13
* Unsynchronize InMemoryNodeEntry#isDone. The buildingState variable's state ch...Gravatar Shreya Bhattarai2017-01-09
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Global cleanup change.Gravatar Googler2016-12-07
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-11-24
* Cache all previously computed values in SkyQueryEnvironment#beforeEvaluateQue...Gravatar Janak Ramakrishnan2016-11-17
* Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet.Gravatar Janak Ramakrishnan2016-11-17