summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-24compilers: detect: fix typo in commentSam James
2024-06-24Update mesonbuild/backend/vs2010backend.pyRenan Lavarec
2024-06-24Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in releaseRenan Lavarec
2024-06-23msetup: fix regression under py3.13 causing profile.runctx to not write locals()Eli Schwartz
2024-06-23minstall: fix symlink handling on python 3.13Eli Schwartz
2024-06-23compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze
2024-06-23Suggest mingw Python URL instead of specific package namesTristan Partin
2024-06-23Ensure private directory exists for custom targets (#13196)Scott Kyle
2024-06-23Recast CMake's IMPORTED_LOCATION into framework flags (#13299)Kai Pastor
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy
2024-06-23Add support for detecting free-threaded Python on WindowsRalf Gommers
2024-06-23feat(compilers): cppm extension supportTheHillBright
2024-06-23clang-tidy: use -quietMark A. Tsuchida
2024-06-23Fix subproject typo in interpreter.pyTomas Popela
2024-06-23coverage: Change --html-details to --html-nested (gcovr)Walkusz
2024-06-23tests: fix OpenAL test case on case sensitive fs on macOSJade Lovelace
2024-06-23dependencies/boost.py: Allow getting `lib_dir` and `include_dir` via pkg-configArtturin
2024-06-23create_test_serialisation: Dedup deps before joining ld_lib pathsCampbell Jones
2024-06-23`configure_file`: update \@ escape logicMatt Jolly
2024-06-19mformat: fix else token not correctly indentedCharles Brunet
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-12Merge pull request #13171 from amcn/mingw-python-limited-apiJussi 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-11unittests: Add Python unittest for limited APIAndrew McNulty
2024-06-11Python: add load test to limited API testAndrew McNulty
2024-06-11Merge pull request #13303 from jwieleRH/manJussi Pakkanen
2024-06-11Add help for meson format to the man page.John Wiele
2024-06-10Add note about meson-python and installation pathEmil Melnikov
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-06Add help for meson env2mfile to the man page.John Wiele