aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java
Commit message (Expand)AuthorAge
* In SkyframeExecutor#invalidateConfigurationCollection, actually delete the no...Gravatar janakr2018-07-03
* Add some debugging info to ArtifactFactory, and allow tests to access the Art...Gravatar janakr2018-06-22
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Remove LIPO supportGravatar hlopko2018-06-15
* Add a bit more profiler coverageGravatar ulfjack2018-06-15
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Rewrite TargetPattern failure reportingGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Process 'repo_mapping' attribute from WORKSPACE rules. 'repo_mapping' is a wa...Gravatar dannark2018-06-04
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Potentially allow children of a dirty node to be missing from the graph. Also...Gravatar janakr2018-05-15
* Move --track_incremental_state and --keep_state_after_build to CommonCommandO...Gravatar felly2018-05-15
* Ease the configuration-related restrictions of several more tests.Gravatar mstaib2018-05-14
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Allow SkyFunctions to return a sentinel value indicating that all of a node's...Gravatar janakr2018-04-30
* Widen visibility for SkyframeExecutor.setSkylarkSemanticsGravatar mschaller2018-04-27
* Fix skyframe target pattern evaluator thread usageGravatar ulfjack2018-04-26
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Simplify the signature of getSkylarkImportLookupFunctionForInliningGravatar shreyax2018-04-19
* Introduce PackageErrorMessageValueGravatar mschaller2018-04-19
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Makes BlazeDirectories a serialization constant.Gravatar shahan2018-04-10
* Remove Target from TargetPatternPhaseValue. Use the sets of targets that woul...Gravatar mjhalupka2018-03-29
* Allow ConfiguredTargetFunction to release its CPU-bound semaphore during dep ...Gravatar janakr2018-03-28
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Remove some more #getConfiguration calls (and some transitive ones through Co...Gravatar janakr2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Deprecate TransitiveInfoCollection#getConfiguration(), adding two new methods...Gravatar janakr2018-03-26
* Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction.Gravatar cpeyser2018-03-23
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Fix PackageFunction's call to Package.Builder.Helper#onLoadingComplete to passGravatar nharmata2018-03-07