index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-31
Fix some small typing issues in interpreter.py
master
Nirbheek Chauhan
2024-07-30
backend/ninja: stop adding random attributes to BuildTargets
Dylan Baker
2024-07-30
tests: nasm: make it easier to debug generator() style build
Eli Schwartz
2024-07-30
mdist: correctly detect dirty hg repos with non-English locale
Eli Schwartz
2024-07-30
unittests: fix EncodingWarnings. minus 123 warnings collected by pytest
Eli Schwartz
2024-07-30
compilers: straighten out CompileResult according to how it is actually used
Eli Schwartz
2024-07-30
compilers: simplify CompileResult / RunResult by using dataclasses
Eli Schwartz
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2024-07-30
backends: start disentangling some hairy global annotations
Eli Schwartz
2024-07-30
mypy: add annotation for object attribute used as a private cache via hasattr
Eli Schwartz
2024-07-30
mypy: reduce layers of indirection to ensure narrower type inference
Eli Schwartz
2024-07-30
mypy: fix broken logic checks that used "if func"
Eli Schwartz
2024-07-30
various low-hanging typing fruit
Eli Schwartz
2024-07-30
ci: Update actions/upload-artifact to v4 to fix deprecations
Nirbheek Chauhan
2024-07-30
ci: Update actions/setup-python to v5 to fix deprecations
Nirbheek Chauhan
2024-07-30
ci: update actions/cache to v4 to fix deprecations
Nirbheek Chauhan
2024-07-30
ci: Update codeql-analysis action to fix deprecations
Nirbheek Chauhan
2024-07-30
ci: Update to checkout@v4 to squelch node warnings
Nirbheek Chauhan
2024-07-28
add initial support for llvm-flang
H. Vetinari
2024-07-28
mtest: remove superfluous '\r' from read_decode()
Mateusz Patyk
2024-07-25
coverage: improve llvm-cov detection
Jannik Glückert
2024-07-25
backends/ninja: Add annotation for generate_coverage_commands
Dylan Baker
2024-07-25
backends/base: fix annotation for as_meson_exe_cmdline
Dylan Baker
2024-07-25
backends/ninja: fix annotation of NinjaBuildElement.add_item
Dylan Baker
2024-07-25
backends/ninja: Add annotation for NinjaBuildElement.rule
Dylan Baker
2024-07-25
wrap: Use OSError instead of URLError for exception handling
Nirbheek Chauhan
2024-07-25
backend/ninja: use 32k byte limit for command lines on !Windows
Dylan Baker
2024-07-25
backend/ninja: fix off-by-one in cmd length estimate
Dylan Baker
2024-07-24
CI: arch: do not package up source files for stepping through code with gdb
Eli Schwartz
2024-07-24
CI: gentoo: avoid bloating up the image with cache data
Eli Schwartz
2024-07-24
CI: arch: fix failing to detect any glib ecosystem tools
Eli Schwartz
2024-07-23
CI: skip LTO tests on cygwin
Eli Schwartz
2024-07-23
depfixer: Add missing annotation that breaks mypy check
Dylan Baker
2024-07-23
depfixer: deduplicate rpaths on darwin
Monson Shao
2024-07-23
Ensure override var exists. Closes #13402.
Jussi Pakkanen
2024-07-23
Remove reference to GPL in test files
Charles Brunet
2024-07-22
mdist: don't fail on readonly source trees
Eli Schwartz
2024-07-22
cmake: extend library pattern to work on GNU/Hurd as well
Pino Toscano
2024-07-22
docs: make tutorial compatible with GLib versions older than 2.74
LegStrong
2024-07-21
zsh: Fix incorrect __meson_wrap_modes expansion
Joey Pabalinas
2024-07-21
zsh: Add completions for {rewrite,devenv,env2mfile,format,help} subcommands
Joey Pabalinas
2024-07-21
zsh: Fix spelling errors
Joey Pabalinas
2024-07-21
zsh: Add new vs backends
Joey Pabalinas
2024-07-21
compilers: fix partial refactor of coredata options
Eli Schwartz
2024-07-21
Remove the exe_exists function
Mads Andreasen
2024-07-19
modules/gnome: gnome.compile_resources() must have 'install_dir' if installing
RaviRahar
2024-07-19
compilers: handle -Wno-attributes= for GCC
Sam James
2024-07-18
Link include_directories to implicit_include_directories
Enrico Zini
2024-07-17
update script to build releases, to also build wheels
Eli Schwartz
2024-07-17
Add script that builds releases.
Jussi Pakkanen
[next]