summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2024-06-27Refactor duplicated quoting code for XCode backendMykola Dolhyi
2024-06-26depfixer: fix darwin regression when install rpaths are usedEli Schwartz
2024-06-26dependencies/openmp: Simplify error caseDylan Baker
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker
2024-06-26compilers|dependencies: Move Clang-CL specific logic out of OpenMP depDylan Baker
2024-06-26dependencies/openmp: use mlog.warning instead of open codingDylan Baker
2024-06-26dependencies/openmp: Set compile and link flags before testingDylan Baker
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2024-06-26format: fix edge case with empty functionsCharles Brunet
2024-06-24Bump version numbers for rc1.Jussi Pakkanen
2024-06-23limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz
2024-06-24compilers: make lang_map publicSam James
2024-06-24compilers: detect: fix pre-processor scraping by defining languageSam James
2024-06-24compilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James
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-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-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