aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-07minstall: handle extra error for selinuxenabledRosen Penev1-1/+1
2022-08-18minstall: do not trample install_mode by rpath fixerEli Schwartz1-1/+2
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens1-11/+4
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-4/+6
2022-03-24install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)1-2/+4
2022-03-09install: Add --strip optionXavier Claessens1-9/+14
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens1-7/+3
2022-02-28devenv: Source bash completion scriptsXavier Claessens1-10/+10
2022-02-16fix missing f-string preventing variable formattingEli Schwartz1-1/+1
2022-02-09minstall: raise explicit errors, by using MesonExceptionEli Schwartz1-7/+7
2022-02-01minstall: stop running ldconfig for the userEli Schwartz1-43/+0
2022-01-16install: Setup VS env if we did that during setupNirbheek Chauhan1-1/+4
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker1-4/+5
2021-12-01add install_symlink functionPablo Correa Gómez1-17/+45
2021-11-28fix BSD ldconfig handling (#9631)Eli Schwartz1-5/+13
2021-11-25minstall: do not run ldconfig on the *BSDsEli Schwartz1-0/+4
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-2/+2
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-10minstall: Ignore ldconfig errors when we did not install librariesXavier Claessens1-9/+22
2021-10-08add install_emptydir functionEli Schwartz1-2/+16
2021-10-04condense linesEli Schwartz1-10/+5
2021-10-04f-stringsEli Schwartz1-14/+12
2021-08-17Add install tagsXavier Claessens1-9/+15
2021-08-06minstall: restore_selinux_contexts: fix env testStéphane Cerveau1-6/+3
2021-08-06install: apply ldconfig at the end of the installStéphane Cerveau1-1/+19
2021-08-06install: update restore_selinux to use popen_safeStéphane Cerveau1-7/+8
2021-08-04destdir: Allow relative to build directoryXavier Claessens1-5/+10
2021-07-07resolve symlinks passed to -CPaolo Bonzini1-2/+2
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-22minstall: make intentions clearerDylan Baker1-2/+2
2021-06-22mesonlib: Fix FileMode type annotationsDylan Baker1-1/+2
2021-06-22minstall: fix type annotation for add_argumentsDylan Baker1-1/+1
2021-03-18minstall: always track meson-created directoriesEli Schwartz1-5/+1
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-18/+18
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-17/+38
2021-02-16Fix destdir detection for installation via polkitXℹ Ruoyao1-1/+1
2021-02-04minstall: Add --dry-run optionXavier Claessens1-24/+100
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-3/+6
2021-01-30minstall: Add --destdir command line optionXavier Claessens1-0/+7
2021-01-30Fix executable as script on WindowsXavier Claessens1-7/+3
2021-01-13minstall: Fix signature of monkeypatched os.chownDylan Baker1-3/+12
2021-01-13minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker1-25/+25
2021-01-13minstall: Pass DirMaker separately instead of adding to instanceDylan Baker1-24/+23
2021-01-13minstall: Add type annotationsDylan Baker1-31/+64
2021-01-13build: Add some type annotationsDylan Baker1-0/+2
2021-01-13minstall: fix importsDylan Baker1-6/+10
2020-12-28Fix missed imports in #7902wereii1-0/+3
2020-12-14mtest: only build what is needed for the testsPaolo Bonzini1-1/+17
2020-12-10install: don't elevate when using destdirThomas Weißschuh1-1/+1