aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeExecutor.java
Commit message (Expand)AuthorAge
...
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Remove testing flag --internal_do_not_export_builtinsGravatar brandjon2017-12-21
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Refactor WalkableGraph and BuildDriver interfacesGravatar Googler2017-12-21
* Optionally allow loaded packages to not be tracked.Gravatar janakr2017-12-15
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* 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
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Internal changeGravatar twerth2017-10-18
* Add memory profiler.Gravatar tomlu2017-10-18
* Expose ActionLogBufferPathGenerator in SkyframeExecutor.Gravatar janakr2017-10-12
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* Pull clearing of legacy configured target data up to SkyframeExecutor and ren...Gravatar janakr2017-10-10
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Adjust visibility of SkyframeExecutor#findArtifactConflicts.Gravatar janakr2017-09-26
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove BuildInfoFactory precomputed value.Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* Inform SkyframeExecutor when a command starts.Gravatar janakr2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Cleanup todo from static config removalGravatar gregce2017-09-14
* Static config removal TODO cleanup.Gravatar gregce2017-09-14
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* Remove unused class after removal of BazelConfigurationCollection.Gravatar gregce2017-09-13
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05