aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
...
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Fix doc for CompactPersistentActionCache.validateIntegrityGravatar Mark Schaller2015-05-18
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Unconditionally disallow path fragments with up-level referencesGravatar Janak2015-05-05
* Adding additional logging that would have been useful when debugging issue #152.Gravatar Janak2015-05-05
* Enables BlazeModule to return multiple ActionContextProviders and ActionConte...Gravatar Googler2015-04-23
* Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...Gravatar Janak Ramakrishnan2015-04-14
* Pick default resources based on the Runtime.maxMemory andGravatar Han-Wen Nienhuys2015-04-14
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Make Artifacts be compared to each other based on their exec paths (and not t...Gravatar Lukacs Berki2015-04-13
* Remove BuilderUtils#rethrowCause(...)'s vestigial bitsGravatar Michajlo Matijkiw2015-04-08
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Catch action conflicts in the same target during configured target analysis, ...Gravatar Janak Ramakrishnan2015-03-30
* Resolve inputs that were stored in action cache ahead of time so metadata for...Gravatar Janak Ramakrishnan2015-03-30
* Move action-cache updating to inside ActionExecutionFunction, in preparation ...Gravatar Janak Ramakrishnan2015-03-30
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
* Use a single critical path component in case of shared actions that run concu...Gravatar Miguel Alcon Pinto2015-03-23
* remove ActionMetadata#getInputCountGravatar Michajlo Matijkiw2015-03-23
* Don't print out action cache if it has more than 1000 entries. This prevents ...Gravatar Janak Ramakrishnan2015-03-23
* Rolling back change because of subtle race condition when multiple actions in...Gravatar Janak Ramakrishnan2015-03-20
* Description redacted.Gravatar Janak Ramakrishnan2015-03-20
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Return ActionInput objects from the ActionInputFileCache when given a digest ...Gravatar Janak Ramakrishnan2015-03-16
* Simplify BuildConfiguration to make it cheaper to create more instances.Gravatar Ulf Adams2015-03-16
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Introduce a PackageBoundaryMode enum to FilesetTraversalParams.Gravatar Laszlo Csomor2015-02-12
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Small code cleanups.Gravatar Ulf Adams2015-02-06
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25