aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Pass wrapmode value around a a string.wrapmodeoptionJussi Pakkanen5-16/+6
2024-05-15docs: fix description of cpp_eh=noneEli Schwartz1-5/+5
2024-05-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen4-10/+33
2024-05-14CI: gentoo: make logs shorter by reducing progressbarEli Schwartz1-0/+3
2024-05-14CI: gentoo: explicitly install gdbus-codegenEli Schwartz1-0/+1
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev6-4/+39
2024-05-09In Builtin-options documentation, clarify warning_level=0.sammyj851-1/+1
2024-05-08fix broken linkAxel Ricard1-1/+1
2024-05-08mtest: Set MESON_TEST_ITERATION to the current iteration of the testDaan De Meyer3-2/+11
2024-05-07cuda: add test for device linkingDavid Seifert4-0/+73
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: add test for C++ linking of dependency('cuda')David Seifert1-1/+1
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 Partin4-48/+72
2024-05-07Use correct subdir when generating processed file pathTristan Partin3-5/+29
2024-05-01Add required kwarg to compiler.{compiles,links,run}Tristan Partin7-8/+124
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-05-01Updating Continuous-Integration.md (#13161)Michael Gene Brockus (Dreamer)1-103/+141
2024-04-30Fix dependencies for vala.links #13158Ben Corby2-0/+108
2024-04-29fix typos and grammars in Build-options.mdNhalrath1-4/+4
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-28Explicitly set OBJC=cc OBJCXX=c++ for bitcode testJonathan Schleifer1-0/+6
2024-04-28Install ObjFW on macOS, Fedora and MSYS2 CIJonathan Schleifer3-2/+3
2024-04-28Add support for depending on ObjFWJonathan Schleifer10-5/+160
2024-04-28Prefer Clang over GCC for Objective-C(++)Jonathan Schleifer2-6/+8
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert2-1/+5
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-27Added NumPy to usersDr. Vedran Miletić1-0/+1
2024-04-26nasm: Fallback to native compiler when cross compilingXavier Claessens1-3/+9
2024-04-25tests/d/10: Fix condition with clang++ and gdcDylan Baker1-1/+2
2024-04-25CI: ubuntu-rolling: fix configuration for sources after format changeEli Schwartz1-1/+1
2024-04-25CI: gentoo: fix profile 23.0 migration dropping default fortranEli Schwartz1-0/+3
2024-04-25docs: fix bad link in snippetDylan Baker1-1/+1
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 Schwartz2-2/+4
2024-04-25dependencies/boost: Add new homebrew rootDylan Baker1-2/+7
2024-04-25tests: bump C++ requirement of has_header_symbolDylan Baker1-1/+4
2024-04-25CI/MacOS: move some things out of the run script into the env keyDylan Baker1-1/+1
2024-04-25CI/MacOS: add missing packagesDylan Baker1-2/+2
2024-04-25CI/MacOS: Fix paths that have changed from /usr/local to /opt/homebrewDylan Baker1-10/+10
2024-04-25CI/MacOS: switch the Qt4 job to run on an Intel MacDylan Baker1-1/+3
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