aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions
Commit message (Expand)AuthorAge
* Restore VectorArg to CustomCommandLine's public interface.Gravatar tomlu2017-08-24
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Make AndroidTest#initializeTargetDevicesTest use lazy template args.Gravatar tomlu2017-08-14
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Improve type safety for vector args in CustomCommandLine.Gravatar tomlu2017-08-14
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Change logic of Blaze Java coverage.Gravatar elenairina2017-08-08
* Do not expand nested sets in the analysis phase in CustomCommandLine.Gravatar tomlu2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Document SpawnAction.Builder.useDefaultShellEnv()Gravatar laszlocsomor2017-08-02
* CustomCommandLine: add emptiness checksGravatar laszlocsomor2017-07-19
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Internal changeGravatar Googler2017-07-17
* AndroidBusyBox: deprecate path-list-type flagsGravatar laszlocsomor2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Decrease memory used by SpawnAction's param file builder.Gravatar tomlu2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Automated g4 rollback of commit e2edf2e141a09c025a958d580c7cac7b57c70d83.Gravatar Googler2017-05-26
* Automated g4 rollback of commit c78c947e6a8cbb323304f872a3dcabb989a3d76b.Gravatar cpeyser2017-05-23
* Do not retain transitive data in AndroidLocalTestBase.Gravatar Googler2017-05-15
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Fix action key computation for ParameterFileWriteAction.Gravatar Tobias Werth2017-02-06
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Minimize SpawnAction constructor exposureGravatar Michajlo Matijkiw2017-01-23