Compiler Models

A custom compiler model class must...

Compiler Model Classes Provided in cscm

cscm.CompilerModel Represents a compiler.
cscm.C_CompilerModel A subclass of CompilerModel that provides implementations of get_prepend_flags() and get_append_flags() with some default arguments used in all C and C++ compiler models.
cscm.Java_CompilerModel A subclass of CompilerModel that provides implementations of get_prepend_flags() and get_append_flags() with some default arguments used in all Java compiler models.
cscm.X86_CompilerModel A subclass of CompilerModel that provides implementations of get_prepend_flags() and get_append_flags() with some default arguments used in all x86 compiler models.
cscm.CSharp_CompilerModel A subclass of CompilerModel that provides implementations of get_prepend_flags() and get_append_flags() with some default arguments used in all C# compiler models.