aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* 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
* Make The Build Faster: Use AutoCloseable when dealing with resources.Gravatar Philipp Wollermann2016-02-10
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Introduce TreeArtifact and associated code to work with it. No functionality ...Gravatar Michael Thvedt2016-02-09
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.Gravatar Carmi Grushko2016-02-02
* Reinstate mutable SkylarkDictGravatar Francois-Rene Rideau2016-02-01
* Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.Gravatar Damien Martin-Guillerez2016-01-29
* Make Skylark dicts mutableGravatar Francois-Rene Rideau2016-01-29
* Make runfiles tree creation on Windows depend on the artifacts of the actual ...Gravatar Lukacs Berki2016-01-26
* Separate runfiles middlemen into two layers: one that is a middleman for the ...Gravatar Lukacs Berki2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Improve space efficiency of Blaze action cache: For actions that don't perfor...Gravatar Eric Fellheimer2016-01-22
* Skylark IDE info aspect: sources and dependencies.Gravatar Dmitry Lomov2016-01-19
* Fix #757: Bazel does not copy xml test output from sandbox.Gravatar Philipp Wollermann2016-01-18
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03