summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2024-06-19Fix crash in meson formatCharles Brunet
2024-06-19Catch format configuration parse errorCharles Brunet
2024-06-18Improve `nm` usage in symbolextractor script on macOSRalf Gommers
2024-06-17Add meson test --max-linesDaan De Meyer
2024-06-17cargo: Fall back to the checksum in Cargo.lock metadata tableSebastian Wick
2024-06-16BUG: Use an F77 snippet for sanity testing FortranRohit Goswami
2024-06-14cargo: Load Cargo.lockXavier Claessens
2024-06-14wrap: Clarify PackageDefinition APIXavier Claessens
2024-06-14Merge pull request #13307 from mesonbuild/optstorerefactorJussi Pakkanen
2024-06-14Fix mypy.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2024-06-11Python: link correct limited API lib on mingwAndrew McNulty
2024-06-11Python: fix limited API logic under mingwAndrew McNulty
2024-06-11Python: move Windows functions to dependency baseAndrew McNulty
2024-06-10java: use single javac invocation per jarMis012
2024-06-08Convert option from a plain dictionary into a named class.Jussi Pakkanen
2024-06-08Use helper method in remaining compiler classes.Jussi Pakkanen
2024-06-08Use helper method in Rust compiler class.Jussi Pakkanen
2024-06-08Use helper method in Fortran compiler classes.Jussi Pakkanen
2024-06-08Use helper method in C++ compiler classes.Jussi Pakkanen
2024-06-08Create helper method for lang opts and use in C compiler classes.Jussi Pakkanen
2024-06-07wrap: default values for netrc are empty string from python 3.11Ruben Gonzalez
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-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-02Start moving machine files to their own store.Jussi Pakkanen
2024-06-01mintro: write humman-readable JSONFilipe LaĆ­ns
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert
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-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: 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-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev
2024-05-08mtest: Set MESON_TEST_ITERATION to the current iteration of the testDaan De Meyer
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: pull in libdir when linking C/C++David Seifert