CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
GlobbingStage Class Reference

Gather list of source files and decide which need to be compiled. More...

#include <cc/build/GlobbingStage>

Inheritance diagram for GlobbingStage:

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

Gather list of source files and decide which need to be compiled.