aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Automatic code cleanup.Gravatar cushon2017-10-23
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Internal changeGravatar twerth2017-10-18
* Add memory profiler.Gravatar tomlu2017-10-18
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Expose ActionLogBufferPathGenerator in SkyframeExecutor.Gravatar janakr2017-10-12
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* 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
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Automatic code cleanup.Gravatar cushon2017-09-29
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29
* More narrowly specify SkyframeExecutor#prepareExecution as #detectModifiedOut...Gravatar janakr2017-09-28
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* 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
* Update RegisteredToolchainsFunction and ToolchainUtil to check values for err...Gravatar John Cater2017-09-25
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove BuildInfoFactory precomputed value.Gravatar janakr2017-09-25
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-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
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Move aspect resolution out of ConfiguredTargetFunction.Gravatar gregce2017-09-21
* Improve the error message for toolchain selection when the default platform i...Gravatar cpeyser2017-09-20
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Inform SkyframeExecutor when a command starts.Gravatar janakr2017-09-19
* Make ObjectCodecs.ClassKeyedBuilder more reasonableGravatar michajlo2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15