- autoDetectStdlibPaths
string[] autoDetectStdlibPaths(string cwd, string compilerPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- detectDMDStdlibPaths
bool detectDMDStdlibPaths(string cwd, string[] ret, string dmdPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- detectLDCStdlibPaths
bool detectLDCStdlibPaths(string cwd, string[] ret, string ldcPath)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseDflagsImports
string[] parseDflagsImports(const(char)[] options, const(char)[] cwd, bool windows)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseDflagsImports
deprecated string[] parseDflagsImports(const(char)[] options, bool windows)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseDmdConfImports
deprecated bool parseDmdConfImports(R path, string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseDmdConfImports
bool parseDmdConfImports(R confPath, const(char)[] confDirPath, string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseLdcConfImports
bool parseLdcConfImports(string confPath, const(char)[] binDirPath, string[] paths)
Undocumented in source. Be warned that the author may not have intended to support it.
- searchPathFor
string searchPathFor(const(char)[] executable)
Undocumented in source. Be warned that the author may not have intended to support it.