aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/platform
Commit message (Expand)AuthorAge
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Remove extra commented-out line.Gravatar jcater2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Add toolchain() rule for declaring toolchains with type and constraints.Gravatar John Cater2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* Fix automatic host platform detection to check the --host_cpu flag.Gravatar John Cater2017-06-06
* Fixing documentation for platforms and toolchains.Gravatar John Cater2017-06-05
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* Clean up SkylarkToolchainConstructor's argument handling.Gravatar John Cater2017-05-26
* Update the platform rule documentation to match the actual attribute names.Gravatar jcater2017-05-22
* Fix attribute name so docs are generated properly.Gravatar jcater2017-05-22
* Adds ToolchainConstructor interface and implementations.Gravatar John Cater2017-05-19
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Add a undocumented way to define a platform that is autodetected fromGravatar John Cater2017-04-24
* Refactor PlatformInfo.Builder to detect and report invalid configurations.Gravatar John Cater2017-04-24
* AutoValue and SkylarkClassObject interact badly, so remove that.Gravatar John Cater2017-04-24
* Add toolchain_rule to enable rule authors to define toolchains.Gravatar John Cater2017-04-11
* Adding toolchain provider and function to Skylark.Gravatar John Cater2017-04-07
* Expose platform-related providers to Skylark.Gravatar John Cater2017-04-06
* Add the remote_execution_properties attribute to the platform() rule. Gravatar John Cater2017-03-12
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Add constraint_setting and constraint_value rules, to enable defining Gravatar John Cater2017-02-28