9141 Commits (2b1510d7068747541f8d49ba876570d62fde5d0e)

Author SHA1 Message Date
Jussi Pakkanen 2b1510d706 Convert option from a plain dictionary into a named class. 6 months ago
Jussi Pakkanen 374fa7f0da Use helper method in remaining compiler classes. 6 months ago
Jussi Pakkanen 4eb1eb3c4a Use helper method in Rust compiler class. 6 months ago
Jussi Pakkanen 53acb50052 Use helper method in Fortran compiler classes. 6 months ago
Jussi Pakkanen fbb8b09379 Use helper method in C++ compiler classes. 6 months ago
Jussi Pakkanen 03f0551091 Create helper method for lang opts and use in C compiler classes. 6 months ago
Ruben Gonzalez ee479ded3f wrap: default values for netrc are empty string from python 3.11 6 months ago
Wolfgang Walther dfd22db4be Add -export_dynamic flag for AppleDynamicLinker 6 months ago
Jussi Pakkanen 41a445c228 Extract native file parser to machinefile source file. 6 months ago
Albert Tang f70de5885c xcode: Skip generating PBXBuildStyle on Xcode 9 and above 6 months ago
Albert Tang da20ea01ca xcode: Generate files for highest detected version 6 months ago
Albert Tang 8499e4535b xcode: Detect installed version of Xcode 6 months ago
Jussi Pakkanen daa058e907 Start moving machine files to their own store. 6 months ago
Filipe Laíns e5aed6ac8f mintro: write humman-readable JSON 6 months ago
David Seifert 7f2c6f644b cuda: disable thin archives when cuda is added through `add_languages('cuda')` later 6 months ago
Marc Durdin 0c802d260c remove deprecation warning for `configure_file` kwarg 'copy' 6 months ago
Eli Schwartz d57ca7d2a2
compilers: improve a comment describing why we add a silly clang workaround 6 months ago
Sam James a66cb97e8c
Revert "rust: recursively pull proc-macro dependencies as well" 6 months ago
Jussi Pakkanen 5365d9a842 Refactor option classes to their own file. 6 months ago
David Seifert 4861079360 cuda: fix `cuda.find_library()` hardcoded to yield true 6 months ago
Axel Ricard 4c6d370a0e add cross-compile argument for ldc linker guessing 6 months ago
Axel Ricard 8d7ffe6e86 fix sanity check for d cross-compilation 6 months ago
Eli Schwartz aa9b7b9445
pylint: fix useless-return 6 months ago
Eli Schwartz 125d3344ec
pylint: fix false positive for variable defined in different copies of conditional 6 months ago
Eli Schwartz 29a62ff794
pylint: fix false positive for missing else branch 6 months ago
Jussi Pakkanen 128f0e828e
Pass wrapmode value around as a string. (#13229) 6 months ago
Ralf Gommers 77db04ffa6 Fix handling of C standard support for Emscripten. 6 months ago
Stas Sergeev cfd57180ee implement @PLAINNAME0@ and @BASENAME0@ 7 months ago
Daan De Meyer bcaab91bf6 mtest: Set MESON_TEST_ITERATION to the current iteration of the test 7 months ago
David Seifert b6e5683764 cuda: disable thin archives when 'cuda' is enabled globally 7 months ago
David Seifert 89a5bde9d9 cuda: pass static archives to nvcc without -Xlinker= prefix 7 months ago
David Seifert 33adc420f3 cuda: pull in libdir when linking C/C++ 7 months ago
Tristan Partin 8cb16b2d6a Add support for GCC's null_terminated_string_arg function attribute 7 months ago
Tristan Partin 23eb7ba700 Use correct subdir when generating processed file path 7 months ago
Tristan Partin a0ff145512 Add required kwarg to compiler.{compiles,links,run} 7 months ago
matyalatte f1f24816a9 use a for loop, check more linker options 7 months ago
matyalatte e3db7af0ea vs2010backend: fix an error when using /MANIFEST:NO 7 months ago
Ben Corby bd149f8bca Fix dependencies for vala.links #13158 7 months ago
Eli Schwartz e5f32b7414 catch build files that cannot be opened in utf8 mode and emit useful error 7 months ago
kkz 4f3a3e2efe add punctuation mark to make log more understandable 7 months ago
Jonathan Schleifer 6c6529337e Add support for depending on ObjFW 7 months ago
Jonathan Schleifer 205f09e1b0 Prefer Clang over GCC for Objective-C(++) 7 months ago
Benjamin Gilbert c9aa4aff66 mdist: gracefully handle stale Git index 7 months ago
Benjamin Gilbert 2004b7c24d compilers/fortran: fix werror options for Intel compilers 7 months ago
Benjamin Gilbert 1684259f10 backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift 7 months ago
Xavier Claessens 6a1732a29d nasm: Fallback to native compiler when cross compiling 7 months ago
Tristan Partin cb1068a288 Catch Python exception in the event alignment can't be converted to int 7 months ago
Eli Schwartz a2ac3bc453
find_library: improve the docs and FeatureNew to fully describe the change 7 months ago
Dylan Baker 80b9b125f4 dependencies/boost: Add new homebrew root 7 months ago
Xavier Claessens 3a94aef38d rust: Fix warning_level=everything case 7 months ago