MacOSX

Constructors

this
this(Args args)
Undocumented in source.

Members

Functions

dmd
int dmd()
Undocumented in source. Be warned that the author may not have intended to support it.
gdc
int gdc()
Undocumented in source. Be warned that the author may not have intended to support it.
ldc2
int ldc2()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FileFilter

Builder
alias Builder = int delegate()
Undocumented in source.
libs
Array libs;
Undocumented in source.
args
Args args;
Undocumented in source.
count
int count;
Undocumented in source.
suffix
const(char)[] suffix;
Undocumented in source.
excluded
bool[char[]] excluded;
Undocumented in source.
builders
Builder[char[]] builders;
Undocumented in source.
register
void register(const(char)[] platform, const(char)[] compiler, Builder builder)
builder
Builder builder(const(char)[] platform, const(char)[] compiler)
scan
FilePath[] scan(const(char)[] suffix)
sweep
FilePath[] sweep(FilePath root)
exclude
void exclude(const(char)[] path)
include
void include(const(char)[] path)
exec
void exec(const(char)[] cmd)
exec
void exec(const(char[])[] cmd, const(char[])[char[]] env, const(char)[] workDir)

Meta