aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mdist.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert1-0/+1
2024-04-15Add bztar support to meson distTristan Partin1-3/+10
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen1-9/+8
2024-02-23coredata: use a Protocol for shared options between setup configure and distDylan Baker1-1/+2
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen1-5/+7
2024-02-03mdist: Hoist leftover late importJouke Witteveen1-4/+1
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott1-0/+2
2023-06-25fully type mdist.pyEli Schwartz1-21/+29
2023-06-25mdist: consolidate facts about the current dist using a dataclassEli Schwartz1-51/+67
2023-06-25mdist: refactor lots of code into VCS-specific classesEli Schwartz1-153/+161
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens1-3/+6
2023-03-20fix one more missing explicit "setup" subcommandEli Schwartz1-0/+1
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-29pylint: enable useless-returnDylan Baker1-1/+0
2022-06-10flake8: remove no longer used importsEli Schwartz1-1/+0
2022-04-11mdist: use better approach to finding original configured optionsEli Schwartz1-4/+14
2022-02-10implement 'dist --allow-dirty' flagandy59951-12/+24
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens1-1/+2
2021-09-03mdist: use git archive with git repositories for correctnessEli Schwartz1-29/+35
2021-08-31pylint: turn on superfluous parens warningDylan Baker1-2/+2
2021-07-07cleanup self.options.wdPaolo Bonzini1-1/+0
2021-07-07resolve symlinks passed to -CPaolo Bonzini1-2/+3
2021-07-04dist: only exclude actual git filesAndrea Pappacoda1-4/+6
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-3/+3
2021-05-30Don't use `os.path.relpath` in dist commandNaveen M K1-1/+1
2021-04-26Fix issue where multiple dist files were not being produced for comma separat...Tristan Partin1-2/+3
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens1-5/+11
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-7/+7
2021-01-30Fix executable as script on WindowsXavier Claessens1-5/+4
2021-01-26dist: Use windows_proof_rmtree() instead of shutil.rmtree()Xavier Claessens1-4/+4
2021-01-26dist: Allow packaging subproject in same git repo as main projectXavier Claessens1-5/+29
2021-01-23split mesonlib into a packageDylan Baker1-2/+2
2020-12-22mdist: Print file path at the end of run() instead of in create_hash().Aman Verma1-1/+1
2020-12-22mdist: Ensure correct format for sha256sum.Aman Verma1-1/+3
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-09-22mdist: actually constrain the choices of the --formats optionDylan Baker1-1/+1
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini1-6/+6
2020-07-01wrap: Refactor to split wraps dictionary into 3 separate dictsXavier Claessens1-1/+1
2020-06-13mdist: Filter out buildtype to avoid warningNirbheek Chauhan1-1/+1
2020-03-29dist: Print location of generated tarballsXavier Claessens1-0/+1
2020-03-29dist: Add --no-tests optionXavier Claessens1-2/+6
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus1-3/+3
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan1-4/+4
2020-02-17mdist: Don't delete builddir on dist failureNirbheek Chauhan1-26/+31
2020-02-10Exclude .hg* from dist tarballsRichard Laager1-1/+10
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen1-4/+6
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens1-1/+5
2019-12-08dist: Add --include-subprojects optionXavier Claessens1-8/+36