aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/platform
Commit message (Expand)AuthorAge
* Move platform lookup to new dedicated helper class.Gravatar John Cater2018-07-17
* Migrate platform-related skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* Pass environment to Skylark provider constructors.Gravatar tomlu2018-04-24
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* Do not expose platform-related providers to Skylark.Gravatar John Cater2018-03-06
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Tag for classes with @AutoCodec.Gravatar mjhalupka2018-02-15
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* 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
* 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