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
Age
Commit message (
Expand
)
Author
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-10
nasm: Add -mms-bitfields to the list of ignored flags
L. E. Segovia
2024-06-26
compilers: Add support for OpenMP from homebrew with AppleClang
Dylan Baker
2024-06-26
compilers|dependencies: Move Clang-CL specific logic out of OpenMP dep
Dylan Baker
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-06-24
compilers: make lang_map public
Sam James
2024-06-24
compilers: detect: fix pre-processor scraping by defining language
Sam James
2024-06-24
compilers: detect: fix comment/error string in _get_gnu_compiler_defines
Sam James
2024-06-24
compilers: detect: fix typo in comment
Sam James
2024-06-23
compilers: cpp: fix header name and return value use in header check
Barnabás Pőcze
2024-06-23
feat(compilers): cppm extension support
TheHillBright
2024-06-16
BUG: Use an F77 snippet for sanity testing Fortran
Rohit Goswami
2024-06-14
Fix mypy.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-06-08
Use helper method in remaining compiler classes.
Jussi Pakkanen
2024-06-08
Use helper method in Rust compiler class.
Jussi Pakkanen
2024-06-08
Use helper method in Fortran compiler classes.
Jussi Pakkanen
2024-06-08
Use helper method in C++ compiler classes.
Jussi Pakkanen
2024-06-08
Create helper method for lang opts and use in C compiler classes.
Jussi Pakkanen
2024-05-24
compilers: improve a comment describing why we add a silly clang workaround
Eli Schwartz
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-05-22
cuda: fix `cuda.find_library()` hardcoded to yield true
David Seifert
2024-05-22
add cross-compile argument for ldc linker guessing
Axel Ricard
2024-05-22
fix sanity check for d cross-compilation
Axel Ricard
2024-05-19
Fix handling of C standard support for Emscripten.
Ralf Gommers
2024-05-15
Merge pull request #11421 from mon/ti-armclang
Jussi Pakkanen
2024-05-07
cuda: pass static archives to nvcc without -Xlinker= prefix
David Seifert
2024-05-07
Add support for GCC's null_terminated_string_arg function attribute
Tristan Partin
2024-04-30
Fix dependencies for vala.links #13158
Ben Corby
2024-04-28
Prefer Clang over GCC for Objective-C(++)
Jonathan Schleifer
2024-04-27
compilers/fortran: fix werror options for Intel compilers
Benjamin Gilbert
2024-04-27
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
Benjamin Gilbert
2024-04-26
nasm: Fallback to native compiler when cross compiling
Xavier Claessens
2024-04-25
Catch Python exception in the event alignment can't be converted to int
Tristan Partin
2024-04-24
rust: Fix warning_level=everything case
Xavier Claessens
2024-04-23
Fix compile.links for vala
Ben Corby
2024-04-22
Merge pull request #12808 from U2FsdGVkX1/master
Jussi Pakkanen
2024-04-15
Don't sanitize a None path when checking for, but could not find, unsupported...
William D. Jones
2024-04-09
nasm, yasm: Fix debug flags for Windows and macOS
L. E. Segovia
2024-04-09
nasm, yasm: Fix debug flags for Windows and macOS
L. E. Segovia
2024-04-05
compilers: Ensure -L flags do not get reordered when used with MSVC
L. E. Segovia
2024-04-05
Merge pull request #12144 from amyspark/fix-msvc-clangcl-linker-flag-detection
Jussi Pakkanen
2024-04-03
Fix regression in TI CGT support
Will Toohey
2024-04-01
nasm: Add support for .nasm file extension (#13027)
Junior Rantila
2024-03-28
compilers: cpp: reduce macro pollution for stdlib macros
Sam James
2024-03-28
compilers: cpp: factor out C++ stdlib detection
Sam James
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-28
compilers: cpp: don't set stdlib assertion macros if already set
Sam James
2024-03-28
compilers: cpp: relax assertion level for libc++
Sam James
[next]