index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
c.py
Age
Commit message (
Expand
)
Author
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2022-12-27
emscripten: enforce version 1.39.19 or higher
Kleis Auke Wolthuizen
2022-11-27
Add warning_level=everything
David Robillard
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
basic support for oneapi compilers
Robert Cohn
2022-08-29
flake8: move typing-only imports into T.TYPE_CHECKING
Eli Schwartz
2022-05-19
Fix invalid Python overrides
Tristan Partin
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-02-02
Genericise TI compiler and add MSP430 support
William Toohey
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2022-01-03
armltdclang: add support for ARM Ltd.'s `armclang` toolchain
Ben Boeckel
2021-12-16
armclang: clarify that this is support for the Keil cross-compiler
Ben Boeckel
2021-11-16
Support ancient (<3.4.0) gcc versions
William Toohey
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-04
fix extra whitespace
Eli Schwartz
2021-09-29
compilers/elbrus: Deal with C/C++/Fortran stds more correctly
makise-homura
2021-09-29
compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compiler
makise-homura
2021-08-16
compilers: Fix extra_args parameter
Dylan Baker
2021-06-07
upgrade percent formatted strings pyupgrade did not catch
Eli Schwartz
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-23
split mesonlib into a package
Dylan Baker
2021-01-13
Fix misspells
Antonin Décimo
2021-01-11
move handling of CFLAGS and friends to environment
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
Add choices to OptionProxy
Dylan Baker
2020-11-13
msvc: enable /std:c17 flag
jpark37
2020-11-12
clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)
Dylan Baker
2020-11-12
compilers/c: Log that MSVC doesn't support gnu stds
Dylan Baker
2020-11-12
compilers: define standards in the base language compiler
Dylan Baker
2020-11-12
compilers: Standardize the names of compiler options
Dylan Baker
2020-11-12
compilers/c: Clang-cl also needs specific handling for standards
Dylan Baker
2020-11-12
Make MSVC accept gnu11 as a language standard version. Closes: #7611.
Jussi Pakkanen
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: make sanity_check_impl a protected method
Dylan Baker
2020-09-15
Add support for the CompCert C Compiler
Sebastian Meyer
2020-08-23
Merge pull request #7600 from alexrp/master
Jussi Pakkanen
2020-08-22
Add C2x option support.
Alex Rønne Petersen
2020-08-22
Merge pull request #7447 from scivision/nvc
Jussi Pakkanen
2020-08-09
msvc: enable /std:c11 flag
Michael Hirsch
2020-07-13
add Nvidia HPC SDK compilers
Michael Hirsch, Ph.D
2020-05-22
compilers: add fetching of define list for clang
Yevhenii Kolesnikov
2020-04-20
Compiler options per lang
John Ericson
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-03-21
-Add xc16 and c2000 C,Cpp toolchain support
alanNz
2020-03-08
Merge pull request #6688 from dcbaker/emcc-linker-bugs
Jussi Pakkanen
2020-03-03
Set c_winlibs/cpp_winlibs for Clang in the same way as for GCC
Martin Storsjö
2020-02-27
compilers/linkers: Add a representation for wasm-ld
Dylan Baker
[prev]
[next]