aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppToolchainInfo.java
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Remove an unused argument.Gravatar lberki2018-01-24
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Move CppConfiguration#getCompilerFlags and #getCxxFlags to CcToolchainProvider.Gravatar cpeyser2017-12-19
* Move CppConfiguration#getFullyStaticLinkOptions, #getMostlyStaticLinkOptions,Gravatar cpeyser2017-11-28
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* In CppToolchainInfo, use the label of the cc_toolchain instead of --crosstool...Gravatar cpeyser2017-10-16
* Extract CppToolchainInfo from CppConfiguration. CppToolchainInfo contains allGravatar cpeyser2017-10-10