aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Support file renaming in ActionFS.Gravatar felly2018-06-08
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* ActionFS correctly tracks symlink sources.Gravatar shahan2018-06-08
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Rewrite TargetPattern failure reportingGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* Allow rules and targets to specify extra execution platform constraints.Gravatar John Cater2018-06-05
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-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
* Failing targets are identified by comparing ConfiguredTarget.Key instead of C...Gravatar cpeyser2018-06-04
* ActionFS is now aware of inserted files.Gravatar felly2018-06-04
* Remove an unused method variable.Gravatar lberki2018-06-04
* Carry tree artifacts' self data through aggregating middlemen.Gravatar Benjamin Peterson2018-06-03
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Use a new RecursivePackageProvider to ask skyframe for the correct package no...Gravatar juliexxia2018-06-01
* Converts PLACEHOLDER FileValues into RegularFileValue when queried viaGravatar shahan2018-05-31
* Adds support for InlineFileArtifactValue.Gravatar shahan2018-05-30
* Fix Bazel crash on bad config_setting labels.Gravatar gregce2018-05-30
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Treat runfiles middlemen as aggregating middlemen.Gravatar Benjamin Peterson2018-05-28
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Log serialized BuildConfigurationValue$Key and its size, for easier diagnosin...Gravatar janakr2018-05-24
* With ActionFS, there is no need to delete previous output files. These should...Gravatar felly2018-05-24
* Refactor analysis failure reporting, report loading failuresGravatar ulfjack2018-05-24
* Make BuildOptions$OptionsDiffForReconstruction deterministic in its construct...Gravatar janakr2018-05-23
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Add events and get rid of ErrorInfoEncoder. Clean up some signatures and visi...Gravatar janakr2018-05-22
* Cache superclass traversal to find proper codec in ObjectCodecRegistry.Gravatar janakr2018-05-21
* Remove comment about legacy package loading.Gravatar dannark2018-05-21
* Remove string prefix optimization. With new UnsafeJdk9StringCodec, it's no lo...Gravatar janakr2018-05-21
* Remove ValueConstants. They're not pulling their weight in CPU overhead.Gravatar janakr2018-05-21
* When using JDK9, replace naive StringCodec with an optimized codec that uses ...Gravatar janakr2018-05-21
* Don't construct directories when using ActionFS - these are implicit.Gravatar felly2018-05-18
* Allows ActionFS to delegate to other file systems.Gravatar shahan2018-05-17
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Missing space in TargetPatternPhaseValue.toString()Gravatar shahan2018-05-17
* Makes BuildConfigurationValue.Key.toString() a bit more informative.Gravatar shahan2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* In TestsInSuiteValue, replace Target member with Label. This makesGravatar cpeyser2018-05-16