aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-10modules/icestorm: fix type annotationsDylan Baker1-1/+1
2023-01-10modules/qt: Fix annotations for state.find_programDylan Baker1-3/+3
2023-01-10modules/rust: Fix annotation for _bindgen_binDylan Baker1-2/+2
2023-01-10modules/gnome: fix type annotations from `__init__`, which are wrongDylan Baker1-9/+10
2023-01-10build: Add a found method to ExecutableDylan Baker1-0/+4
2023-01-10build: Add a get_path method to ExecutableDylan Baker1-0/+5
2023-01-09linkers: Do not use numeric windows subsystems with lldJan Janssen1-12/+25
2023-01-09linkers: Fix lld detectionJan Janssen1-1/+1
2023-01-08CI: fix cuda image breakageEli Schwartz1-1/+1
2023-01-08CI: get wxgtk2 via aur_pkgs as it was dropped from the official reposEli Schwartz1-2/+2
2023-01-08avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz1-2/+2
2023-01-08msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz1-2/+3
2023-01-04Users.md: add slapt-getandy59951-0/+1
2023-01-04be more explicit about asyncio usageEli Schwartz1-1/+2
2023-01-04mtest: simplify deprecated access to current loopEli Schwartz1-9/+11
2023-01-04mtest: clean up asyncio event loop instantiationEli Schwartz1-7/+6
2023-01-04mtest: delay creation of asyncio lock until event loop existsEli Schwartz1-1/+4
2023-01-04add a hidden environment variable to make Meson complain hard on deprecationsEli Schwartz1-0/+7
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott2-1/+4
2023-01-04document declare_dependency(object: ...)Paolo Bonzini3-2/+14
2023-01-04forbid using declare_dependency(objects: ...) with pkg-config modulePaolo Bonzini1-0/+2
2023-01-04add testcase for declare_dependency(objects: ...)Paolo Bonzini4-0/+30
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini5-8/+13
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini4-8/+22
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker1-2/+2
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker5-11/+16
2023-01-03wrap: use log once instead of hand rollingDylan Baker1-5/+1
2023-01-03mparser: Don't create an exception to pass to mlog.warningDylan Baker1-5/+4
2023-01-03mlog: move code for printing code with a caret to the mlog moduleDylan Baker2-1/+12
2023-01-03reformat some warnings for better code readabilityDylan Baker2-5/+7
2023-01-03backends/backends: Add helpful message for getting rid of warningDylan Baker1-1/+1
2023-01-03mlog: use an enum instead of stringsDylan Baker1-11/+19
2023-01-03mlog: Remove using of `**kwargs: T.Any`Dylan Baker1-29/+59
2023-01-03msetup: do some stupid casting to make mypy happyDylan Baker1-4/+5
2023-01-03dependencies/dev: refactor some code to make mypy happyDylan Baker1-4/+10
2023-01-03mparser: don't pass a SimpleNamespace where a BaseNode is expectedDylan Baker1-2/+1
2023-01-03mesonlib: remove filename parameter to mlog.warningDylan Baker1-1/+1
2023-01-01CI: bypass the cache and install codeql latestEli Schwartz1-0/+2
2022-12-27add builtin option to install licensesEli Schwartz6-6/+27
2022-12-27add license_files kwarg to projectEli Schwartz12-8/+60
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz2-1/+12
2022-12-27docs: update IDE-integrations [skip-ci]Stephan Lachnit1-4/+2
2022-12-27docs: add mmeson to IDE integrations [skip-ci]Stephan Lachnit1-0/+1
2022-12-27emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen2-0/+4
2022-12-27emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen1-3/+0
2022-12-27emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen3-5/+5
2022-12-27emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen1-2/+2
2022-12-25dependencies: better logging of pkg-config call outputsEli Schwartz1-1/+5
2022-12-24interpreter: use static_lib's already calculated pic valueDylan Baker1-9/+1