Groovy Documentation

Package org.gradle.nativebinaries.toolchain

Classes that allow C++ tool chains to be configured.

 

Interface Summary
Clang The Clang tool chain.
Gcc The GNU GCC tool chain.
GccTool An executable tool that forms part of a tool chain.
PlatformConfigurableToolChain A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
TargetPlatformConfiguration Configuration to add support for a target platform to a PlatformConfigurableToolChain.
ToolChain A set of compilers and linkers that are used together to construct a native binary.
ToolChainRegistry A container for ToolChains.
VisualCpp The Visual C++ tool chain.
 


Gradle API 1.12