summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-08docs: fix issues with the cython docsDylan Baker
2021-06-08document the enhancement to the Fs module permitting File argumentsEli Schwartz
2021-06-08doc: Fix link to Commands.mdXavier Claessens
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-08run_unittests.py: Use mock for monkey patchingDylan Baker
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini
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-07Merge pull request #8706 from dcbaker/wip/2021-04/cython-languageJussi Pakkanen
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker
2021-06-07docs: Add cython docsDylan Baker
2021-06-07cython: Add a test for generated filesDylan Baker
2021-06-07cython: add 1 basic testDylan 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-05docs: Generate a table of all wrapdb releasesXavier Claessens
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