10938 Commits (c3f5c2e745c3467248a8b61b5346969c7682c711)
 

Author SHA1 Message Date
Eli Schwartz c3f5c2e745 cuda module: fully buy into new modules API 3 years ago
Daniel Mensinger e987a88c19 tests: Force colorize CI output 3 years ago
Daniel Mensinger 7fac515acf tests: Don't even start running skipped tests 3 years ago
Daniel Mensinger 30ff36dc91 tests: Fix global state issue 3 years ago
Daniel Mensinger 0aa8843fb2 tests: Add option to limit the number of workers 3 years ago
Daniel Mensinger 098e3f9994 tests: Optional progress bar with tqdm 3 years ago
Daniel Mensinger 25df6e7d16 tests: Refactored test runner 3 years ago
Daniel Mensinger e1708d3de9 tests: Reduce complexity of the run_tests signature 3 years ago
Daniel Mensinger 99d3897caf tests: reduce global variables 3 years ago
Daniel Mensinger 7fc755b334 typing: Fully annotate run_project_tests.py 3 years ago
Daniel Mensinger 9c40b33cf6 compilers: Fix missing functions in Compiler base class 3 years ago
Daniel Mensinger 2263a84d07 typing: Rename some variables 3 years ago
Daniel Mensinger a8cd45d3ab typing: remove unused DependencyType 3 years ago
Daniel Mensinger 15b69d0421 typing: Fully annotate dependencies 3 years ago
Dylan Baker a7357887c7 docs: fix issues with the cython docs 3 years ago
Eli Schwartz ed19eb2443
document the enhancement to the Fs module permitting File arguments 3 years ago
Xavier Claessens f2b678ef68
doc: Fix link to Commands.md 3 years ago
Jussi Pakkanen a4a61b6bf8
Merge pull request #8512 from bonzini/feature-methods 3 years ago
Dylan Baker 98efec5c2b interpreter: make helper methods protected 3 years ago
Dylan Baker bf656ce0ec interpreter: Add type annotations for the add_*_arguments helpers 3 years ago
Dylan Baker 6eff0c3f8c build: fix type annotations fo project_*_args 3 years ago
Dylan Baker 3f9a81e7f1 interpreter: use typed_kwargs for the add_*_arguments family 3 years ago
Dylan Baker 3e998527a3 interpreter: use typed_pos_args for add_*_args 3 years ago
Dylan Baker 6ab78b5979 intperperterbase: Add a convertor keyword argument 3 years ago
Dylan Baker fb385728df interpreterbase: Add validator keyword argument to typed_kwargs 3 years ago
Dylan Baker 5d81392c67 make all arguments to KwargInfo except name and type keyword only 3 years ago
Dylan Baker 4dc3f2af63 run_unittests.py: Use mock for monkey patching 3 years ago
Paolo Bonzini 6497e52035 run_unittests.sh: fix Python DeprecationWarning 3 years ago
Paolo Bonzini a87e32d181 interpreter: add feature.disable_auto_if() 3 years ago
Paolo Bonzini 2f2d99e1d8 interpreter: add feature.require() 3 years ago
Eli Schwartz 48ebfa9a99
another pyupgrade pass 3 years ago
Eli Schwartz 998076a192
upgrade percent formatted strings pyupgrade did not catch 3 years ago
Eli Schwartz 3eb1da1fa2
condense lines 3 years ago
Eli Schwartz 2c71b63e77
more f-strings everywhere 3 years ago
Jussi Pakkanen 40e8a67a83
Merge pull request #8706 from dcbaker/wip/2021-04/cython-language 3 years ago
Jussi Pakkanen d53ea7da2d Fix macpkg generator import path. [skip ci] 3 years ago
Dylan Baker 0bc18f26a2 cython: Add an option for selecting python 3 vs python 2 output 3 years ago
Dylan Baker 0cb05004ca docs: Add cython docs 3 years ago
Dylan Baker a2fc2e2165 cython: Add a test for generated files 3 years ago
Dylan Baker 74ed27f776 cython: add 1 basic test 3 years ago
Dylan Baker b9f33c2380 Add C compiler when using Cython 3 years ago
Dylan Baker ec4d8143df ninjabackend: generate cython compilation rules 3 years ago
Dylan Baker 80cdbe41bd ninjabackend: cython doesn't use a linker 3 years ago
Dylan Baker 4d1cbd1b8a compilers: Add cython file suffixes 3 years ago
Dylan Baker cf17ef3867 environment: Add detection logic for cython 3 years ago
Dylan Baker edf1a21722 compilers: Expose Cython compiler 3 years ago
Dylan Baker e9681b463d hack: compilers/cython: hardcode python 3 not 2 3 years ago
Dylan Baker 79e50caa7f compilers: Add a cython Compiler 3 years ago
Dylan Baker b6eb5c231c build: Add type annotations for Generator 3 years ago
Daniel Mensinger 30e329aac9 typing: Fully annotate dependencies.framework 3 years ago