aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/AspectValue.java
Commit message (Expand)AuthorAge
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Memoize AspectValue serialization (oops).Gravatar janakr2018-03-24
* @AutoCodec AspectValue.Gravatar janakr2018-03-23
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* @AutoCodec AspectValue$AspectKey.Gravatar janakr2018-02-13
* Add context argument to ObjectCodec.{serialize,deserialize}Gravatar michajlo2018-02-11
* Start process of tagging AspectKey. Still a lot of subclasses of AspectClass ...Gravatar janakr2018-02-02
* Remove aspect configuration from AspectKey. Instead, store an appropriate Sk...Gravatar cpeyser2018-01-26
* Stop storing the base configuration in AspectKey. As with https://github.com/...Gravatar janakr2018-01-24
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Optionally allow loaded packages to not be tracked.Gravatar janakr2017-12-15
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Move aspect resolution out of ConfiguredTargetFunction.Gravatar gregce2017-09-21
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Report cycles involving aspects correctly.Gravatar Lukacs Berki2016-06-14
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Remove Aspect field from AspectKey.Gravatar Dmitry Lomov2016-04-07
* Use the correct Aspect in AspectFunction for Skylark aspects.Gravatar Dmitry Lomov2016-04-07
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Use two configurations for AspectKeys.Gravatar Michael Staib2016-03-01
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Save information about transitive packages in ConfiguredTargetValue and Aspec...Gravatar Marian Lobur2015-09-09
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25