dub.compilers.compiler

Compiler settings and abstraction.

Public Imports

dub.compilers.buildsettings
public import dub.compilers.buildsettings;
dub.dependency
deprecated public import dub.dependency : Dependency;
dub.platform
public import dub.platform : BuildPlatform, matchesSpecification;

Members

Functions

getCompiler
Compiler getCompiler(string name)

Returns a compiler handler for a given binary name.

registerCompiler
void registerCompiler(Compiler c)

Registers a new compiler handler.

Interfaces

Compiler
interface Compiler
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig