8102 Commits (b2f7f2da1c5e693a426b0aa636a8b256bd1efe83)

Author SHA1 Message Date
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
Dylan Baker 3e55891ae7 mparser: don't pass a SimpleNamespace where a BaseNode is expected 2 years ago
Dylan Baker 2a64ffd1e6 mesonlib: remove filename parameter to mlog.warning 2 years ago
Eli Schwartz 0544ffabf1
add builtin option to install licenses 2 years ago
Eli Schwartz 2fa0749175
add license_files kwarg to project 2 years ago
Kleis Auke Wolthuizen 18d2431685 emscripten: remove no longer relevant comment 2 years ago
Kleis Auke Wolthuizen cd6b67dea8 emscripten: enforce version 1.39.19 or higher 2 years ago
Kleis Auke Wolthuizen 4e1d0e4784 emscripten: remove redundant `thread_flags` implementation 2 years ago
Kleis Auke Wolthuizen 51ac9ed317 emscripten: use single arguments when specifying options 2 years ago
Kleis Auke Wolthuizen 898e85d847 emscripten: prefer `-pthread` over `-s USE_PTHREADS=1` 2 years ago
Eli Schwartz 891b4ffe33
dependencies: better logging of pkg-config call outputs 2 years ago
Dylan Baker 2fd5bd934e interpreter: use static_lib's already calculated pic value 2 years ago
Jussi Pakkanen 8e2355ebc8 Bump version number for new development. 2 years ago
Jussi Pakkanen 05f85c7945 This is it. The 1.0.0. 2 years ago
Nirbheek Chauhan 5dd3413b71 meson: Cache os.path.realpath in CLikeCompilerArgs 2 years ago
Jussi Pakkanen 9c1b6a95b0 Bump version number for rc2. 2 years ago
Eli Schwartz b7a5c384a1 mtest: handle TAP tests with unknown version. 2 years ago
Tristan Partin fb6fda3853
Change double quote doc comment to sinqle quote 2 years ago
Tristan Partin 7254db36a7
Try to find the jni dependency when javac is a Darwin stub 2 years ago
Eli Schwartz 2ef94a71f8
delay importing ctypes unless it is actually used 2 years ago