aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2023-02-06pylint 2.16: join iterables without repeated appendEli Schwartz1-3/+1
2023-02-06remove unneeded type commentEli Schwartz1-1/+1
2023-02-06treewide: add future annotations importEli Schwartz11-0/+11
2023-02-06remove /utf-8 option when /validate-charset- is presentCharles Brunet1-1/+3
2023-02-06cuda: enable C++20 for CUDA 12David Seifert1-2/+15
2023-02-06Fix nasm when target has threads as added dependencyGijs Peskens1-0/+8
2023-02-06clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-02-06emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2023-02-06emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen2-0/+4
2023-02-06emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2023-02-06emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen1-1/+1
2023-02-06emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2022-12-22meson: Cache os.path.realpath in CLikeCompilerArgsNirbheek Chauhan1-4/+9
2022-11-30pylint: enable the set_membership pluginDylan Baker6-9/+9
2022-11-29Don't ignore documentation-related flags for D compilersAxel Ricard1-1/+3
2022-11-27Add warning_level=everythingDavid Robillard15-40/+321
2022-11-22compilers: remove opinionated c++ warning flagEli Schwartz2-6/+6
2022-11-05nasm: Fix get_optimization_args()Ole André Vadla RavnÄs1-1/+11
2022-11-01nasm: Implement get_crt_compile_args()Xavier Claessens1-0/+3
2022-10-25compilers: Make sure to not use ccache in compiler checksXavier Claessens5-12/+10
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens15-112/+110
2022-10-24Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixinTristan Partin2-6/+10
2022-10-24Use f-strings in JavaCompilerTristan Partin1-2/+2
2022-10-24Add missing compiler functions to JavaCompilerTristan Partin1-0/+6
2022-10-24basic support for oneapi compilersRobert Cohn4-4/+65
2022-10-24Add MASM compilerXavier Claessens3-1/+159
2022-10-24Not all compilers support depfileXavier Claessens2-2/+2
2022-10-24nasm: Harcode default path on WindowsXavier Claessens1-0/+4
2022-10-24Add yasm as fallback for nasm languageXavier Claessens2-3/+25
2022-10-24Add NASM compilerXavier Claessens3-1/+110
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens1-0/+6
2022-10-23Compilers: Add a preprocessor mode for clike compilersXavier Claessens3-0/+35
2022-10-13Add b_thinlto_cache for automatically configuring incremental ThinLTOTatsuyuki Ishi3-7/+22
2022-10-13clang: Support ThinLTO with moldTatsuyuki Ishi1-4/+9
2022-10-09compilers: Add optimization=plain optionJan Tojnar13-7/+25
2022-10-03pylint: enable consider-using-(min|max)-builtinDylan Baker1-6/+2
2022-09-28find_library with argument beginning in "lib" is a bad idea, warn about itEli Schwartz1-0/+2
2022-09-27compilers: Cleanup a bit languages/suffixes listsXavier Claessens1-18/+22
2022-09-22compilers: unify fortran sanity check with its parent Clike handlingEli Schwartz2-40/+14
2022-09-22use simpler subprocess.run interface instead of manual PopenEli Schwartz1-2/+1
2022-09-22compilers: make sanity checks log commands using join_argsEli Schwartz1-3/+3
2022-09-19pylint: enable consider-using-inDylan Baker1-1/+1
2022-09-19pylint: enable use-maxsplit-argDylan Baker2-3/+3
2022-09-19fix odd mypy issue in unreachable codeEli Schwartz1-0/+1
2022-09-19simplify type annotationEli Schwartz1-1/+1
2022-09-19compilers: avoid importing compilers upfront for detectEli Schwartz1-114/+2
2022-09-19compilers: perform targeted imports for detectEli Schwartz1-86/+103
2022-09-19compilers: use more direct checks for what kind of compiler we haveEli Schwartz1-7/+7
2022-09-19compilers/detect: rename potentially conflicting nameEli Schwartz1-12/+12
2022-09-19compilers: use consistent function signature for objcEli Schwartz1-7/+7