8171 Commits (a3f4f6c88f14ba9f176721bace861d705a11189c)

Author SHA1 Message Date
Dylan Baker c8b8e7e732 coredata: allow deprecation to be passed to Option initializer 2 years ago
Dylan Baker 432c46e67c coredata: get rid of UserArrayOption `**kwargs` 2 years ago
Dylan Baker 93e370c7dd coredata: use DEFAULT_YIELDING as the default value for Options 2 years ago
Dylan Baker 3f733437da coredata: use a frozenset instead of a dict where values are always None 2 years ago
Eli Schwartz dd83d5e4a1 remove dead code 2 years ago
Eli Schwartz 921ddb1980
dependencies: fix pcap-config which now errors on --version 2 years ago
Dylan Baker c49552ffb2 interpreter: use typed_pos_args for build_targets 2 years ago
Dylan Baker e0efc7603e coredata: Make a deepcopy of global state before mutating 2 years ago
Xavier Claessens 1a0eff0054 devenv: Allow dumping into file and select a format 2 years ago
Gijs Peskens 5a4168c410 Fix nasm when target has threads as added dependency 2 years ago
Dylan Baker 7b59a2e3ea mparser: Use a literal for the ComparisonNode 2 years ago
Eli Schwartz 2d0c9ce5f2
properly type utils/core.py and add it to mypy 2 years ago
Thomas Li 9b999ddc87 BUG: Fix generated sources not being included as dependencies in cython transpilation 2 years ago
Xavier Claessens e96929f1b2 coredata: Remove dead code 2 years ago
Dylan Baker 6aeec80836 backends: Stop passing generator exes to ExecutableSerialisation as strings 2 years ago
jack 7e4f6df07a linkers: detect ld64 as AppleDynamicLinker 2 years ago
Dylan Baker 6ed6c8cdba modules: fully type the Qt* modules 2 years ago
Dylan Baker e8a88f5320 modules: add type annotations to the `__init__` module 2 years ago
Dylan Baker a28545d9cb modules/external_project: `make` should be immutable 2 years ago
Dylan Baker 4c3d9ab22d modules/i18n: fix type annotations 2 years ago
Dylan Baker 57c59d3b99 modules/icestorm: fix type annotations 2 years ago
Dylan Baker afa8e31cf3 modules/qt: Fix annotations for state.find_program 2 years ago
Dylan Baker a67f04eb23 modules/rust: Fix annotation for _bindgen_bin 2 years ago
Dylan Baker 27df0e09f7 modules/gnome: fix type annotations from `__init__`, which are wrong 2 years ago
Dylan Baker e268d9f137 build: Add a found method to Executable 2 years ago
Dylan Baker 1f90873844 build: Add a get_path method to Executable 2 years ago
Jan Janssen ded57707c8 linkers: Do not use numeric windows subsystems with lld 2 years ago
Jan Janssen 9f6b1b8a68 linkers: Fix lld detection 2 years ago
Eli Schwartz b9b27d37c9 avoid detecting masm as a MSVC-like compiler for detecting showincludes 2 years ago
Eli Schwartz 9f12f6e158 msvc: handle filename extensions for incdetect based on the compiler language 2 years ago
Eli Schwartz c5e766af75
be more explicit about asyncio usage 2 years ago
Eli Schwartz 40315e6ebb
mtest: simplify deprecated access to current loop 2 years ago
Eli Schwartz ab8081fab6
mtest: clean up asyncio event loop instantiation 2 years ago
Eli Schwartz 56312c0579
mtest: delay creation of asyncio lock until event loop exists 2 years ago
Eli Schwartz 9aff189e31
add a hidden environment variable to make Meson complain hard on deprecations 2 years ago
Luke Elliott d573db77bc clang-cl: supports /std:c++20 now. 2 years ago
Paolo Bonzini 863f2a6d74 forbid using declare_dependency(objects: ...) with pkg-config module 2 years ago
Paolo Bonzini b3fc3cd6b5 add objects keyword argument to declare_dependencies 2 years ago
Paolo Bonzini 8d2940024b allow passing generated objects in the "objects" keyword argument 2 years ago
Dylan Baker 5ef824b2f3 modules/gnome: use `mlog.log(once=True)` in a few more places 2 years ago
Dylan Baker f7cde8d3f6 Add fatal=False to many mlog.warnings() 2 years ago
Dylan Baker 0a873f6470 wrap: use log once instead of hand rolling 2 years ago
Dylan Baker 8f9c6c10c4 mparser: Don't create an exception to pass to mlog.warning 2 years ago
Dylan Baker 7460ab20cd mlog: move code for printing code with a caret to the mlog module 2 years ago
Dylan Baker b9ef662926 reformat some warnings for better code readability 2 years ago
Dylan Baker 11b9ad2e29 backends/backends: Add helpful message for getting rid of warning 2 years ago
Dylan Baker 900677cdb2 mlog: use an enum instead of strings 2 years ago
Dylan Baker d9dc5a7f74 mlog: Remove using of `**kwargs: T.Any` 2 years ago
Dylan Baker 76bead7e15 msetup: do some stupid casting to make mypy happy 2 years ago
Dylan Baker 3e97a95f9d dependencies/dev: refactor some code to make mypy happy 2 years ago