aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-24backend/ninja: use re.match instead of re.searchDylan Baker1-1/+1
2024-04-24backend: fix type annotation of Backend.generateDylan Baker5-5/+6
2024-04-24backend/ninja: Fix bug in NinjaRule.length_estimateDylan Baker1-8/+7
2024-04-24backend/ninja: add typing annotations to NinjaRuleDylan Baker1-14/+16
2024-04-24cmake/interpreter: Annotate and style module-level constantsJouke Witteveen1-23/+25
2024-04-24Merge pull request #13112 from DaanDeMeyer/interactiveJussi Pakkanen1-14/+24
2024-04-23mtest: Connect /dev/null to stdin when not running in interactive modeDaan De Meyer1-1/+5
2024-04-23Add meson test --interactiveDaan De Meyer1-13/+19
2024-04-23interpreter: implement the `name()` method for `ExternalLibraryHolder`Dylan Baker1-0/+8
2024-04-23Fix compile.links for valaBen Corby1-0/+40
2024-04-23Pass --quiet to glib-genmarshalTristan Partin1-1/+1
2024-04-22add an error message for targets that are not dependenciesMomtchil Momtchev1-0/+2
2024-04-22coredata: Fix is_per_machine_option() for builtinsOle André Vadla RavnÄs1-1/+1
2024-04-22Merge pull request #12808 from U2FsdGVkX1/masterJussi Pakkanen1-4/+4
2024-04-18backend/ninja: Fix cases where None is passed when unexpectedDylan Baker1-5/+11
2024-04-16python: Fix header check for system methodJonathon Anderson1-1/+1
2024-04-15allow any alternative python freeze tool to work with mesonEli Schwartz1-2/+5
2024-04-15compilers: fix crash when compiler check returns None outputEli Schwartz1-1/+1
2024-04-15micro-optimize iteration of evaluated setEli Schwartz1-1/+1
2024-04-15Add bztar support to meson distTristan Partin1-3/+10
2024-04-15Don't sanitize a None path when checking for, but could not find, unsupported...William D. Jones1-2/+2
2024-04-14Clarify mutable objects usageXavier Claessens3-11/+40
2024-04-14Merge pull request #11737 from amyspark/amyspark/add-nasm-building-rules-to-x...Jussi Pakkanen3-17/+108
2024-04-11dependencies/dev: make the warning about LLVM's CMake non-fatalDylan Baker1-4/+5
2024-04-11dependencies/llvm: Try to make warning about CMake betterDylan Baker1-3/+24
2024-04-11cmake: best-effort build type propagationJouke Witteveen1-0/+13
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia1-1/+1
2024-04-09backends: Add Nasm support to Xcode through a custom build ruleL. E. Segovia1-1/+6
2024-04-09backends: Add Nasm support to Xcode through a custom build ruleL. E. Segovia2-12/+95
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia1-5/+8
2024-04-09interpreter: never expose implementation details of the modules packageDylan Baker1-0/+4