aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-09typing: remove unused DependencyTypeDaniel Mensinger2-2/+2
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger6-88/+77
2021-06-08docs: fix issues with the cython docsDylan Baker2-5/+5
2021-06-08document the enhancement to the Fs module permitting File argumentsEli Schwartz2-3/+14
2021-06-08doc: Fix link to Commands.mdXavier Claessens1-1/+1
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen7-5/+99
2021-06-08interpreter: make helper methods protectedDylan Baker1-15/+15
2021-06-08interpreter: Add type annotations for the add_*_arguments helpersDylan Baker1-9/+8
2021-06-08build: fix type annotations fo project_*_argsDylan Baker1-2/+2
2021-06-08interpreter: use typed_kwargs for the add_*_arguments familyDylan Baker2-20/+65
2021-06-08interpreter: use typed_pos_args for add_*_argsDylan Baker1-12/+12
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker2-1/+20
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker2-1/+28
2021-06-08make all arguments to KwargInfo except name and type keyword onlyDylan Baker1-1/+2
2021-06-08run_unittests.py: Use mock for monkey patchingDylan Baker1-22/+20
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini1-1/+1
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini3-0/+24
2021-06-08interpreter: add feature.require()Paolo Bonzini6-2/+57
2021-06-07another pyupgrade passEli Schwartz1-3/+3
2021-06-07upgrade percent formatted strings pyupgrade did not catchEli Schwartz3-19/+17
2021-06-07condense linesEli Schwartz4-24/+12
2021-06-07more f-strings everywhereEli Schwartz4-138/+117
2021-06-07Merge pull request #8706 from dcbaker/wip/2021-04/cython-languageJussi Pakkanen25-33/+480
2021-06-07Fix macpkg generator import path. [skip ci]Jussi Pakkanen1-1/+1
2021-06-07cython: Add an option for selecting python 3 vs python 2 outputDylan Baker2-5/+34
2021-06-07docs: Add cython docsDylan Baker4-10/+65
2021-06-07cython: Add a test for generated filesDylan Baker6-0/+104
2021-06-07cython: add 1 basic testDylan Baker8-2/+107
2021-06-07Add C compiler when using CythonDylan Baker2-3/+4
2021-06-07ninjabackend: generate cython compilation rulesDylan Baker1-0/+61
2021-06-07ninjabackend: cython doesn't use a linkerDylan Baker1-4/+1
2021-06-07compilers: Add cython file suffixesDylan Baker2-0/+3
2021-06-07environment: Add detection logic for cythonDylan Baker1-0/+28
2021-06-07compilers: Expose Cython compilerDylan Baker1-0/+2
2021-06-07hack: compilers/cython: hardcode python 3 not 2Dylan Baker1-1/+2
2021-06-07compilers: Add a cython CompilerDylan Baker1-0/+60
2021-06-07build: Add type annotations for GeneratorDylan Baker1-14/+15
2021-06-06typing: Fully annotate dependencies.frameworkDaniel Mensinger2-14/+20
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger9-63/+104
2021-06-06typing: Fully annotate dependencies.cmakeDaniel Mensinger2-59/+70
2021-06-06typing: Fully annotate dependencies.platformDaniel Mensinger2-3/+10
2021-06-06typing: Fully annotate dependencies.dubDaniel Mensinger2-18/+32
2021-06-06typing: Fully annotate dependencies.pkgconfigDaniel Mensinger2-26/+34
2021-06-06Merge pull request #8796 from xclaesse/wrapdbv2Jussi Pakkanen6-52/+91
2021-06-05docs: Generate a table of all wrapdb releasesXavier Claessens3-0/+36
2021-06-05typing: Fully annotate dependencies.cudaDaniel Mensinger4-23/+40
2021-06-05typing: mlog use StringProtocolDaniel Mensinger2-2/+14
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger2-16/+24
2021-06-05typing: Fully annotate dependencies.coarraysDaniel Mensinger2-5/+6
2021-06-04dependencies/detect: Add type annotations to find_external_dependencyDylan Baker1-4/+5