index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
ToolchainUtil.java
Commit message (
Expand
)
Author
Age
*
Fix error handling for target pattern expansion
John Cater
2018-04-12
*
Fix toolchain and execution platform registration to use patterns.
John Cater
2018-03-12
*
Update ToolchainUtil to properly load and use the available execution
John Cater
2018-02-28
*
Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTa...
janakr
2018-02-14
*
Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. Th...
janakr
2018-02-14
*
Get rid of unnecessary target retrieval in ToolchainUtil: the label will do j...
janakr
2018-02-14
*
Update ToolchainResolutionFunction to consider multiple available
John Cater
2018-02-06
*
Rename the host platform information in the configuration.
John Cater
2018-02-06
*
Remove references of ConfiguredTarget.getTarget() from ToolchainUtil.
mjhalupka
2018-01-31
*
Add codec for ConfiguredTargetKey and remove stray LegacySkyKey constructors ...
janakr
2018-01-27
*
Convert ActionLookupKey implementations to directly implement SkyKey, removin...
janakr
2018-01-11
*
Add platform data into to the ToolchainContext unconditionally.
John Cater
2017-11-22
*
Added new RuleClass flag to turn off platform support, to stop dependency cyc...
John Cater
2017-11-21
*
Add tests for ToolchainUtil, and fix an error when there is an error and
John Cater
2017-10-23
*
Update RegisteredToolchainsFunction and ToolchainUtil to check values for err...
John Cater
2017-09-25
*
Rule classes cannot request duplicate toolchains.
cpeyser
2017-09-08
*
Add check that the exec and target platform labels actually provide a Platfor...
John Cater
2017-08-31
*
Adding further error messages for cases where invalid labels are used with re...
John Cater
2017-08-07
*
Improve error message when requesting an invalid toolchain type from the cont...
John Cater
2017-08-01
*
Use toolchain resolution in rule creation.
John Cater
2017-07-21