aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionTemplateExpansionFunction.java
Commit message (Expand)AuthorAge
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07