aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Bazel server, VFS: revert to using asByteSourceGravatar laszlocsomor2018-07-10
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Inline some ActionContextProvider classes into their modulesGravatar ulfjack2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Add status details to the protosGravatar ulfjack2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Simplify TestAttempt interfaceGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* Improve error message slightlyGravatar ulfjack2018-06-04
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Allow passing the relative symlink resolution policy to the SpawnInputExpanderGravatar ulfjack2018-05-30
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* test failure: print stacktrace on I/O errorGravatar Laszlo Csomor2018-05-16
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Print more debugging info when xcode-locator fails.Gravatar philwo2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06