aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkylarkAspectFactory.java
Commit message (Expand)AuthorAge
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Initial implementation of a Skylark debug server API.Gravatar Googler2018-05-23
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Refactor Info classGravatar brandjon2017-12-27
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Automatic code cleanup.Gravatar cushon2017-10-23
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Add a little more context to an error message for when a rule returns the wro...Gravatar Googler2017-08-07
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847.Gravatar Alex Humesky2016-11-17
* output_group is not a real Skylark provider for aspects, as well as for rules.Gravatar Dmitry Lomov2016-11-11
* Add SkylarkAspect to SkylarkRuleContext for aspectsGravatar Dmitry Lomov2016-11-09
* Rollback of commit b91fac3b1f0f5142a906aa12280de936f29fb607.Gravatar Luis Fernando Pino Duque2016-11-09
* Restrict google_glob_information to eclipse_aspect.Gravatar Dmitry Lomov2016-11-08
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Remove SkylarkAspectClass.getDefintion.Gravatar Dmitry Lomov2016-04-07
* Allow Skylark rules and aspects to contribute to output groups.Gravatar Dmitry Lomov2015-12-28
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* 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