summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz
2022-06-17docs: fix incorrect info for declare_dependency sourcesEli Schwartz
2022-06-17fix confusing incorrect default name for a KwargInfoEli Schwartz
2022-06-17typed_kwargs: support dict/list as "new since" typesEli Schwartz
2022-06-17interpreter: fix a subproject check with symlinksHemmo Nieminen
2022-06-17fix parameter expansion in several error messagesMichael Mera
2022-06-17devenv: Do not use relative WINEPATHXavier Claessens
2022-06-17Improve WINEPATH reductionXavier Claessens
2022-06-17ExternalProgram: Make get_version() work without interpreterXavier Claessens
2022-06-17docs: ensure stable order of release notesEli Schwartz
2022-06-16fix regression that broke proper warnings about passing subproject as a depEli Schwartz
2022-06-16test (failing): 127 subproject object as a dependencyfxxf
2022-06-16fix crash when passing invalid inputs as build_target dependenciesfxxf
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens
2022-06-16docs: only list the latest build of a given stable tag for each wrapdb entryEli Schwartz
2022-06-16doc: Add meson.override_dependency() in external-project exampleXavier Claessens
2022-06-14devenv: Add support for PowerShell 7 on WindowsSeungha Yang
2022-06-14Fix crash when a reconfigure adds a new subprojectXavier Claessens
2022-06-14add testcase for previous commitPaolo Bonzini
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini
2022-06-13ninja backend: generate additional meta-rules for test/benchmarks targetsEli Schwartz
2022-06-13unittests: do more accurate check for ninja "nothing to do"Eli Schwartz
2022-06-13unittests: allow test commands to suppress returning stderrEli Schwartz
2022-06-13flake8: remove unused variableEli Schwartz
2022-06-13flake8: don't use f-strings for strings without formattingEli Schwartz
2022-06-13flake8: fix non-idiomatic ordering of "if not in" checksEli Schwartz
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-06-10add Feature checks for install_subdir creating an empty directoryEli Schwartz
2022-06-10fix typo in IndepthTutorial.mdff
2022-06-10ACfL version detection with regexStepan Nassyr
2022-06-10Allow for 3-component ACfL versionsStepan Nassyr
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
2022-06-10flake8: remove import that was never usedEli Schwartz
2022-06-10flake8: remove no longer used importsEli Schwartz
2022-06-10build: CustomTargetIndex.is_linkable_target misses '.dylib'Sutou Kouhei
2022-06-10wayland: Lookup for wayland-scanner using pkgconfigXavier Claessens
2022-06-09intro-install_plan: fix destinations for build_targets with custom install_dirEli Schwartz
2022-06-09mtest: do not process zero byte reads in read_decode()Hemmo Nieminen
2022-06-09mtest: enable access to the console logger instanceHemmo Nieminen
2022-06-09mtest: store all test results directly to TestRunHemmo Nieminen
2022-06-09mtest: store test output directly to a TestRun objectHemmo Nieminen
2022-06-09mtest: print only one empty line before test summaryHemmo Nieminen
2022-06-09mlog: add support for italic/emphasized text in AnsiTextHemmo Nieminen
2022-06-09mtest: improve text test log formattingHemmo Nieminen
2022-06-09mtest: differentiate stdout and stderr in test log text filesHemmo Nieminen
2022-06-09mtest: print "live" test output when verbose with only 1 testHemmo Nieminen
2022-06-09mtest: remove unused arguments from read_decode_lines()Hemmo Nieminen
2022-06-09mtest: introduce get_test_num_prefix() helper functionHemmo Nieminen