aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2024-06-08Use helper method in Rust compiler class.Jussi Pakkanen1-2/+2
2024-06-08Use helper method in Fortran compiler classes.Jussi Pakkanen1-9/+9
2024-06-08Use helper method in C++ compiler classes.Jussi Pakkanen1-52/+60
2024-06-08Create helper method for lang opts and use in C compiler classes.Jussi Pakkanen2-34/+59
2024-06-07wrap: default values for netrc are empty string from python 3.11Ruben Gonzalez1-1/+1
2024-06-05Add -export_dynamic flag for AppleDynamicLinkerWolfgang Walther1-0/+3
2024-06-05Merge pull request #13286 from mesonbuild/machinerefactorJussi Pakkanen4-99/+130
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen4-108/+124
2024-06-03xcode: Skip generating PBXBuildStyle on Xcode 9 and aboveAlbert Tang1-9/+12
2024-06-03xcode: Generate files for highest detected versionAlbert Tang1-2/+2
2024-06-03xcode: Detect installed version of XcodeAlbert Tang1-1/+31
2024-06-02Start moving machine files to their own store.Jussi Pakkanen1-0/+15
2024-06-01mintro: write humman-readable JSONFilipe Laíns1-1/+1
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert2-8/+11
2024-05-24remove deprecation warning for `configure_file` kwarg 'copy'Marc Durdin1-1/+0
2024-05-24compilers: improve a comment describing why we add a silly clang workaroundEli Schwartz1-3/+17
2024-05-24Revert "rust: recursively pull proc-macro dependencies as well"Sam James1-0/+2
2024-05-23Refactor option classes to their own file.Jussi Pakkanen26-661/+703
2024-05-22cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert3-17/+30
2024-05-22add cross-compile argument for ldc linker guessingAxel Ricard1-1/+5
2024-05-22fix sanity check for d cross-compilationAxel Ricard2-3/+14
2024-05-19pylint: fix useless-returnEli Schwartz2-2/+1
2024-05-19pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz1-1/+2
2024-05-19pylint: fix false positive for missing else branchEli Schwartz1-1/+1
2024-05-19Pass wrapmode value around as a string. (#13229)Jussi Pakkanen5-17/+7
2024-05-19Fix handling of C standard support for Emscripten.Ralf Gommers1-0/+10
2024-05-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen3-10/+30
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev2-2/+13
2024-05-08mtest: Set MESON_TEST_ITERATION to the current iteration of the testDaan De Meyer1-2/+3
2024-05-07cuda: disable thin archives when 'cuda' is enabled globallyDavid Seifert1-1/+15
2024-05-07cuda: pass static archives to nvcc without -Xlinker= prefixDavid Seifert2-1/+13
2024-05-07cuda: pull in libdir when linking C/C++David Seifert1-1/+1
2024-05-07Add support for GCC's null_terminated_string_arg function attributeTristan Partin1-0/+2
2024-05-07Use correct subdir when generating processed file pathTristan Partin1-5/+1
2024-05-01Add required kwarg to compiler.{compiles,links,run}Tristan Partin1-8/+39
2024-05-01use a for loop, check more linker optionsmatyalatte1-12/+26
2024-05-01vs2010backend: fix an error when using /MANIFEST:NOmatyalatte1-5/+20
2024-04-30Fix dependencies for vala.links #13158Ben Corby1-0/+44
2024-04-28catch build files that cannot be opened in utf8 mode and emit useful errorEli Schwartz5-17/+28
2024-04-28add punctuation mark to make log more understandablekkz1-3/+3
2024-04-28Add support for depending on ObjFWJonathan Schleifer2-0/+27
2024-04-28Prefer Clang over GCC for Objective-C(++)Jonathan Schleifer1-5/+4
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert1-0/+1
2024-04-27compilers/fortran: fix werror options for Intel compilersBenjamin Gilbert1-0/+6
2024-04-27backend/ninja: use generate_basic_compiler_args() for C#, Java, SwiftBenjamin Gilbert3-14/+19
2024-04-26nasm: Fallback to native compiler when cross compilingXavier Claessens1-3/+9
2024-04-25Catch Python exception in the event alignment can't be converted to intTristan Partin1-1/+9
2024-04-25find_library: improve the docs and FeatureNew to fully describe the changeEli Schwartz1-1/+1
2024-04-25dependencies/boost: Add new homebrew rootDylan Baker1-2/+7
2024-04-24rust: Fix warning_level=everything caseXavier Claessens1-0/+1