index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mdist.py
Age
Commit message (
Expand
)
Author
2025-10-30
mdist: fix failure to create tar files the user asked to create
Eli Schwartz
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-10-29
coredata: move cmd_line.txt and command line handling to a new module
Paolo Bonzini
2025-05-11
mdist.py: Import gzip only when needed
Henrik Lindström
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-09-20
mdist: correctly detect dirty hg repos with non-English locale, redux
Eli Schwartz
2024-09-17
mdist: detect pathological git repo cases and show a slightly better error
Eli Schwartz
2024-08-23
mdist: don't mutate meson_command, which is supposed to be immutable
Dylan Baker
2024-07-30
mdist: correctly detect dirty hg repos with non-English locale
Eli Schwartz
2024-07-22
mdist: don't fail on readonly source trees
Eli Schwartz
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-04-27
mdist: gracefully handle stale Git index
Benjamin Gilbert
2024-04-15
Add bztar support to meson dist
Tristan Partin
2024-03-02
Merge pull request #12804 from joukewitteveen/dist-rewriter
Jussi Pakkanen
2024-02-23
coredata: use a Protocol for shared options between setup configure and dist
Dylan Baker
2024-02-12
Add MESONREWRITE to `meson dist` scripts
Jouke Witteveen
2024-02-03
mdist: Hoist leftover late import
Jouke Witteveen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-06-25
fully type mdist.py
Eli Schwartz
2023-06-25
mdist: consolidate facts about the current dist using a dataclass
Eli Schwartz
2023-06-25
mdist: refactor lots of code into VCS-specific classes
Eli Schwartz
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-20
fix one more missing explicit "setup" subcommand
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-29
pylint: enable useless-return
Dylan Baker
2022-06-10
flake8: remove no longer used imports
Eli Schwartz
2022-04-11
mdist: use better approach to finding original configured options
Eli Schwartz
2022-02-10
implement 'dist --allow-dirty' flag
andy5995
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-09-03
mdist: use git archive with git repositories for correctness
Eli Schwartz
2021-08-31
pylint: turn on superfluous parens warning
Dylan Baker
2021-07-07
cleanup self.options.wd
Paolo Bonzini
2021-07-07
resolve symlinks passed to -C
Paolo Bonzini
2021-07-04
dist: only exclude actual git files
Andrea Pappacoda
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-05-30
Don't use `os.path.relpath` in dist command
Naveen M K
2021-04-26
Fix issue where multiple dist files were not being produced for comma separat...
Tristan Partin
2021-03-18
Allow add_dist_script() in subprojects
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-30
Fix executable as script on Windows
Xavier Claessens
2021-01-26
dist: Use windows_proof_rmtree() instead of shutil.rmtree()
Xavier Claessens
2021-01-26
dist: Allow packaging subproject in same git repo as main project
Xavier Claessens
2021-01-23
split mesonlib into a package
Dylan Baker
2020-12-22
mdist: Print file path at the end of run() instead of in create_hash().
Aman Verma
2020-12-22
mdist: Ensure correct format for sha256sum.
Aman Verma
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-22
mdist: actually constrain the choices of the --formats option
Dylan Baker
2020-09-04
environment: use ExternalProgram to find ninja
Paolo Bonzini
[next]