aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Add some docs on what rules and files areGravatar Kristina Chodorow2016-06-21
* experimental UI: also report the strategy of running actionsGravatar Klaus Aehlig2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Description redacted.Gravatar Googler2016-06-16
* Update Skyframe builder to return exit code based on reported error map, whenGravatar Googler2016-06-16
* Don't keep the full java.util.HashMap produced when checking for conflictingGravatar Googler2016-06-07
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Clarify that input/output names should be in cache key.Gravatar Janak Ramakrishnan2016-06-01
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Update JavaDoc for class Artifact.Gravatar Rumou Duan2016-05-16
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12
* Use runfiles path, not execroot path, for Skylark's short_pathGravatar Kristina Chodorow2016-05-11
* Move methods getRunfilesSuppliers, inputsKnown and discoversInputs fromGravatar Rumou Duan2016-05-11
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* Add javadoc to AbstractAction.computeKey()Gravatar Alex Humesky2016-04-21
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Extract common logic for detecting action and artifact prefix conflicts.Gravatar Rumou Duan2016-04-19
* Update the documentation for the Action class.Gravatar Ulf Adams2016-04-18
* Log whenever a periodic flush of the action cache is slow.Gravatar Nathan Harmata2016-04-14
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Add SMT detection for mac. Fixes #963.Gravatar Yue Gan2016-04-05
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* Set maximum limit on the number of actifacts shown in the output caused by co...Gravatar Googler2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Include the file count in ChangedFilesMessage.Gravatar Philipp Wollermann2016-03-04
* Expose artifact owner label to Skylark.Gravatar Dmitry Lomov2016-03-02
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28
* Let ActionContextConsumer#getActionContexts() return a Multimap instead of a ...Gravatar Philipp Wollermann2016-02-28
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* clean duplicate error message of the command line of a failed command which i...Gravatar Yue Gan2016-02-23
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Add the names of the mandatory inputs to the action key for actions that disc...Gravatar Lukacs Berki2016-02-22
* Reinstate mutable maps, again.Gravatar Francois-Rene Rideau2016-02-17
* Clarify documentation; use short_path, not path, in runfilesGravatar Dan Fabulich2016-02-17
* Rollback of commit a0eefb52f529b73c6cb92f0a762853646ea2eae6.Gravatar Googler2016-02-11
* Rollback of commit df03e10f6552566982399b8779fe7bc7a17d75dc.Gravatar Michajlo Matijkiw2016-02-11
* Make unpredictable action inputs and outputs available to Actions.Gravatar Michael Thvedt2016-02-10