summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
AgeCommit message (Expand)Author
2025-12-08Use gnu_syms() on Haiku too.OscarL
2025-12-04implement --env-set parameter manually in rustdoc scriptPaolo Bonzini
2025-12-04Remove --crate-type parameter filter from the rustdoc script.John Turner
2025-11-26vsenv: Use a python script to pickle envXavier Claessens
2025-11-19compilers: Remove Environment parameter from RustCompiler.get_rust_toolDylan Baker
2025-10-31Avoid setting asycnio loop policy if possibleDylan Baker
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29coredata: move cmd_line.txt and command line handling to a new modulePaolo Bonzini
2025-10-17depfixer: zero-out rpath entry string on removing entryChristian Marangi
2025-10-14scanbuild: obey MESON_NUM_PROCESSES environment variableStephan Lachnit
2025-10-14Generate Android cross files with env2mfile.Jussi Pakkanen
2025-10-06vcstagger: suppress errors when running vcs_tag() outside of a vcs clone (eg....Eric Engestrom
2025-10-05vcstagger: only strip the ending newlines, not all whitespaces before and afterEric Engestrom
2025-09-29env2mfile: Use a cross vapigen on Debian if availableSimon McVittie
2025-09-25mypy: fix typing looseness regression in 3.13Eli Schwartz
2025-09-25mypy: enable allow-redefinition-new and fix falloutEli Schwartz
2025-08-26Print external project logfile on CI systemsTobias Diez
2025-08-26rustdoc: skip --crate-type optionPaolo Bonzini
2025-07-21clang-tidy: run tool only on source files participating in targetsSahnvour
2025-04-03backend/ninja: use a two step process for dependency scanningDylan Baker
2025-04-02rust: new target rustdocPaolo Bonzini
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-03-09mesonlib: extract and optimize is_parent_pathPaolo Bonzini
2025-03-08Fix typos in commentsco63oc
2025-01-30symbolextractor: generate symbol files for cross-compiled WindowsSteve Lhomme
2025-01-28symbolextractor: use -nologo with lib.exe and llvm-lib.exeSteve Lhomme
2025-01-19clippy: skip "linker" blocks in target_sourcesPaolo Bonzini
2025-01-08clippy: skip running it if --cap-lints allow is included in the command linePaolo Bonzini
2024-12-19scripts: add "clippy" internal toolPaolo Bonzini
2024-12-19scripts: convert run_tool to asyncioPaolo Bonzini
2024-12-19scripts: rename run_tool to run_clang_toolPaolo Bonzini
2024-12-19scripts: make clang tools obey b_coloroutPaolo Bonzini
2024-12-19mtest: move determine_worker_count to utils, generalizePaolo Bonzini
2024-12-04env2mfile: add flag to use _FOR_BUILD envvars.Jussi Pakkanen
2024-11-04coverage.py: Guard use of `--html-nested` behind version check.Andrew McNulty
2024-10-22env2mfile: Use a cross valac on Debian if possibleSimon McVittie
2024-10-22env2mfile: Automatically set exe_wrapper on Debian if possibleSimon McVittie
2024-10-22env2mfile: Use Debian cross-prefixed GObject-Introspection toolsSimon McVittie
2024-10-22env2mfile: Generalize detection of pkg-config to have a list of toolsSimon McVittie
2024-10-20Add GNU/Hurd kernel resultsSamuel Thibault
2024-10-02env2mfile: Base cpu on DEB_HOST_GNU_CPU unless DEB_HOST_ARCH is specialSimon McVittie
2024-10-02env2mfile: Don't hard-code Debian as always being LinuxSimon McVittie
2024-10-02env2mfile: Map Debian GNU/Hurd to system() -> gnuSimon McVittie
2024-10-02env2mfile: Add a function for mostly-identity mappings with special casesSimon McVittie
2024-10-02env2mfile: Split detect_cross_debianlike()Simon McVittie
2024-10-02env2mfile: Convert MachineInfo into a dataclassSimon McVittie
2024-10-01Add a simple reproducibility test command.Jussi Pakkanen
2024-09-27env2mfile: Fix a typoSimon McVittie
2024-09-24clang-tidy: Avoid spawning too many threadsJonathon Anderson
2024-08-25Better handle CTRL-C during clang-tidy/formatMark A. Tsuchida