aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Also provide the configuration id of executed actionsGravatar Klaus Aehlig2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-10
* Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.Gravatar ulfjack2017-05-09
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-09
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* BEP: Extend infrastructure to allow reporting artifacts only onceGravatar Klaus Aehlig2017-04-07
* Move the chmod call from SkyframeActionExecutor to ActionMetadataHandlerGravatar ulfjack2017-04-07
* Explicitly document the state transition on MetadataHandlerGravatar ulfjack2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Change print(artifact) to return "File" instead of "Artifact"Gravatar vladmos2017-03-29
* BEP: Unconditionally report ExtraActions Gravatar Klaus Aehlig2017-03-28
* 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