summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen
2021-06-08interpreter: make helper methods protectedDylan Baker
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker
2021-06-08build: fix type annotations fo project_*_argsDylan Baker
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker
2021-06-08make all arguments to KwargInfo except name and type keyword onlyDylan Baker
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini
2021-06-08interpreter: add feature.require()Paolo Bonzini
2021-06-07another pyupgrade passEli Schwartz
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz
2021-06-07condense linesEli Schwartz
2021-06-07more f-strings everywhereEli Schwartz
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker
2021-06-07Add C compiler when using CythonDylan Baker
2021-06-07ninjabackend: generate cython compilation rulesDylan Baker
2021-06-07ninjabackend: cython doesn't use a linkerDylan Baker
2021-06-07compilers: Add cython file suffixesDylan Baker
2021-06-07environment: Add detection logic for cythonDylan Baker
2021-06-07compilers: Expose Cython compilerDylan Baker
2021-06-07hack: compilers/cython: hardcode python 3 not 2Dylan Baker
2021-06-07compilers: Add a cython CompilerDylan Baker
2021-06-07build: Add type annotations for GeneratorDylan Baker
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger
2021-06-06Merge pull request #8796 from xclaesse/wrapdbv2Jussi Pakkanen
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger
2021-06-05typing: mlog use StringProtocolDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger
2021-06-05typing: Fully annotate dependencies.coarraysDaniel Mensinger
2021-06-04dependencies/detect: Add type annotations to find_external_dependencyDylan Baker
2021-06-04interpreterobjects: Fix type annotation for CustomTargetHolderDylan Baker
2021-06-04build: Add a type annotation to CustomTargetDylan Baker
2021-06-04interpreterbase: Allow safely using mutable default values with typed_kwargsDylan Baker
2021-06-04interpreterbase: fix type annotations for typed_pos_argsDylan Baker
2021-06-04wrap: Port to v2 protocolXavier Claessens
2021-06-03typing: Fully annotate dependencies.baseDaniel Mensinger
2021-06-03typing: mlog: Simplify some typing with a TV_ variablesDaniel Mensinger
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-06-02add a couple more type annotationsDylan Baker
2021-06-02build: Use ImmutableSetProtocol for lru_cache'd valueDylan Baker
2021-06-02build: use typing.Mapping for lru_cached dictsDylan Baker