aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* 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
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Include the root cause IOException in the BuildFileContainsErrorsException th...Gravatar nharmata2017-06-05
* Make workspace cycle reporting a little more flexibleGravatar kchodorow2017-05-29
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Make PackageOrException.get() public + make loadPackages() variant.Gravatar carmi2017-05-23
* Fix aspect processing when same dep appears in 2 attributes.Gravatar kaipi2017-05-22
* Create a loadPackages() method that loads multiple packages simultaneously, u...Gravatar carmi2017-05-22
* Make the number of legacy globbing threads configurable. PackageFactory's har...Gravatar nharmata2017-05-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Have TransitiveTraversalValues store kind of targets which have errors when c...Gravatar Googler2017-05-16
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-10
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Clean up API for the Extension classGravatar brandjon2017-05-09
* Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.Gravatar ulfjack2017-05-09
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-09
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-05-08
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Simplify RecursiveDirectoryTraversalFunction: neither of its use cases were u...Gravatar janakr2017-04-28
* Retain target kind in TransitiveTraversalValueGravatar Googler2017-04-28
* Automated g4 rollback of commit d5ee3b5397135eebd4b5d5b6bd4a4444093c4df8.Gravatar kchodorow2017-04-26
* Repositories can only be accessed in projects that define them in their WORKS...Gravatar kchodorow2017-04-26
* Dynamic configs: build the host config from data, not target options.Gravatar gregce2017-04-26
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* Migrate Executor-less Futures callback methods to the ones with an Executor, ...Gravatar Googler2017-04-25
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20