aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen7-110/+127
2024-06-02Create a directory for machine files used in unit tests.Jussi Pakkanen3-34/+31
2024-06-02Start moving machine files to their own store.Jussi Pakkanen2-1/+27
2024-06-01mintro: write humman-readable JSONFilipe Laíns1-1/+1
2024-05-31Explain how to add preprocessor defines in FAQ.mdEmil Melnikov1-0/+13
2024-05-30CI: make cuda tests even run to begin withEli Schwartz3-6/+3
2024-05-30cuda: avoid test failure without GPU availableDavid Seifert1-2/+6
2024-05-29cuda: add test for late `add_languages('cuda')`David Seifert1-1/+4
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert2-8/+11
2024-05-26docs: Update GIMP meson adoptionBruno1-1/+1
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 James5-27/+2
2024-05-23Refactor option classes to their own file.Jussi Pakkanen31-667/+713
2024-05-22unify listing for FSCL to point to allMichael Gene Brockus1-12/+1
2024-05-22cuda: add test for negative `find_library()` resultDavid Seifert1-0/+4
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: ignore possibly/used-before-assignment as it is prone to FPEli Schwartz1-0/+3
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 Gommers2-1/+16
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