497 Commits (9cc5009a44bda2af92cc10978ad7adf15b1c9fd3)

Author SHA1 Message Date
Dylan Baker 4d7031437c pylint: turn on superflous-parens 4 years ago
Dylan Baker 278942a447 pylint: enable consider-iterating-dictionary 4 years ago
Jussi Pakkanen e83ab50c06 Delete old outputs that are no longer in the Ninja file. 4 years ago
Jussi Pakkanen 3f380b8e1d Fix duplicated frameworks in the Xcode backend. 4 years ago
Jussi Pakkanen 85d102bc6e Fix multiple generators in target in Xcode. 4 years ago
Jussi Pakkanen 267d5385d4 Path special casing for the Xcode backend. 4 years ago
Jussi Pakkanen 12e7b3afcf Handle .C extension in Xcode. 4 years ago
Dylan Baker dffa93b853 backend/backends: use a TypedDict for introspection data 4 years ago
Dylan Baker f6f35aa906 backend/backends: Add type annotations to Backend 4 years ago
Dylan Baker 24284fd9d5 backend/backends: Add verbose to ExecutableSerialisiation initializer 4 years ago
Dylan Baker a5b6b35edb backend/backends: Add type annotations to ExecutableSerilalisation 4 years ago
Dylan Baker 6785504b53 backend/backends: Add type annotations to SubdirInstallData 4 years ago
Dylan Baker ccab6d9c84 backend/backends: Add type annotations to TargetInstallData 4 years ago
Dylan Baker 9fb19ed923 backend/backends: Add type annotations to CleanTrees 4 years ago
Dylan Baker 2664153d24 backend/backends: add type annotations to RegenInfo 4 years ago
Dylan Baker b2684a9887 backends/xcode: remove unused compiler parameter from escape_extra_args 4 years ago
Dylan Baker 0ca0e6116c backends: remove unused name parameter from as_meson_exe_cmdline 4 years ago
Dylan Baker 2a70c039bf ninjabackend: add missing type annotation 4 years ago
Dylan Baker 0bc77c604f backends: move method from ninjabackend to base class 4 years ago
Dylan Baker adddb9af21 backends/vs: add a missing annotation 4 years ago
Dylan Baker 035df5369e backends/ninja: write depscan input files to json 4 years ago
Nirbheek Chauhan d6243e3ebd rust targets: lld-link is the same as link for static libs 4 years ago
Xavier Claessens 8c5aa031b5 Add install tags 4 years ago
Jussi Pakkanen f0b16e4e83 Refresh Ninja cache files on regeneration. 4 years ago
Eli Schwartz 59d4f771d2
editorconfig: add setting to trim trailing whitespace 4 years ago
Jussi Pakkanen f9d9cb174a Always generate Java rule, it is platform agnostic. 4 years ago
GustavoLCR 6a1157b2e5 Fix native targets for vs backend cross compilation 4 years ago
Dylan Baker 630a41eb81 ninjabackend: use get_subdir() instead of subdir attribute for cython 4 years ago
Weston Schmidt 2e30b5a1e2 Add support for gcovr --sonarqube report 4 years ago
Paolo Bonzini 3efed376c3 linkers: remove is_shared_module argument to get_soname_args 4 years ago
Paolo Bonzini d5535065bc do not add SONAME to shared modules 4 years ago
Eli Schwartz dd31891c1f more f-strings too complex to be caught by pyupgrade 4 years ago
Dylan Baker 210065ffe8 backends/ninja: only pass project specific arguments to scan-build 4 years ago
Simon Ser 1f3adc4dbe Add feed arg to custom_target() 4 years ago
Daniel Mensinger 3e396b3782
fix: Always explicitly set encoding for text files (fixes #8263) 4 years ago
Denis Fortin 7bc57d03a5 build: fix object path for vs backend 4 years ago
Daniel Mensinger 3f889606c7 Split compiler detection from Environment 4 years ago
fanc999 edfe24178d
Add Visual Studio 2012/2013 backends (#8803) 4 years ago
Dylan Baker d636b92c1a install_*: FileMode doesn't need to be None 4 years ago
Dylan Baker f2ad5e377e backend: Headers.install_subdir is allowed to be None 4 years ago
Daniel Mensinger 34c28dc92c holders: remove unholder 4 years ago
Dylan Baker 9851c25895 backends: fix TestSerialisation.suite annotations 4 years ago
Ralf Gommers bc6df45663 Fix issue with generated Cython code in a subdir 4 years ago
Eli Schwartz 48ebfa9a99
another pyupgrade pass 4 years ago
Eli Schwartz 3eb1da1fa2
condense lines 4 years ago
Eli Schwartz 2c71b63e77
more f-strings everywhere 4 years ago
Dylan Baker 0bc18f26a2 cython: Add an option for selecting python 3 vs python 2 output 4 years ago
Dylan Baker ec4d8143df ninjabackend: generate cython compilation rules 4 years ago
Dylan Baker 80cdbe41bd ninjabackend: cython doesn't use a linker 4 years ago
Dylan Baker 201dc64226 add a couple more type annotations 4 years ago