aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/actions
Commit message (Expand)AuthorAge
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Windows,launcher: add LauncherFileWriteActionGravatar Laszlo Csomor2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* Add charset to action key computation of ParameterFileWriteAction.Gravatar twerth2017-09-27
* Change param file arg string to a format string instead of a prefix string.Gravatar tomlu2017-09-18
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-28
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Refactor ActionTester to pass BitSet to factoriesGravatar hlopko2017-04-26
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Move the chmod call from SkyframeActionExecutor to ActionMetadataHandlerGravatar ulfjack2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Use a relative path for the runfiles treeGravatar Ulf Adams2017-03-21
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Cleanup FileWriteAction and add a flag that will guard transparent compressionGravatar Jon Brandvein2016-12-20
* Transparently compress any FileWriteAction strings of > 256 length.Gravatar Googler2016-12-08
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-11-10
* Add comment to EnvironmentVariable proto to make it clear that values are not...Gravatar Googler2016-11-10
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Add a method in MetadataHandler to retrieve contained artifacts from TreeArti...Gravatar Rumou Duan2016-10-07
* cc_inc_library deletes its output directory before execution.Gravatar Janak Ramakrishnan2016-10-04
* Add some type arguments to make Bazel compile again.Gravatar Lukacs Berki2016-08-29
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14