aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-10Be more strict about target names with slashes.stricternamesJussi Pakkanen2-1/+9
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens10-10/+78
2021-10-08ModuleState: Add wrapper to get optionXavier Claessens1-1/+8
2021-10-08Add support for module optionsXavier Claessens4-20/+42
2021-10-08doc: fix yaml indentation typo that broke building the websiteEli Schwartz1-6/+6
2021-10-08add install_emptydir functionEli Schwartz12-5/+125
2021-10-08Add Mac installation instructions for HomebrewIsmayil Mirzali1-0/+4
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini2-6/+49
2021-10-08modules/gnome: Fix unset install_dirDylan Baker1-3/+2
2021-10-08modules/gnome: Fix case that could never be hit due to bad typesDylan Baker1-3/+3
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-07docs: restore build_target method documentation which went missingEli Schwartz1-0/+40
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát1-4/+4
2021-10-07modules/gnome: deprecate yelp variadic sourcesDylan Baker3-1/+27
2021-10-06interpreter: Move RangeHolder out of interpreterbase to interpreterDaniel Mensinger5-28/+39
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger14-428/+349
2021-10-06Fix compiler detection for cl/clang-clJesse Natalie1-1/+1
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger3-11/+37
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger3-2/+43
2021-10-06ci: Add TTY mode to the image builder mounting mesonDaniel Mensinger1-1/+30
2021-10-06ci: Add comment to not forget updating wrapdb rulesXavier Claessens1-0/+2
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 Freund7-0/+78
2021-10-04backend/vs: process link dependencies.Andres Freund4-15/+10
2021-10-04Record build in BuildTarget.link_depends, not just output of targets.Andres Freund1-7/+4
2021-10-04run_mypy: Add the external_project_moduleDylan Baker1-0/+1
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-04docs: Temporarily disable modules and move RefMan --> Reference-manualDaniel Mensinger6-7/+16
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-04flake8: extend the ignore list, do not overrideEli Schwartz1-1/+1
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 Schwartz16-27/+27
2021-10-04Merge pull request #8960 from mensinda/yamlDocJussi Pakkanen152-3097/+6918
2021-10-04Minor fixupsDaniel Mensinger6-9/+51