aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Support for appleframeworks with GCC and IntelEvan Miller1-3/+1
2021-09-03mdist: use git archive with git repositories for correctnessEli Schwartz1-29/+35
2021-09-03Improve WSL detectionWill1-1/+1
2021-09-03log a more informative error when wrap-git subprojects cannot be downloadedEli Schwartz1-1/+1
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens3-24/+23
2021-09-02OptionKey: Fix orderingXavier Claessens1-10/+8
2021-09-01make the display name of a gettext translation build, look prettierEli Schwartz1-1/+1
2021-09-01fix repr for alias_targetEli Schwartz1-0/+4
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz1-1/+4
2021-09-01dependency: fallback and allow_fallback are mutually exclusiveXavier Claessens1-0/+2
2021-09-01Clang should error for all implicit function checks (#9165)Dylan Baker2-3/+8
2021-09-01interpreter: Introduce BooleanHolder for the bool primitiveDaniel Mensinger8-68/+129
2021-09-01interpreter: Simplify Disabler logicDaniel Mensinger2-16/+8
2021-09-01interpreter: Remove the AND and OR operator enumsDaniel Mensinger1-2/+0
2021-09-01interpreter: Remove permissive from _unholderDaniel Mensinger4-13/+11
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens1-2/+11
2021-08-31i18n module: restore the <packagename>-gmo targetEli Schwartz1-0/+3
2021-08-31i18n module: provide targets as return value for gettext()Eli Schwartz1-1/+3
2021-08-31interpreter: use python dunders instead of lock for unpicklabilityDylan Baker2-9/+4
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger10-64/+183
2021-08-31interpreter: Introduce operators support for InterpreterObjectsDaniel Mensinger5-5/+202
2021-08-31interpreter: Make comparisons of different types a hard errorDaniel Mensinger1-4/+8
2021-08-31pyllint: enable consider-user-enumerateDylan Baker3-10/+4
2021-08-31pylint: turn on superflous-parensDylan Baker31-102/+102
2021-08-31pylint: turn on superfluous parens warningDylan Baker2-8/+8
2021-08-31pylint: enable consider-iterating-dictionaryDylan Baker2-2/+2
2021-08-31pylint: enable unnecessary-not checkDylan Baker1-1/+1
2021-08-31Merge pull request #9185 from dcbaker/submit/env-object-as-holderJussi Pakkanen6-90/+125
2021-08-31Merge pull request #9193 from dcbaker/submit/aarch64-beJussi Pakkanen1-7/+15
2021-08-31python module: fix error message mentioning setuptoolsEli Schwartz1-1/+1
2021-08-30interpreter: rename EnvironmentVariablesObject -> EnvironmentVariablesHolderDylan Baker2-4/+4
2021-08-30interpreterobjects: Use typed_kwargs for EnvironmentVariablesObjectDylan Baker1-24/+19
2021-08-30make EnvironmentVariablesObject a proper holderDylan Baker4-63/+42
2021-08-30Allow EnvironmentVariablesObject to be passed an EnvironmentVariables instanceDylan Baker1-1/+3
2021-08-30interperter/kwargs: narrow type checkingDylan Baker1-1/+1
2021-08-30interpreter/type_checking: Add convertor to env keyword argumentDylan Baker1-3/+16
2021-08-30interpreter/type_checking: add a validator to envDylan Baker1-2/+34
2021-08-30interpreter: move 'env' to type_checkingDylan Baker2-1/+8
2021-08-30build: add ability to set initial value of EnvironmentVariablesDylan Baker1-1/+5
2021-08-30build: Fully annotate EnvironmentVariablesDylan Baker1-6/+9
2021-08-30wraptool: Fix version comparisonXavier Claessens1-4/+4
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens1-10/+6
2021-08-30Add missing "disabler" kwarg to python.dependency()Xavier Claessens1-0/+1
2021-08-30Simplify get_callee_argsXavier Claessens4-87/+34
2021-08-30Simplify condition in can_run_host_binaries()Xavier Claessens1-7/+6
2021-08-30environment: correctly handle cpu value aarch64_beDylan Baker1-1/+7
2021-08-30environment: add ppc -> ppc64 for aix to detect_cpuDylan Baker1-0/+4
2021-08-30environment: Add a few type annotationsDylan Baker1-6/+4
2021-08-29mcompile: treat load-average as a floatMike Gilbert1-1/+1
2021-08-29gnome: Prepend devenv, not appendTing-Wei Lan1-4/+4