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
/
__init__.py
Age
Commit message (
Expand
)
Author
2025-07-29
ninjabackend: handle specially TUs where compilation and linking happens toge...
Paolo Bonzini
2025-04-09
interpreter: Error if java sources used with non-jar target (#14424)
Andrew McNulty
2025-04-02
options: move BASE_OPTIONS to the options module
Dylan Baker
2025-03-03
compilers: Remove the BaseOption type
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2022-09-19
compilers: don't export every compiler as a top-level property
Eli Schwartz
2022-02-02
Genericise TI compiler and add MSP430 support
William Toohey
2021-09-28
Merge pull request #9014 from bonzini/mixed-language-link
Jussi Pakkanen
2021-09-24
compilers/rust: Add support for clippy
Dylan Baker
2021-09-14
compilers: publicly export one more constant
Eli Schwartz
2021-09-07
interpreter: detect and pass compiler to be used for linker tests
Paolo Bonzini
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-06-18
interpreter: Refactor interpreter.compiler to use ObjectHolder
Daniel Mensinger
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-07
compilers: Expose Cython compiler
Dylan Baker
2021-06-05
typing: Fully annotate dependencies.cuda
Daniel Mensinger
2021-01-11
use PEP8 style naming for LANGUAGES_USING_* as well
Dylan Baker
2020-09-15
Add support for the CompCert C Compiler
Sebastian Meyer
2020-09-06
backends: check external rpaths for all languages using ldflags
James Hilliard
2020-08-22
Merge pull request #7609 from dcbaker/submit/2020-08/cmake-fix-apple-clang
Jussi Pakkanen
2020-08-22
compilers: Add Apple subclasses for ObjC and ObjC++
Dylan Baker
2020-07-13
add Nvidia HPC SDK compilers
Michael Hirsch, Ph.D
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker
2020-03-23
Fix linker evn var tests
John Ericson
2020-03-21
-Add xc16 and c2000 C,Cpp toolchain support
alanNz
2020-02-12
Improve error reported when language has no compiler
Jon Turney
2019-10-20
Fix all flake8 warnings
Daniel Mensinger
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-10-07
compilers: Add a specific type for AppleClangC
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-05
Add basic Webassembly support via Emscripten.
Jussi Pakkanen
2019-07-23
compilers: pull sanitzier args into compiler classes
Dylan Baker
2019-07-15
compilers: Put clang mixin in a module
Dylan Baker
2019-07-15
compilers: Put Intel compiler classes into the mixins folder
Dylan Baker
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
2019-07-15
compilers: Move the VisualStudioLikeCompiler class into mixins
Dylan Baker
2019-07-15
compilers: move ccrx compiler abstraction into mixins
Dylan Baker
2019-05-13
compilers: Add basic ICL abstractions
Dylan Baker
2019-05-13
compilers: rename IntelCompiler to IntelGnuLikeCompiler
Dylan Baker
2019-05-03
compilers: Split C-Like functionality into a mixin classes
Dylan Baker
2019-05-02
Revert "detect Intel ICL on windows"
Dylan Baker
2019-04-27
detect Intel ICL on windows
Michael Hirsch, Ph.D
2019-01-29
correct naming to CudaCompiler, pep8
Michael Hirsch, Ph.D
2019-01-21
added cuda compiler
Beau Johnston
2019-01-21
Add PGI C and C++ compilers (#4803)
Michael Hirsch, Ph.D
2019-01-16
Flang Fortran compiler added.
Michael Hirsch, Ph.D
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
2018-11-08
Add support for Renesas CC-RX toolchain
Phillip Cao
2018-11-04
Detect clang-cl as msvc-like, not clang-like
Jon Turney
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
[next]