aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/PlatformOptions.java
Commit message (Expand)AuthorAge
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Add documentation on platform flags to the user manual.Gravatar jcater2018-06-13
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Obsolete and begin removing the toolchain_resolution_override flag.Gravatar John Cater2018-01-30
* Add new flag to add additional execution platforms.Gravatar John Cater2018-01-19
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Expose platform flags for documentation purposes.Gravatar John Cater2018-01-03
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* 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
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Add a constraint_values attribute and a target platforms attribute to the con...Gravatar juliexxia2017-09-21
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Add --extra_toolchains flag to register additional toolchain labels.Gravatar John Cater2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Re-add host_platform and target_platform, and set them as defaults.Gravatar jcater2017-06-21
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08