aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* BEP: Merge all failures into the Aborted eventGravatar Klaus Aehlig2017-07-24
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Make error message in case top-level aspect is missing clearer.Gravatar Dmitry Lomov2017-07-24
* Make TestsInSuiteKey, TestSuiteExpansionKey implement SkyKeyGravatar ulfjack2017-07-24
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Improve logging on batch stat issues.Gravatar felly2017-07-21
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Refactor TargetPatternPhaseFunctionGravatar ulfjack2017-07-19
* Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgsGravatar ulfjack2017-07-19
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Clean up a few Skylark-Skyframe structuresGravatar brandjon2017-07-19
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* Add --extra_toolchains flag to register additional toolchain labels.Gravatar John Cater2017-07-19
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* Aspects-on-aspects correctness fix.Gravatar dslomov2017-07-14
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Avoid races while deleting output directory ancestorsGravatar mschaller2017-07-13
* Automated rollback of commit 937350211dcd55a4714ec32ebbf33fffcc42cdf2.Gravatar kchodorow2017-07-12
* Resolve references to @main-repo//foo to //fooGravatar kchodorow2017-07-11
* Add register_toolchains function to the WORKSPACE for registering toolchains ...Gravatar John Cater2017-07-11
* Remove dynamic configs dep on the static transition table.Gravatar gregce2017-07-11
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Exclude //external targets from //...Gravatar kchodorow2017-07-07
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Create top-level configs dynamically: period.Gravatar gregce2017-07-06
* Fix LocalRepositoryLookupFunction to normalize paths so they are compared pro...Gravatar John Cater2017-07-06
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Static-ize ConfigurationBuilderEnvironment.Gravatar mstaib2017-06-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Remove unused interface PreprocessorGravatar Klaus Aehlig2017-06-16
* Propagate postable events further upGravatar Klaus Aehlig2017-06-14
* Cleanup in ValidationEnvironment, provide static methods, reduce visibility.Gravatar laurentlb2017-06-12
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Have BazelPackageLoader use the newly added BazelSkyframeExecutorConstants.Gravatar nharmata2017-06-07