aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08
* ResourceManager shouldn't set threadLocked to true if resource acquisition go...Gravatar Philipp Wollermann2016-08-31
* Some little fixes to ResourceManager.Gravatar Philipp Wollermann2016-08-29
* Fix resource leakage on interrupt in ResourceManager identified by philwo.Gravatar Janak Ramakrishnan2016-08-27
* Make SpawnActions honor the client environmentGravatar Klaus Aehlig2016-08-26
* --Gravatar Philipp Wollermann2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Add correct debugging information about primary output to action conflict mes...Gravatar Janak Ramakrishnan2016-08-25
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Add information about the key of conflicting actions to the error message in ...Gravatar Lukacs Berki2016-08-25
* Add more debugging info in case of action conflicts. This will tell us if we'...Gravatar Janak Ramakrishnan2016-08-25
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Allow local spawns to add custom execution info.Gravatar Eric Fellheimer2016-08-12
* Drive-by cleanup to remove unnecessary function from the ActionCache interface.Gravatar Shreya Bhattarai2016-08-10
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Add hashCode(), equals(), and basic toString() to FilesetTraversalParams clas...Gravatar Janak Ramakrishnan2016-08-02
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* --Gravatar Luis Fernando Pino Duque2016-07-20
* Don't treat empty files specially with respect to mtime/digest.Gravatar Janak Ramakrishnan2016-07-14
* Rephrase Fingerprint in terms of guava HashFunction.Gravatar Eric Fellheimer2016-07-12
* Micro-optimizations to Digest.fromMetadata():Gravatar Googler2016-07-07
* 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