summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-09In Builtin-options documentation, clarify warning_level=0.sammyj85
2024-05-08fix broken linkAxel Ricard
2024-05-08mtest: Set MESON_TEST_ITERATION to the current iteration of the testDaan De Meyer
2024-05-07cuda: add test for device linkingDavid Seifert
2024-05-07cuda: disable thin archives when 'cuda' is enabled globallyDavid Seifert
2024-05-07cuda: pass static archives to nvcc without -Xlinker= prefixDavid Seifert
2024-05-07cuda: add test for C++ linking of dependency('cuda')David Seifert
2024-05-07cuda: pull in libdir when linking C/C++David Seifert
2024-05-07Add support for GCC's null_terminated_string_arg function attributeTristan Partin
2024-05-07Use correct subdir when generating processed file pathTristan Partin
2024-05-01Add required kwarg to compiler.{compiles,links,run}Tristan Partin
2024-05-01use a for loop, check more linker optionsmatyalatte
2024-05-01vs2010backend: fix an error when using /MANIFEST:NOmatyalatte
2024-05-01Updating Continuous-Integration.md (#13161)Michael Gene Brockus (Dreamer)
2024-04-30Fix dependencies for vala.links #13158Ben Corby
2024-04-29fix typos and grammars in Build-options.mdNhalrath
2024-04-28catch build files that cannot be opened in utf8 mode and emit useful errorEli Schwartz
2024-04-28add punctuation mark to make log more understandablekkz
2024-04-28Explicitly set OBJC=cc OBJCXX=c++ for bitcode testJonathan Schleifer
2024-04-28Install ObjFW on macOS, Fedora and MSYS2 CIJonathan Schleifer
2024-04-28Add support for depending on ObjFWJonathan Schleifer
2024-04-28Prefer Clang over GCC for Objective-C(++)Jonathan Schleifer
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert
2024-04-27compilers/fortran: fix werror options for Intel compilersBenjamin Gilbert
2024-04-27backend/ninja: use generate_basic_compiler_args() for C#, Java, SwiftBenjamin Gilbert
2024-04-27Added NumPy to usersDr. Vedran Miletić
2024-04-26nasm: Fallback to native compiler when cross compilingXavier Claessens
2024-04-25tests/d/10: Fix condition with clang++ and gdcDylan Baker
2024-04-25CI: ubuntu-rolling: fix configuration for sources after format changeEli Schwartz
2024-04-25CI: gentoo: fix profile 23.0 migration dropping default fortranEli Schwartz
2024-04-25docs: fix bad link in snippetDylan Baker
2024-04-25Catch Python exception in the event alignment can't be converted to intTristan Partin
2024-04-25find_library: improve the docs and FeatureNew to fully describe the changeEli Schwartz
2024-04-25dependencies/boost: Add new homebrew rootDylan Baker
2024-04-25tests: bump C++ requirement of has_header_symbolDylan Baker
2024-04-25CI/MacOS: move some things out of the run script into the env keyDylan Baker
2024-04-25CI/MacOS: add missing packagesDylan Baker
2024-04-25CI/MacOS: Fix paths that have changed from /usr/local to /opt/homebrewDylan Baker
2024-04-25CI/MacOS: switch the Qt4 job to run on an Intel MacDylan Baker
2024-04-24rust: Fix warning_level=everything caseXavier Claessens
2024-04-24backend/ninja: use re.match instead of re.searchDylan Baker
2024-04-24backend: fix type annotation of Backend.generateDylan Baker
2024-04-24backend/ninja: Fix bug in NinjaRule.length_estimateDylan Baker
2024-04-24backend/ninja: add typing annotations to NinjaRuleDylan Baker
2024-04-24docs: Add CMake build type release note snippetJouke Witteveen
2024-04-24cmake/interpreter: Annotate and style module-level constantsJouke Witteveen
2024-04-24Merge pull request #13112 from DaanDeMeyer/interactiveJussi Pakkanen
2024-04-23Use dl instead of zlib for checking an external dependencyTristan Partin
2024-04-23mtest: Connect /dev/null to stdin when not running in interactive modeDaan De Meyer
2024-04-23Add meson test --interactiveDaan De Meyer