aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-06Add Zig to ubuntu-rolling imageandy59951-0/+24
2024-08-05docs: fix example for feature.requireMarvin Scholz1-1/+1
2024-08-04docs: document prefer_static effect on dependency()Sertonix1-1/+3
2024-08-04Merge pull request #13506 from jon-turney/cygwin-lto-fixJussi Pakkanen3-3/+5
2024-08-04minstall: update symlink install message presentationJames Knight1-1/+1
2024-08-04Revert "CI: skip LTO tests on cygwin"Jon Turney1-2/+0
2024-08-04CI: Install make on CygwinJon Turney2-1/+3
2024-08-03CI: Adjust path filters to run tests on Cygwin when unittests changeJon Turney1-0/+2
2024-08-01mformat: fix formatting of empty build fileCharles Brunet2-2/+10
2024-07-31Fix some small typing issues in interpreter.pyNirbheek Chauhan3-4/+12
2024-07-30backend/ninja: stop adding random attributes to BuildTargetsDylan Baker2-6/+5
2024-07-30tests: nasm: make it easier to debug generator() style buildEli Schwartz1-0/+6
2024-07-30mdist: correctly detect dirty hg repos with non-English localeEli Schwartz1-1/+3
2024-07-30unittests: fix EncodingWarnings. minus 123 warnings collected by pytestEli Schwartz5-6/+6
2024-07-30compilers: straighten out CompileResult according to how it is actually usedEli Schwartz1-7/+7
2024-07-30compilers: simplify CompileResult / RunResult by using dataclassesEli Schwartz1-22/+15
2024-07-30flake8: move unused typing-only imports to TYPE_CHECKINGEli Schwartz11-14/+14
2024-07-30backends: start disentangling some hairy global annotationsEli Schwartz1-8/+8
2024-07-30mypy: add annotation for object attribute used as a private cache via hasattrEli Schwartz1-0/+3
2024-07-30mypy: reduce layers of indirection to ensure narrower type inferenceEli Schwartz1-1/+1
2024-07-30mypy: fix broken logic checks that used "if func"Eli Schwartz2-2/+2
2024-07-30various low-hanging typing fruitEli Schwartz1-55/+57
2024-07-30ci: Update actions/upload-artifact to v4 to fix deprecationsNirbheek Chauhan3-4/+4
2024-07-30ci: Update actions/setup-python to v5 to fix deprecationsNirbheek Chauhan4-8/+8
2024-07-30ci: update actions/cache to v4 to fix deprecationsNirbheek Chauhan2-4/+4
2024-07-30ci: Update codeql-analysis action to fix deprecationsNirbheek Chauhan1-4/+3
2024-07-30ci: Update to checkout@v4 to squelch node warningsNirbheek Chauhan12-17/+19
2024-07-28add initial support for llvm-flangH. Vetinari6-9/+92
2024-07-28mtest: remove superfluous '\r' from read_decode()Mateusz Patyk1-1/+1
2024-07-25coverage: improve llvm-cov detectionJannik Glückert1-0/+3
2024-07-25backends/ninja: Add annotation for generate_coverage_commandsDylan Baker1-1/+1
2024-07-25backends/base: fix annotation for as_meson_exe_cmdlineDylan Baker1-1/+1
2024-07-25backends/ninja: fix annotation of NinjaBuildElement.add_itemDylan Baker1-1/+1
2024-07-25backends/ninja: Add annotation for NinjaBuildElement.ruleDylan Baker1-0/+3
2024-07-25wrap: Use OSError instead of URLError for exception handlingNirbheek Chauhan1-4/+4
2024-07-25backend/ninja: use 32k byte limit for command lines on !WindowsDylan Baker1-4/+5
2024-07-25backend/ninja: fix off-by-one in cmd length estimateDylan Baker1-1/+1
2024-07-24CI: arch: do not package up source files for stepping through code with gdbEli Schwartz1-0/+3
2024-07-24CI: gentoo: avoid bloating up the image with cache dataEli Schwartz1-0/+8
2024-07-24CI: arch: fix failing to detect any glib ecosystem toolsEli Schwartz1-1/+1
2024-07-23CI: skip LTO tests on cygwinEli Schwartz1-0/+2
2024-07-23depfixer: Add missing annotation that breaks mypy checkDylan Baker1-1/+1
2024-07-23depfixer: deduplicate rpaths on darwinMonson Shao1-3/+6
2024-07-23Ensure override var exists. Closes #13402.Jussi Pakkanen1-3/+3
2024-07-23Remove reference to GPL in test filesCharles Brunet4-4/+4
2024-07-22mdist: don't fail on readonly source treesEli Schwartz1-1/+3
2024-07-22cmake: extend library pattern to work on GNU/Hurd as wellPino Toscano1-1/+1
2024-07-22docs: make tutorial compatible with GLib versions older than 2.74LegStrong1-0/+4
2024-07-21zsh: Fix incorrect __meson_wrap_modes expansionJoey Pabalinas1-1/+1
2024-07-21zsh: Add completions for {rewrite,devenv,env2mfile,format,help} subcommandsJoey Pabalinas1-0/+97