aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add ActionInput.getExecPath, which returns a PathFragmentGravatar Ulf Adams2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Automatically set --jobs based on the number of CPU threads.Gravatar Julio Merino2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* 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
* Global cleanup change.Gravatar Googler2017-03-12
* 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
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.Gravatar Carmi Grushko2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* ForgeClient accepts Spawn, update some callersGravatar Ulf Adams2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* 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
* Add a small helper method to ActionInputHelperGravatar Ulf Adams2017-01-11
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Properly handle bazel's output deletion within a write-protected directory.Gravatar Kush Chakraborty2016-11-23
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* 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
* Expose Artifact#isTreeArtifact to Skylark.Gravatar Rumou Duan2016-11-04