aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/platform
Commit message (Expand)AuthorAge
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2017-12-19
* Change Platform.remoteExecutionProperties to be a String, not a dict.Gravatar John Cater2017-11-21
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Remove :foundation from the export list of :packages.Gravatar tomlu2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add more thorough error reporting behavior for when config_setting has multip...Gravatar juliexxia2017-09-22
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Fix PlatformInfo to correctly report all duplicate constraints, not just the ...Gravatar John Cater2017-09-18
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make an immutable copy of a map in a simpler way.Gravatar lberki2017-08-18
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Remove the type data from ToolchainInfo, it is reduntant with DeclaredToolcha...Gravatar John Cater2017-07-31
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* 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
* Fix SkylarkDict.castSkylarkDictOrNoneToDict to return a Map.Gravatar jcater2017-07-06
* Improve the ToolchainInfo provider and add more data.Gravatar John Cater2017-07-06
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* 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
* Make platform providers creatable from Skylark.Gravatar John Cater2017-05-26
* 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