summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-31Fix some small typing issues in interpreter.pymasterNirbheek Chauhan
2024-07-30backend/ninja: stop adding random attributes to BuildTargetsDylan Baker
2024-07-30tests: nasm: make it easier to debug generator() style buildEli Schwartz
2024-07-30mdist: correctly detect dirty hg repos with non-English localeEli Schwartz
2024-07-30unittests: fix EncodingWarnings. minus 123 warnings collected by pytestEli Schwartz
2024-07-30compilers: straighten out CompileResult according to how it is actually usedEli Schwartz
2024-07-30compilers: simplify CompileResult / RunResult by using dataclassesEli Schwartz
2024-07-30flake8: move unused typing-only imports to TYPE_CHECKINGEli Schwartz
2024-07-30backends: start disentangling some hairy global annotationsEli Schwartz
2024-07-30mypy: add annotation for object attribute used as a private cache via hasattrEli Schwartz
2024-07-30mypy: reduce layers of indirection to ensure narrower type inferenceEli Schwartz
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