autobuild

Members

Enums

Color
enum Color
Undocumented in source.
Status
enum Status
Undocumented in source.

Functions

GenerateFsmAction
auto GenerateFsmAction(T fsm, TEnum st)

Call appropriate function for for the state.

cleanup
void cleanup(Flag!"keepCoverage" keep_cov)
Undocumented in source. Be warned that the author may not have intended to support it.
cmakeDir
Path cmakeDir()
Undocumented in source. Be warned that the author may not have intended to support it.
consoleToFile
void consoleToFile(Path fname, string console)
Undocumented in source. Be warned that the author may not have intended to support it.
gitChangdedFiles
auto gitChangdedFiles(string[] file_extensions)
Undocumented in source. Be warned that the author may not have intended to support it.
gitHEAD
auto gitHEAD()
Undocumented in source. Be warned that the author may not have intended to support it.
handleSIGINT
void handleSIGINT(int sig)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
playSound
void playSound(Flag!"Positive" positive)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(Color c, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
printStatus
void printStatus(Status s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(Color c, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
sanityCheck
bool sanityCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
sourcePath
auto sourcePath()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Fsm
struct Fsm

Moore FSM Exceptions are clearly documented with // FSM exception: REASON

Path
struct Path

Tag a string as a path and make it absolute+normalized.

Variables

signalExitStatus
Flag!"TestsPassed" signalExitStatus;
Undocumented in source.
signalInterrupt
Flag!"SignalInterrupt" signalInterrupt;
Undocumented in source.
skipStaticAnalysis
bool skipStaticAnalysis;
Undocumented in source.

Meta

Date

Date: 2016, Joakim Brännström

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)