summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)Author
2025-04-14minstall: Don't treat symlinks to directories as directories in do_copydir()Daan De Meyer
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-02-03minstall: help mypy out with our chown overridingDylan Baker
2025-01-07Add run0 as a way to raise privilegesrusty-snake
2024-11-02Consistently list short options first for installAndreas Karlsson
2024-11-02Add -q as alternative to --quiet for meson installAndreas Karlsson
2024-10-01minstall: fix bug linkDylan Baker
2024-08-06Revert "minstall: update symlink install message presentation"Eli Schwartz
2024-08-04minstall: update symlink install message presentationJames Knight
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-23minstall: fix symlink handling on python 3.13Eli Schwartz
2024-02-11Print a proper sentence when reporting script failureAkihiko Odaki
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-31Use target.aix_so_archive to decide to archive shared library in AIXAditya Vidyadhar Kamath
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
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