aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-10-08modules/gnome: fix use of undefined variableDylan Baker1-1/+1
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci1-2/+2
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát1-4/+4
2021-10-07modules/gnome: deprecate yelp variadic sourcesDylan Baker1-1/+7
2021-10-06interpreter: Move RangeHolder out of interpreterbase to interpreterDaniel Mensinger5-28/+39
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger10-424/+345
2021-10-06Fix compiler detection for cl/clang-clJesse Natalie1-1/+1
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger1-10/+32
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger1-1/+32
2021-10-04wrap clone: be less noisy when doing automated code checkoutsEli Schwartz1-4/+5
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund1-0/+2
2021-10-04backend/vs: process link dependencies.Andres Freund1-0/+10
2021-10-04Record build in BuildTarget.link_depends, not just output of targets.Andres Freund1-7/+4
2021-10-04modules/external_project: use typed_kwargsDylan Baker1-23/+33
2021-10-04mdoules/external_project: fix most of the mypy warnings/errorsDylan Baker1-29/+39
2021-10-04mesonlib: ConfigurationData can also be a `Dict[str, Tuple[Str, Optional[str]]]`Dylan Baker1-2/+2
2021-10-04dependencies: Dependency.sources can have CustomTargetsDylan Baker1-5/+6
2021-10-04modules/external_project: clean up and sort modulesDylan Baker1-6/+7
2021-10-04remove printf debuggingEli Schwartz1-1/+0
2021-10-04condense linesEli Schwartz4-22/+11
2021-10-04f-stringsEli Schwartz13-77/+66
2021-10-04use list unpacking to simplify for loop referencesEli Schwartz1-4/+5
2021-10-04fix extra whitespaceEli Schwartz18-28/+0
2021-10-04use idiomatic python for membership testsEli Schwartz1-1/+1
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz3-3/+1
2021-10-04work around flake8 F811 for T.overload redefined functionsEli Schwartz2-4/+4
2021-10-04remove double importEli Schwartz1-2/+2
2021-10-04remove f from f-string that has no formattingEli Schwartz3-3/+3
2021-10-04fix incorrect porting from % formatting to .format methodEli Schwartz1-1/+1
2021-10-04coding style: don't format an empty string with another stringEli Schwartz1-1/+1
2021-10-04better error message for modules returning the wrong valueEli Schwartz1-1/+1
2021-10-04various python neatness cleanupsEli Schwartz10-14/+14
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen2-5/+11
2021-10-04interpreter: improve the error message about install_modeZbigniew Jędrzejewski-Szmek1-12/+11
2021-10-03fix typo in error message breaking newline escapeEli Schwartz1-1/+1
2021-10-03modules/i18n: fix gettext use of --datadirs paramDan Streetman1-1/+1
2021-10-03cmake module: if cmake cannot be found, do not tracebackEli Schwartz1-0/+3
2021-10-03docs: Fixes found during the YAML conversion processDaniel Mensinger1-1/+2
2021-10-03docs: Hook up the new RefMan generator to MesonDaniel Mensinger1-4/+9
2021-10-02Improve linker detection failure error message.Jussi Pakkanen1-3/+5
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker1-1/+6
2021-09-30modules/i18n: Fix remaining mypy spotted issuesDylan Baker1-20/+31
2021-09-30modules/i18n: use typed_kwargs for gettextDylan Baker1-19/+50
2021-09-30modules/i18n: Use typed_kwargs for merge_fileDylan Baker1-26/+61
2021-09-30modules/i18n: use typed_pos_argsDylan Baker1-4/+6
2021-09-30interpreter: move some of CustomTarget's args to type_checkingDylan Baker2-32/+61
2021-09-30modules/i18n: add easy type annotationsDylan Baker1-7/+12
2021-09-30modules/i18n: sort and clean up importsDylan Baker1-5/+7
2021-09-30modules: make ReturnValue.new_objects covariantDylan Baker1-1/+1
2021-09-30dependency: Allow searching for multiple namesXavier Claessens1-2/+4