summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-08CI: fix cuda image breakageEli Schwartz
2023-01-08CI: get wxgtk2 via aur_pkgs as it was dropped from the official reposEli Schwartz
2023-01-08avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz
2023-01-08msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz
2023-01-04Users.md: add slapt-getandy5995
2023-01-04be more explicit about asyncio usageEli Schwartz
2023-01-04mtest: simplify deprecated access to current loopEli Schwartz
2023-01-04mtest: clean up asyncio event loop instantiationEli Schwartz
2023-01-04mtest: delay creation of asyncio lock until event loop existsEli Schwartz
2023-01-04add a hidden environment variable to make Meson complain hard on deprecationsEli Schwartz
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott
2023-01-04document declare_dependency(object: ...)Paolo Bonzini
2023-01-04forbid using declare_dependency(objects: ...) with pkg-config modulePaolo Bonzini
2023-01-04add testcase for declare_dependency(objects: ...)Paolo Bonzini
2023-01-04add objects keyword argument to declare_dependenciesPaolo Bonzini
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini
2023-01-03modules/gnome: use `mlog.log(once=True)` in a few more placesDylan Baker
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker
2023-01-03wrap: use log once instead of hand rollingDylan Baker
2023-01-03mparser: Don't create an exception to pass to mlog.warningDylan Baker
2023-01-03mlog: move code for printing code with a caret to the mlog moduleDylan Baker
2023-01-03reformat some warnings for better code readabilityDylan Baker
2023-01-03backends/backends: Add helpful message for getting rid of warningDylan Baker
2023-01-03mlog: use an enum instead of stringsDylan Baker
2023-01-03mlog: Remove using of `**kwargs: T.Any`Dylan Baker
2023-01-03msetup: do some stupid casting to make mypy happyDylan Baker
2023-01-03dependencies/dev: refactor some code to make mypy happyDylan Baker
2023-01-03mparser: don't pass a SimpleNamespace where a BaseNode is expectedDylan Baker
2023-01-03mesonlib: remove filename parameter to mlog.warningDylan Baker
2023-01-01CI: bypass the cache and install codeql latestEli Schwartz
2022-12-27add builtin option to install licensesEli Schwartz
2022-12-27add license_files kwarg to projectEli Schwartz
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz
2022-12-27docs: update IDE-integrations [skip-ci]Stephan Lachnit
2022-12-27docs: add mmeson to IDE integrations [skip-ci]Stephan Lachnit
2022-12-27emscripten: remove no longer relevant commentKleis Auke Wolthuizen
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen
2022-12-27emscripten: remove redundant `thread_flags` implementationKleis Auke Wolthuizen
2022-12-27emscripten: use single arguments when specifying optionsKleis Auke Wolthuizen
2022-12-27emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`Kleis Auke Wolthuizen
2022-12-25dependencies: better logging of pkg-config call outputsEli Schwartz
2022-12-24interpreter: use static_lib's already calculated pic valueDylan Baker
2022-12-23Bump version number for new development.Jussi Pakkanen
2022-12-23This is it. The 1.0.0.Jussi Pakkanen
2022-12-23Created release note page for 1.0.0.Jussi Pakkanen
2022-12-22meson: Cache os.path.realpath in CLikeCompilerArgsNirbheek Chauhan
2022-12-22Users.md: add i3Oliver Kraitschy
2022-12-21add more testcases for prebuilt objectsPaolo Bonzini
2022-12-21fix build_target(objects: ...) documentationPaolo Bonzini
2022-12-21meta: add python 3.11 classiferMichael Hirsch