aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
23 hoursBump version numbers for rc1.HEAD1.5.0rc1masterJussi Pakkanen2-2/+2
37 hourslimit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz2-2/+8
37 hoursTest case for environment prepend/append acting like setNils Werner1-0/+12
40 hourscompilers: make lang_map publicSam James3-9/+9
40 hourscompilers: detect: fix pre-processor scraping by defining languageSam James2-21/+77
40 hourscompilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James1-2/+2
40 hourscompilers: detect: fix typo in commentSam James1-1/+1
42 hoursUpdate mesonbuild/backend/vs2010backend.pyRenan Lavarec1-1/+1
42 hoursVs2010Backend: Fix REGEN.vcxproj not getting default debug config in releaseRenan Lavarec1-0/+2
43 hoursmsetup: fix regression under py3.13 causing profile.runctx to not write locals()Eli Schwartz1-2/+3
43 hoursminstall: fix symlink handling on python 3.13Eli Schwartz1-14/+20
44 hourscompilers: cpp: fix header name and return value use in header checkBarnabás Pőcze1-1/+1
45 hoursSuggest mingw Python URL instead of specific package namesTristan Partin1-1/+1
45 hoursEnsure private directory exists for custom targets (#13196)Scott Kyle3-8/+21
45 hoursRecast CMake's IMPORTED_LOCATION into framework flags (#13299)Kai Pastor2-3/+3
2 daysfind_program: add a kwarg to specify custom version argumentDudemanguy7-5/+42
2 daysAdd support for detecting free-threaded Python on WindowsRalf Gommers2-1/+17
2 daysfeat(compilers): cppm extension supportTheHillBright1-1/+1
2 daysclang-tidy: use -quietMark A. Tsuchida1-1/+1
2 daysFix subproject typo in interpreter.pyTomas Popela1-1/+1
2 dayscoverage: Change --html-details to --html-nested (gcovr)Walkusz1-1/+1
2 daystests: fix OpenAL test case on case sensitive fs on macOSJade Lovelace1-1/+1
2 daysdependencies/boost.py: Allow getting `lib_dir` and `include_dir` via pkg-configArtturin1-3/+13
2 dayscreate_test_serialisation: Dedup deps before joining ld_lib pathsCampbell Jones1-2/+6
2 days`configure_file`: update \@ escape logicMatt Jolly4-26/+64
6 daysmformat: fix else token not correctly indentedCharles Brunet2-2/+6
6 daysFix crash in meson formatCharles Brunet3-0/+20
6 daysCatch format configuration parse errorCharles Brunet1-2/+5
7 daysImprove `nm` usage in symbolextractor script on macOSRalf Gommers1-3/+4
8 daysAdd meson test --max-linesDaan De Meyer5-4/+23
8 dayscargo: Fall back to the checksum in Cargo.lock metadata tableSebastian Wick2-1/+5
9 daysBUG: Use an F77 snippet for sanity testing FortranRohit Goswami1-2/+2
11 dayscargo: Load Cargo.lockXavier Claessens11-24/+147
11 dayswrap: Clarify PackageDefinition APIXavier Claessens3-106/+113
11 daysMerge pull request #13307 from mesonbuild/optstorerefactorJussi Pakkanen43-354/+443
11 daysFix mypy.Jussi Pakkanen10-20/+30
11 daysReplace direct indexing with named methods.Jussi Pakkanen36-283/+327
11 daysRename option variable to optstore to make it unique.Jussi Pakkanen30-150/+150
14 daysMerge pull request #13171 from amcn/mingw-python-limited-apiJussi Pakkanen6-74/+133
14 daysPython: link correct limited API lib on mingwAndrew McNulty1-2/+8
14 daysPython: fix limited API logic under mingwAndrew McNulty1-6/+8
14 daysPython: move Windows functions to dependency baseAndrew McNulty1-63/+62
14 daysunittests: Add Python unittest for limited APIAndrew McNulty1-1/+30
14 daysPython: add load test to limited API testAndrew McNulty3-2/+25
14 daysMerge pull request #13303 from jwieleRH/manJussi Pakkanen1-0/+441
14 daysAdd 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