aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* 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
* 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