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
/
scripts
/
dist.py
Age
Commit message (
Expand
)
Author
2019-07-23
Made dist a top level command.
Jussi Pakkanen
2019-07-18
fix all flake8 issues
Daniel Mensinger
2019-07-01
Use the same directory names for dist so that ccache works. Closes #5583.
Jussi Pakkanen
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-04-21
dist: recurse into git submodules
Vladimír Čunát
2019-01-30
dist: Handle git worktrees, which have a .git file instead of dir
Dylan Baker
2018-10-24
Fix flake8 'imported but unused' reports
Jon Turney
2018-10-04
Make custom dist scripts accept arguments.
Jan Tojnar
2018-09-28
dist: Warn if there are uncommitted changes in the repository
Nirbheek Chauhan
2018-09-28
dist: Make usage of period in messages consistent
Nirbheek Chauhan
2018-08-27
Add support for custom dist scripts.
Jussi Pakkanen
2017-06-13
Add Mercurial dist support.
Elliott Sales de Andrade
2017-06-13
Remove extraneous os.path.split()s.
Elliott Sales de Andrade
2017-05-29
Whitespace tweaks to reduce Flake8 warnings
Alistair Thomas
2017-05-21
Create helper function for a rmtree that works reliably on Windows.
Jussi Pakkanen
2017-05-17
Delete the correct directory in dist check.
Elliott Sales de Andrade
2017-05-17
Remove dead code paths.
Elliott Sales de Andrade
2017-05-17
Remove unused imports.
Elliott Sales de Andrade
2017-05-12
Add test and release notes.
Jussi Pakkanen
2017-05-11
Initialise submodules.
Jussi Pakkanen
2017-05-11
Test created tarball by doing a full build + test + install cycle.
Jussi Pakkanen
2017-05-11
Created a dist target. Closes #877.
Jussi Pakkanen