summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-06Add help for meson devenv to the man page.John Wiele
2024-06-06Add help for meson compile to the man page.John Wiele
2024-06-06Add help for meson rewrite to the man page.John Wiele
2024-06-06Add help for meson subprojects to the man page.John Wiele
2024-06-06Add help for meson init to the man page.John Wiele
2024-06-06Add help for meson install to the man page.John Wiele
2024-06-06Add help for meson dist to the man page.John Wiele
2024-06-05Add -export_dynamic flag for AppleDynamicLinkerWolfgang Walther
2024-06-05Merge pull request #13286 from mesonbuild/machinerefactorJussi Pakkanen
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen
2024-06-03CI: clean up azure triggersEli Schwartz
2024-06-03CI: Windows: downgrade rust to 1.77Eli Schwartz
2024-06-03xcode: Skip generating PBXBuildStyle on Xcode 9 and aboveAlbert Tang
2024-06-03xcode: Generate files for highest detected versionAlbert Tang
2024-06-03xcode: Detect installed version of XcodeAlbert Tang
2024-06-02Create a directory for machine files used in unit tests.Jussi Pakkanen
2024-06-02Start moving machine files to their own store.Jussi Pakkanen
2024-06-01mintro: write humman-readable JSONFilipe LaĆ­ns
2024-05-31Explain how to add preprocessor defines in FAQ.mdEmil Melnikov
2024-05-30CI: make cuda tests even run to begin withEli Schwartz
2024-05-30cuda: avoid test failure without GPU availableDavid Seifert
2024-05-29cuda: add test for late `add_languages('cuda')`David Seifert
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert
2024-05-26docs: Update GIMP meson adoptionBruno
2024-05-24remove deprecation warning for `configure_file` kwarg 'copy'Marc Durdin
2024-05-24compilers: improve a comment describing why we add a silly clang workaroundEli Schwartz
2024-05-24Revert "rust: recursively pull proc-macro dependencies as well"Sam James
2024-05-23Refactor option classes to their own file.Jussi Pakkanen
2024-05-22unify listing for FSCL to point to allMichael Gene Brockus
2024-05-22cuda: add test for negative `find_library()` resultDavid Seifert
2024-05-22cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert
2024-05-22add cross-compile argument for ldc linker guessingAxel Ricard
2024-05-22fix sanity check for d cross-compilationAxel Ricard
2024-05-19pylint: fix useless-returnEli Schwartz
2024-05-19pylint: fix false positive for variable defined in different copies of condit...Eli Schwartz
2024-05-19pylint: ignore possibly/used-before-assignment as it is prone to FPEli Schwartz
2024-05-19pylint: fix false positive for missing else branchEli Schwartz
2024-05-19Pass wrapmode value around as a string. (#13229)Jussi Pakkanen
2024-05-19Fix handling of C standard support for Emscripten.Ralf Gommers
2024-05-15docs: fix description of cpp_eh=noneEli Schwartz
2024-05-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen
2024-05-14CI: gentoo: make logs shorter by reducing progressbarEli Schwartz
2024-05-14CI: gentoo: explicitly install gdbus-codegenEli Schwartz
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev
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