summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)Author
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović
2023-08-24minstall: move the "Installing foo to bar" message upPeter Hutterer
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-06-27Archive shared library in AIX (#11850)Aditya Kamath
2023-05-02extend install scripts to allow specific directory variable exportsEli Schwartz
2023-04-14minstall: work around broken environments with missing UIDsEli Schwartz
2023-04-14minstall: do not drop privileges if msetup also ran under sudoEli Schwartz
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi
2023-04-11fix various spelling issuesJosh Soref
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens
2023-03-20backends: add a new "none" backendEli Schwartz
2023-03-09utils: fix annotation of pickle_loadDylan Baker
2023-02-27minstall: Replace non-breakable space with plain space in commentDaniele Nicolodi
2023-02-20minstall: add a timeout when waiting for user input for elevationEli Schwartz
2023-02-20minstall: check 5 times for an answer to the elevation promptEli Schwartz
2023-02-20minstall: drop privileges before running rebuild_allEli Schwartz
2023-02-20minstall: rework root elevation prompt for extensibility and behaviorEli Schwartz
2023-02-20minstall: when elevating to root, don't allow ninja to rerunEli Schwartz
2023-02-14allow install script to run in dry-run modeCharles Brunet
2022-11-01minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia
2022-09-07minstall: handle extra error for selinuxenabledRosen Penev
2022-08-18minstall: do not trample install_mode by rpath fixerEli Schwartz
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz
2022-03-24install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)
2022-03-09install: Add --strip optionXavier Claessens
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens
2022-02-28devenv: Source bash completion scriptsXavier Claessens
2022-02-16fix missing f-string preventing variable formattingEli Schwartz
2022-02-09minstall: raise explicit errors, by using MesonExceptionEli Schwartz
2022-02-01minstall: stop running ldconfig for the userEli Schwartz
2022-01-16install: Setup VS env if we did that during setupNirbheek Chauhan
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker
2021-12-01add install_symlink functionPablo Correa Gómez
2021-11-28fix BSD ldconfig handling (#9631)Eli Schwartz
2021-11-25minstall: do not run ldconfig on the *BSDsEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-10minstall: Ignore ldconfig errors when we did not install librariesXavier Claessens
2021-10-08add install_emptydir functionEli Schwartz
2021-10-04condense linesEli Schwartz
2021-10-04f-stringsEli Schwartz
2021-08-17Add install tagsXavier Claessens
2021-08-06minstall: restore_selinux_contexts: fix env testStéphane Cerveau
2021-08-06install: apply ldconfig at the end of the installStéphane Cerveau
2021-08-06install: update restore_selinux to use popen_safeStéphane Cerveau
2021-08-04destdir: Allow relative to build directoryXavier Claessens
2021-07-07resolve symlinks passed to -CPaolo Bonzini
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-22minstall: make intentions clearerDylan Baker