aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Bump version numbers for rc1.1.5.0rc1Jussi Pakkanen2-2/+2
2024-06-23limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz2-2/+8
2024-06-23Test case for environment prepend/append acting like setNils Werner1-0/+12
2024-06-24compilers: make lang_map publicSam James3-9/+9
2024-06-24compilers: detect: fix pre-processor scraping by defining languageSam James2-21/+77
2024-06-24compilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James1-2/+2
2024-06-24compilers: detect: fix typo in commentSam James1-1/+1
2024-06-24Update mesonbuild/backend/vs2010backend.pyRenan Lavarec1-1/+1
2024-06-24Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in releaseRenan Lavarec1-0/+2
2024-06-23msetup: fix regression under py3.13 causing profile.runctx to not write locals()Eli Schwartz1-2/+3
2024-06-23minstall: fix symlink handling on python 3.13Eli Schwartz1-14/+20
2024-06-23compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze1-1/+1
2024-06-23Suggest mingw Python URL instead of specific package namesTristan Partin1-1/+1
2024-06-23Ensure private directory exists for custom targets (#13196)Scott Kyle3-8/+21
2024-06-23Recast CMake's IMPORTED_LOCATION into framework flags (#13299)Kai Pastor2-3/+3
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy7-5/+42
2024-06-23Add support for detecting free-threaded Python on WindowsRalf Gommers2-1/+17
2024-06-23feat(compilers): cppm extension supportTheHillBright1-1/+1
2024-06-23clang-tidy: use -quietMark A. Tsuchida1-1/+1
2024-06-23Fix subproject typo in interpreter.pyTomas Popela1-1/+1
2024-06-23coverage: Change --html-details to --html-nested (gcovr)Walkusz1-1/+1
2024-06-23tests: fix OpenAL test case on case sensitive fs on macOSJade Lovelace1-1/+1
2024-06-23dependencies/boost.py: Allow getting `lib_dir` and `include_dir` via pkg-configArtturin1-3/+13
2024-06-23create_test_serialisation: Dedup deps before joining ld_lib pathsCampbell Jones1-2/+6
2024-06-23`configure_file`: update \@ escape logicMatt Jolly4-26/+64
2024-06-19mformat: fix else token not correctly indentedCharles Brunet2-2/+6
2024-06-19Fix crash in meson formatCharles Brunet3-0/+20
2024-06-19Catch format configuration parse errorCharles Brunet1-2/+5
2024-06-18Improve `nm` usage in symbolextractor script on macOSRalf Gommers1-3/+4
2024-06-17Add meson test --max-linesDaan De Meyer5-4/+23
2024-06-17cargo: Fall back to the checksum in Cargo.lock metadata tableSebastian Wick2-1/+5
2024-06-16BUG: Use an F77 snippet for sanity testing FortranRohit Goswami1-2/+2
2024-06-14cargo: Load Cargo.lockXavier Claessens11-24/+147
2024-06-14wrap: Clarify PackageDefinition APIXavier Claessens3-106/+113
2024-06-14Merge pull request #13307 from mesonbuild/optstorerefactorJussi Pakkanen43-354/+443
2024-06-14Fix mypy.Jussi Pakkanen10-20/+30
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen36-283/+327
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen30-150/+150
2024-06-12Merge pull request #13171 from amcn/mingw-python-limited-apiJussi Pakkanen6-74/+133
2024-06-11Python: link correct limited API lib on mingwAndrew McNulty1-2/+8
2024-06-11Python: fix limited API logic under mingwAndrew McNulty1-6/+8
2024-06-11Python: move Windows functions to dependency baseAndrew McNulty1-63/+62
2024-06-11unittests: Add Python unittest for limited APIAndrew McNulty1-1/+30
2024-06-11Python: add load test to limited API testAndrew McNulty3-2/+25
2024-06-11Merge pull request #13303 from jwieleRH/manJussi Pakkanen1-0/+441
2024-06-11Add help for meson format to the man page.John Wiele1-0/+47
2024-06-10Add note about meson-python and installation pathEmil Melnikov2-1/+11
2024-06-10java: use single javac invocation per jarMis0121-13/+21
2024-06-08Convert option from a plain dictionary into a named class.Jussi Pakkanen3-19/+54
2024-06-08Use helper method in remaining compiler classes.Jussi Pakkanen2-12/+14