519 Commits (fc3de287cbcd38fdbd06e1a81bb9a8d4ccd0c008)

Author SHA1 Message Date
Daniel Mensinger 6b00c7dc81 Remove helpers.check_stringlist() 3 years ago
Dylan Baker 64c267c49c compilers: Add default search path stdlib_only_link_flags 3 years ago
Dylan Baker 68c23a6120 Add option to to transpile Cython to C++ 3 years ago
Dylan Baker 9795323b86 pylint: check for duplicate imports 3 years ago
Dylan Baker d661a0cd96 build: use an object rather than a dict for the dep_manifest 3 years ago
Dylan Baker c8d85575c0 build: Add annotation to dist_Scripts and install_scripts 3 years ago
Dylan Baker 343b40f67a build: add some missing type annotations 3 years ago
Filipe Laíns af8b55d49b mintro: add installed_plan 3 years ago
Eli Schwartz 10cfc321f8
fix repr for alias_target 3 years ago
Dylan Baker 4d7031437c pylint: turn on superflous-parens 3 years ago
Dylan Baker 8c90140f2b build: add ability to set initial value of EnvironmentVariables 3 years ago
Dylan Baker aee2325335 build: Fully annotate EnvironmentVariables 3 years ago
Dylan Baker b791b47c3b build: add annotations for DependencyOverride 3 years ago
Dylan Baker 3a45c5a7ce build: Add type annotations to Target.get_debug_filename 3 years ago
Dylan Baker e938ffb763 build: Add annotations to the CustomTargetIndex class 3 years ago
Dylan Baker c9e827a6a1 build: Add a `name` property to CustomTargetIndex 3 years ago
Dylan Baker d754ee1a7f build: Fix CustomTarget initializer annotation 3 years ago
Dylan Baker e08f896802 build: Add a couple of annotations to RunTarget 3 years ago
Dylan Baker cd7d602f33 build: Add type annotations for CustomTarget 3 years ago
Dylan Baker b7d5ecc298 build: type get_import_filenames 3 years ago
Dylan Baker f21c50223b build: Add some type annotations to BuildTarget 3 years ago
Dylan Baker 225022abf6 build: Add type annotations for ExtractedObjects 3 years ago
Dylan Baker 65d5d9e20c build: Add missing annotations for Build.get_* methods 3 years ago
Dylan Baker 3467cf956c build: fix annotation for Build.targets 3 years ago
Dylan Baker e3b2d4ac8b build: add annotation for build.postconf_scripts 3 years ago
Xavier Claessens 8c5aa031b5 Add install tags 3 years ago
Dylan Baker 6a83f8b9cb build: store global and project args per-machine even when not cross compiling 3 years ago
Dylan Baker 8a7451e051 build: add a few annotations 3 years ago
Dylan Baker bc31c23074 build: Add annotation to CustomTargetIndex.get_subdir 3 years ago
Dylan Baker daf63fc377 build: Add get_subdir() to GeneratedList 3 years ago
Marc-André Lureau 23ea9feee3 build: learn to take CustomTargetIndex as custom_target command 3 years ago
Simon Ser 1f3adc4dbe Add feed arg to custom_target() 3 years ago
Daniel Mensinger 8f7343831b refactor: Refactor BothLibraries logic 3 years ago
Daniel Mensinger 3f889606c7 Split compiler detection from Environment 3 years ago
Daniel Mensinger 0c4dd81c4d
fix: Handling BothLibraries objects (fixes #8907) 3 years ago
Dylan Baker d636b92c1a install_*: FileMode doesn't need to be None 3 years ago
Dylan Baker f2ad5e377e backend: Headers.install_subdir is allowed to be None 3 years ago
Paolo Bonzini bd75e0398f extract_objects: skip headers when building custom_target command line 3 years ago
Daniel Mensinger 7c757dff71 holders: Fix the remaining code to respect the holder changes 4 years ago
Daniel Mensinger 34c28dc92c holders: remove unholder 4 years ago
Daniel Mensinger 84a3e459a8 holders: Introduce BothLibraries 4 years ago
Daniel Mensinger 66b32a4591 holders: Introduce HoldableObject 4 years ago
Daniel Mensinger 850f64b9ab build: textwrap.dedent() some strings 4 years ago
Dylan Baker 6d52ddf3c7 build: add type annotations for the IncludeDirs object 4 years ago
Dylan Baker a65429d57b build: Fully annotate GeneratedList 4 years ago
Dylan Baker 4e7f59d70d build: Generator add missing annotations 4 years ago
Dylan Baker 0698a50c00 build: cleanup Generator.proccess_files a bit 4 years ago
Dylan Baker c422621317 interpreterobjects|build: use typed_kwargs for generator.process 4 years ago
Dylan Baker 5952dc9818 interpreter|build: use typed_pos_args and unholder in the interpreter 4 years ago
Dylan Baker 2043461b87 build: Pass name of generator to initializer 4 years ago