dub.generators.generator

Generator for project files

Members

Classes

ProjectGenerator
class ProjectGenerator

Common interface for project generators/builders.

Enums

BuildMode
enum BuildMode

Determines the mode in which the compiler and linker are invoked.

Functions

createProjectGenerator
ProjectGenerator createProjectGenerator(string generator_type, Project project)

Creates a project generator of the given type for the specified project.

runBuildCommands
void runBuildCommands(string[] commands, Package pack, Project proj, GeneratorSettings settings, BuildSettings build_settings)

Runs a list of build commands for a particular package.

Structs

GeneratorSettings
struct GeneratorSettings
Undocumented in source.

Meta

License

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

Authors

Matthias Dondorff