Info about one compiler.
Class attributes Summary:
The name of the compiler, typically the executable name,
which must either be in the path or given as an absolute,
pathname.
Compiler flags that impact its characteristics.
The programming language the compiler is used for.
A string indicating the type of this info:
one of 'system', 'custom', ''.
The timestamp of the compiler binary.
A list of strings indicating the include paths.
A list of (name,value) pairs.
Class attributes Details:
The name of the compiler, typically the executable name,
which must either be in the path or given as an absolute,
pathname.
Compiler flags that impact its characteristics.
The programming language the compiler is used for.
A string indicating the type of this info:
one of 'system', 'custom', ''.
'custom' compilers will never be automatically updated,
and an empty string indicates a failure to look up the
given compiler.
The timestamp of the compiler binary.
A list of strings indicating the include paths.
A list of (name,value) pairs. Values may be empty, or None.
The latter ase indicates that the macro is to be undefined.