Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-23 | Made dist a top level command. | Jussi Pakkanen | 1 | -210/+0 | |
2019-07-18 | fix all flake8 issues | Daniel Mensinger | 1 | -1/+0 | |
2019-07-01 | Use the same directory names for dist so that ccache works. Closes #5583. | Jussi Pakkanen | 1 | -5/+9 | |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -1/+1 | |
I ran the numbers once before (it's in the meson history) but it's *much* faster to *not* use len for testing if a container is empty or not. | |||||
2019-04-21 | dist: recurse into git submodules | VladimÃr ÄŒunát | 1 | -1/+1 | |
2019-01-30 | dist: Handle git worktrees, which have a .git file instead of dir | Dylan Baker | 1 | -1/+2 | |
This is the second most straight forward stupid way of handling this (with usiing os.path.exists) as the most stupid obvious way. The only major advantage is that having .git as something other than a file or directory still doesn't register. Fixes: #3378 | |||||
2018-10-24 | Fix flake8 'imported but unused' reports | Jon Turney | 1 | -1/+0 | |
$ flake8 | grep F401 ./mesonbuild/minstall.py:15:1: F401 'gzip' imported but unused ./mesonbuild/backend/backends.py:26:1: F401 '..compilers.get_macos_dylib_install_name' imported but unused ./mesonbuild/backend/backends.py:29:1: F401 'functools.lru_cache' imported but unused ./mesonbuild/scripts/dist.py:27:1: F401 'mesonbuild.dependencies.ExternalProgram' imported but unused | |||||
2018-10-04 | Make custom dist scripts accept arguments. | Jan Tojnar | 1 | -10/+11 | |
meson.add_dist_script, introduced in #3906, did not accept any arguments other than script name. Since all other meson.add_*_script methods do accept args, this makes the dist script accept them as well. | |||||
2018-09-28 | dist: Warn if there are uncommitted changes in the repository | Nirbheek Chauhan | 1 | -2/+18 | |
Closes https://github.com/mesonbuild/meson/issues/1977 | |||||
2018-09-28 | dist: Make usage of period in messages consistent | Nirbheek Chauhan | 1 | -10/+10 | |
Having a period at the end of sentences in messages is confusing when a file or path is being outputted, and is inconsistent when not. This is part of an ongoing effort to fix this inconsistency across the message outputs everywhere in Meson. | |||||
2018-08-27 | Add support for custom dist scripts. | Jussi Pakkanen | 1 | -4/+25 | |
2017-06-13 | Add Mercurial dist support. | Elliott Sales de Andrade | 1 | -4/+25 | |
2017-06-13 | Remove extraneous os.path.split()s. | Elliott Sales de Andrade | 1 | -3/+4 | |
Since only one part is needed, they can be replaced by dirname, basename, or the originally joined file name. | |||||
2017-05-29 | Whitespace tweaks to reduce Flake8 warnings | Alistair Thomas | 1 | -2/+2 | |
2017-05-21 | Create helper function for a rmtree that works reliably on Windows. | Jussi Pakkanen | 1 | -1/+2 | |
2017-05-17 | Delete the correct directory in dist check. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-17 | Remove dead code paths. | Elliott Sales de Andrade | 1 | -2/+1 | |
2017-05-17 | Remove unused imports. | Elliott Sales de Andrade | 1 | -2/+1 | |
2017-05-12 | Add test and release notes. | Jussi Pakkanen | 1 | -1/+1 | |
2017-05-11 | Initialise submodules. | Jussi Pakkanen | 1 | -15/+37 | |
2017-05-11 | Test created tarball by doing a full build + test + install cycle. | Jussi Pakkanen | 1 | -22/+63 | |
2017-05-11 | Created a dist target. Closes #877. | Jussi Pakkanen | 1 | -0/+85 | |