| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
CLikeCompiler._get_basic_compiler_args
|
|
|
|
|
|
It's not used outside of the compiler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compiler.symbols_have_underscore_prefix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also fixes the `_cross_sizeof` helper
|
|
This also fixes the helper `_cross_alignment` method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Same logic as the openmp flags
|
|
I've done the compile and link flags in one commit since they're so
closely related
|
|
Compiler.get_language_stdlib_only_link_flags
|
|
|
|
|
|
|
|
|
|
|
|
Which, ironically, is passed down three levels and never used.
|
|
|
|
|
|
|
|
|
|
|