aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
...
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Speed up fingerprint and hashcode computation by:Gravatar kush2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Fix various linter errorsGravatar ruperts2017-09-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Internal changeGravatar tomlu2017-09-22
* Add sanity check that the runfiles middleman root is a middleman rootGravatar ulfjack2017-09-20
* RELNOTES: Fix documentation typo.Gravatar Googler2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Internal changeGravatar tomlu2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Internal changeGravatar tomlu2017-09-14
* Remove Path instance from Artifact.Gravatar tomlu2017-09-14
* Fix string representations for root objectsGravatar vladmos2017-09-12
* ActionInputFileCache: move getMetadata to a new super-interfaceGravatar ulfjack2017-09-11
* AbstractAction: Use ActionInputFileCache instead of MetadataHandlerGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Set a bit in ActionExecutedEvent indicating if a failure occurred before the ...Gravatar janakr2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Remove `blaze` from the conflict error messageGravatar Gregg Donovan2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* BEP ActionExecuted: fix typoGravatar Klaus Aehlig2017-07-27
* Add configuration and target label to ActionCompletedId.Gravatar Eduardo Colaco2017-07-27
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Fix string representation for the Root classGravatar vladmos2017-07-19
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Update documentation on ctx.actions.declare_directory and File.Gravatar dslomov2017-07-10
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Clean up string representations for artifactsGravatar vladmos2017-07-10
* 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