aboutsummaryrefslogtreecommitdiff
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 Walther2-0/+15
2024-06-05Merge pull request #13286 from mesonbuild/machinerefactorJussi Pakkanen10-135/+175
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen7-110/+127
2024-06-03CI: clean up azure triggersEli Schwartz1-2/+2
2024-06-03CI: Windows: downgrade rust to 1.77Eli Schwartz1-6/+7
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-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