aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config/FragmentCollection.java
Commit message (Expand)AuthorAge
* Migrate SkylarkRuleContext (and a few dependencies) to the build APIGravatar cparsons2018-05-11
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Expose android configuration to skylark (android_sdk and apk_signing_method)Gravatar Googler2017-08-18
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Fixed broken link in the documentation.Gravatar Florian Weikert2016-04-25
* Expose ObjcConfiguration to Skylark as fragment "objc" along with callable me...Gravatar Erik Abair2016-04-07
* Add documentation for fragments type, and add the four fragments (apple, cpp,...Gravatar Dave MacLachlan2016-03-02
* Add some basic print/debugging support to fragment collections.Gravatar Dave MacLachlan2016-03-02
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06