summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-30mypy: fix broken logic checks that used "if func"Eli Schwartz
2024-07-30various low-hanging typing fruitEli Schwartz
2024-07-30ci: Update actions/upload-artifact to v4 to fix deprecationsNirbheek Chauhan
2024-07-30ci: Update actions/setup-python to v5 to fix deprecationsNirbheek Chauhan
2024-07-30ci: update actions/cache to v4 to fix deprecationsNirbheek Chauhan
2024-07-30ci: Update codeql-analysis action to fix deprecationsNirbheek Chauhan
2024-07-30ci: Update to checkout@v4 to squelch node warningsNirbheek Chauhan
2024-07-28add initial support for llvm-flangH. Vetinari
2024-07-28mtest: remove superfluous '\r' from read_decode()Mateusz Patyk
2024-07-25coverage: improve llvm-cov detectionJannik Glückert
2024-07-25backends/ninja: Add annotation for generate_coverage_commandsDylan Baker
2024-07-25backends/base: fix annotation for as_meson_exe_cmdlineDylan Baker
2024-07-25backends/ninja: fix annotation of NinjaBuildElement.add_itemDylan Baker
2024-07-25backends/ninja: Add annotation for NinjaBuildElement.ruleDylan Baker
2024-07-25wrap: Use OSError instead of URLError for exception handlingNirbheek Chauhan
2024-07-25backend/ninja: use 32k byte limit for command lines on !WindowsDylan Baker
2024-07-25backend/ninja: fix off-by-one in cmd length estimateDylan Baker
2024-07-24CI: arch: do not package up source files for stepping through code with gdbEli Schwartz
2024-07-24CI: gentoo: avoid bloating up the image with cache dataEli Schwartz
2024-07-24CI: arch: fix failing to detect any glib ecosystem toolsEli Schwartz
2024-07-23CI: skip LTO tests on cygwinEli Schwartz
2024-07-23depfixer: Add missing annotation that breaks mypy checkDylan Baker
2024-07-23depfixer: deduplicate rpaths on darwinMonson Shao
2024-07-23Ensure override var exists. Closes #13402.Jussi Pakkanen
2024-07-23Remove reference to GPL in test filesCharles Brunet
2024-07-22mdist: don't fail on readonly source treesEli Schwartz
2024-07-22cmake: extend library pattern to work on GNU/Hurd as wellPino Toscano
2024-07-22docs: make tutorial compatible with GLib versions older than 2.74LegStrong
2024-07-21zsh: Fix incorrect __meson_wrap_modes expansionJoey Pabalinas
2024-07-21zsh: Add completions for {rewrite,devenv,env2mfile,format,help} subcommandsJoey Pabalinas
2024-07-21zsh: Fix spelling errorsJoey Pabalinas
2024-07-21zsh: Add new vs backendsJoey Pabalinas
2024-07-21compilers: fix partial refactor of coredata optionsEli Schwartz
2024-07-21Remove the exe_exists functionMads Andreasen
2024-07-19modules/gnome: gnome.compile_resources() must have 'install_dir' if installingRaviRahar
2024-07-19compilers: handle -Wno-attributes= for GCCSam James
2024-07-18Link include_directories to implicit_include_directoriesEnrico Zini
2024-07-17update script to build releases, to also build wheelsEli Schwartz
2024-07-17Add script that builds releases.Jussi Pakkanen
2024-07-17rust: recursively pull proc-macro deps for rust targetsAlyssa Ross
2024-07-17Remove module type from OptionKey.Jussi Pakkanen
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-07-17Remove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen
2024-07-16unittests: Add type annotations to the helpers moduleDylan Baker
2024-07-16run_tests: add annotations to get_fake_envDylan Baker
2024-07-16Fix the zlib-ng failing tests, for realTristan Partin
2024-07-16Make sure machine_info_can_run() isn't called on incomplete MachineInfoChristoph Reiter
2024-07-16Revert logic also in followup commitChristoph Reiter
2024-07-16Revert various cross compile changesChristoph Reiter
2024-07-15tests: short-circuit tests that require cmake, fasterEli Schwartz