aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/platform
Commit message (Expand)AuthorAge
* Make sure the --host_platform_remote_properties_override flags isGravatar John Cater2018-07-27
* Clarified documentation of remote_execution_properties attribute.Gravatar jcater2018-07-23
* Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packagesGravatar cparsons2018-06-12
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Fix an incorrect example in the platform documentation.Gravatar jcater2018-05-30
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Simplify RuleClassProviders by making most RuleSets have their own class.Gravatar lpino2018-02-05
* Add required configuration fragments for platform rules.Gravatar jcater2018-01-19
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Automated rollback of commit 43f45b58acf10beadbb1221b71dfa06fa1341510.Gravatar jcater2017-12-21
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* Added new RuleClass flag to turn off platform support, to stop dependency cyc...Gravatar John Cater2017-11-21
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Implement PlatformBaseRule which describes the common settings for all platfo...Gravatar juliexxia2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* 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