summaryrefslogtreecommitdiff
path: root/mesonbuild/mdist.py
Commit message (Expand)AuthorAgeFilesLines
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-1/+2
* mdist: use git archive with git repositories for correctnessEli Schwartz2021-09-031-29/+35
* pylint: turn on superfluous parens warningDylan Baker2021-08-311-2/+2
* cleanup self.options.wdPaolo Bonzini2021-07-071-1/+0
* resolve symlinks passed to -CPaolo Bonzini2021-07-071-2/+3
* dist: only exclude actual git filesAndrea Pappacoda2021-07-041-4/+6
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-3/+3
* Don't use `os.path.relpath` in dist commandNaveen M K2021-05-301-1/+1
* Fix issue where multiple dist files were not being produced for comma separat...Tristan Partin2021-04-261-2/+3
* Allow add_dist_script() in subprojectsXavier Claessens2021-03-181-5/+11
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-7/+7
* Fix executable as script on WindowsXavier Claessens2021-01-301-5/+4
* dist: Use windows_proof_rmtree() instead of shutil.rmtree()Xavier Claessens2021-01-261-4/+4
* dist: Allow packaging subproject in same git repo as main projectXavier Claessens2021-01-261-5/+29
* split mesonlib into a packageDylan Baker2021-01-231-2/+2
* mdist: Print file path at the end of run() instead of in create_hash().Aman Verma2020-12-221-1/+1
* mdist: Ensure correct format for sha256sum.Aman Verma2020-12-221-1/+3
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* mdist: actually constrain the choices of the --formats optionDylan Baker2020-09-221-1/+1
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-6/+6
* wrap: Refactor to split wraps dictionary into 3 separate dictsXavier Claessens2020-07-011-1/+1
* mdist: Filter out buildtype to avoid warningNirbheek Chauhan2020-06-131-1/+1
* dist: Print location of generated tarballsXavier Claessens2020-03-291-0/+1
* dist: Add --no-tests optionXavier Claessens2020-03-291-2/+6
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-031-3/+3
* mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan2020-02-171-4/+4
* mdist: Don't delete builddir on dist failureNirbheek Chauhan2020-02-171-26/+31
* Exclude .hg* from dist tarballsRichard Laager2020-02-101-1/+10
* Set source and build dir envvars when running dist.Jussi Pakkanen2020-01-231-4/+6
* dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens2019-12-101-1/+5
* dist: Add --include-subprojects optionXavier Claessens2019-12-081-8/+36
* mdist.py: import lzma only when neededThomas Petazzoni2019-10-191-1/+1
* dist: Add '-C' option and print better error messageXavier Claessens2019-08-071-2/+9
* dist: Pass right build options when configuring dist directoryThibault Saunier2019-07-301-2/+6
* Create multiple different archive types with dist.Jussi Pakkanen2019-07-231-47/+59
* Made dist a top level command.Jussi Pakkanen2019-07-231-0/+209