aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Remove the last remaining public ctor from PathFragment.Gravatar nharmata2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* --Gravatar Luis Fernando Pino Duque2017-03-22
* Add caching of computed file digests based on file metadata.Gravatar Julio Merino2017-03-17
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Don't update the action locality for actions with a null ownerGravatar Ulf Adams2017-03-07
* StandaloneTestStrategy sets the full list of outputs on the test spawnGravatar Ulf Adams2017-03-07
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Description redacted.Gravatar Adam Michael2017-01-18
* Tell Python binaries the location of their runfiles tree using the RUNFILES_D...Gravatar Lukacs Berki2017-01-13
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Refactor exception handling in SandboxStrategy.Gravatar Philipp Wollermann2016-10-27
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Add some type arguments to make Bazel compile again.Gravatar Lukacs Berki2016-08-29
* Some little fixes to ResourceManager.Gravatar Philipp Wollermann2016-08-29
* Fix resource leakage on interrupt in ResourceManager identified by philwo.Gravatar Janak Ramakrishnan2016-08-27
* --Gravatar Philipp Wollermann2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Avoid copying SkyKeys into a set and then into a map when retrieving them. In...Gravatar Janak Ramakrishnan2016-08-23
* Drive-by cleanup to remove unnecessary function from the ActionCache interface.Gravatar Shreya Bhattarai2016-08-10
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Remove ability of AbstractQueueVisitor to continue after an interrupt. That f...Gravatar Janak Ramakrishnan2016-06-15
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07
* CommandLine: Add support for tree artifact expansions.Gravatar Rumou Duan2016-05-19
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Add SMT detection for mac. Fixes #963.Gravatar Yue Gan2016-04-05
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17