summaryrefslogtreecommitdiff
path: root/mesonbuild/mdist.py
AgeCommit message (Expand)Author
2020-07-01wrap: Refactor to split wraps dictionary into 3 separate dictsXavier Claessens
2020-06-13mdist: Filter out buildtype to avoid warningNirbheek Chauhan
2020-03-29dist: Print location of generated tarballsXavier Claessens
2020-03-29dist: Add --no-tests optionXavier Claessens
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan
2020-02-17mdist: Don't delete builddir on dist failureNirbheek Chauhan
2020-02-10Exclude .hg* from dist tarballsRichard Laager
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens
2019-12-08dist: Add --include-subprojects optionXavier Claessens
2019-10-19mdist.py: import lzma only when neededThomas Petazzoni
2019-08-07dist: Add '-C' option and print better error messageXavier Claessens
2019-07-30dist: Pass right build options when configuring dist directoryThibault Saunier
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen
2019-07-23Made dist a top level command.Jussi Pakkanen