Age | Commit message (Expand) | Author | Files | Lines |
2020-09-15 | Add support for the CompCert C Compiler | Sebastian Meyer | 1 | -0/+31 |
2020-08-23 | Merge pull request #7600 from alexrp/master | Jussi Pakkanen | 1 | -2/+13 |
2020-08-22 | Add C2x option support. | Alex Rønne Petersen | 1 | -2/+13 |
2020-08-22 | Merge pull request #7447 from scivision/nvc | Jussi Pakkanen | 1 | -0/+9 |
2020-08-09 | msvc: enable /std:c11 flag | Michael Hirsch | 1 | -0/+20 |
2020-07-13 | add Nvidia HPC SDK compilers | Michael Hirsch, Ph.D | 1 | -0/+9 |
2020-05-22 | compilers: add fetching of define list for clang | Yevhenii Kolesnikov | 1 | -2/+3 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -43/+86 |
2020-03-23 | Fix legacy env var support with cross | John Ericson | 1 | -1/+1 |
2020-03-21 | -Add xc16 and c2000 C,Cpp toolchain support | alanNz | 1 | -0/+91 |
2020-03-08 | Merge pull request #6688 from dcbaker/emcc-linker-bugs | Jussi Pakkanen | 1 | -2/+2 |
2020-03-03 | Set c_winlibs/cpp_winlibs for Clang in the same way as for GCC | Martin Storsjö | 1 | -0/+6 |
2020-02-27 | compilers/linkers: Add a representation for wasm-ld | Dylan Baker | 1 | -2/+2 |
2020-02-27 | compilers/mixins/emscripten: Implement thread support | Dylan Baker | 1 | -1/+1 |
2020-02-27 | compilers/emcc: Fix inheritance order | Dylan Baker | 1 | -1/+1 |
2020-01-30 | -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi... | alanNz | 1 | -0/+3 |
2020-01-28 | compilers: Split ClangCL and MSVC mixins | Dylan Baker | 1 | -7/+5 |
2020-01-27 | Bringing back defines in Elbrus C compiler to simplify environment.py | makise-homura | 1 | -2/+3 |
2020-01-27 | Fix missing 'defines' argumet for Elbrus compiler | makise-homura | 1 | -3/+3 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -3/+3 |
2020-01-06 | Updated linker MR (#6407) | Jussi Pakkanen | 1 | -1/+1 |
2019-12-17 | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 1 | -1/+2 |
2019-12-13 | compilers: make use of mlog.log_once | Dylan Baker | 1 | -5/+1 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 1 | -1/+2 |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-10-18 | Refactor duplicate Emscripten code into a mixin | Andrei Alexeyev | 1 | -13/+2 |
2019-10-15 | Fix emscripten C compiler initialization | Andrei Alexeyev | 1 | -3/+4 |
2019-10-14 | Implement get_linker_output_args in Emscripten compilers | Andrei Alexeyev | 1 | -0/+3 |
2019-10-14 | Implement get_allow_undefined_link_args in EmscriptenCCompiler | Andrei Alexeyev | 1 | -0/+4 |
2019-10-11 | compilers: Fix version requirements for ClangC and AppleClangC | Ting-Wei Lan | 1 | -4/+4 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -38/+68 |
2019-10-07 | compilers: Add a specific type for AppleClangC | Dylan Baker | 1 | -4/+18 |
2019-08-14 | compilers: Dispatch to dynamic linker class | Dylan Baker | 1 | -22/+2 |
2019-08-14 | compilers: Make MSVClike compilers proxy extra keyword arguments | Dylan Baker | 1 | -6/+6 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 1 | -0/+25 |
2019-07-16 | Fix missing return statements that are seen with -Werror=return-type. | Martin Liska | 1 | -0/+1 |
2019-07-15 | compilers: split pgi compiler out of compilers module | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: put elbrus in mixins | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: Put clang mixin in a module | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: move ArmClang into mixins/arm.py | Dylan Baker | 1 | -2/+1 |
2019-07-15 | compilers: Put Intel compiler classes into the mixins folder | Dylan Baker | 1 | -2/+1 |
2019-07-15 | compilers: split gnu and gnulike compilers out of compilers | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: Move the VisualStudioLikeCompiler class into mixins | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: Move ArmCompiler to a mixin module | Dylan Baker | 1 | -1/+1 |
2019-07-15 | compilers: move ccrx compiler abstraction into mixins | Dylan Baker | 1 | -2/+1 |
2019-07-15 | compilers: Move clike into a mixins directory | Dylan Baker | 1 | -1/+1 |
2019-07-14 | Do not fail on passing `-Werror=unused-parameter` from environment | David Seifert | 1 | -1/+1 |
2019-07-08 | add clang c_std=c18 alias | Michael Hirsch, Ph.D | 1 | -4/+7 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -25/+25 |
2019-06-06 | compilers/c: Fix removal of name from Combo options for ICL | Dylan Baker | 1 | -1/+1 |