CoreComponents 3.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
CompileLinkStage Class Reference

Compile source files to object files and link object files to libraries and executables. More...

#include <cc/build/CompileLinkStage>

Inheritance diagram for CompileLinkStage:

Public Member Functions

bool run ()
 
- Public Member Functions inherited from BuildStage
bool complete () const
 
bool success () const
 
int status () const
 
List< StringpreCommands () const
 
List< StringpostCommands () const
 

Additional Inherited Members

- Protected Member Functions inherited from BuildStage
virtual BuildPlan plan () const =0
 
const BuildShellshell () const
 
const MetaObjectrecipe () const
 
const ToolChaintoolChain () const
 
JobScheduler createScheduler () const
 
bool outOfScope () const
 
- Protected Attributes inherited from BuildStage
bool complete_ { false }
 
bool success_ { true }
 
int status_ { 0 }
 
List< StringpreCommands_
 
List< StringpostCommands_
 

Detailed Description

Compile source files to object files and link object files to libraries and executables.