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
/
minstall.py
Age
Commit message (
Expand
)
Author
2025-04-14
minstall: Don't treat symlinks to directories as directories in do_copydir()
Daan De Meyer
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-02-03
minstall: help mypy out with our chown overriding
Dylan Baker
2025-01-07
Add run0 as a way to raise privileges
rusty-snake
2024-11-02
Consistently list short options first for install
Andreas Karlsson
2024-11-02
Add -q as alternative to --quiet for meson install
Andreas Karlsson
2024-10-01
minstall: fix bug link
Dylan Baker
2024-08-06
Revert "minstall: update symlink install message presentation"
Eli Schwartz
2024-08-04
minstall: update symlink install message presentation
James Knight
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-23
minstall: fix symlink handling on python 3.13
Eli Schwartz
2024-02-11
Print a proper sentence when reporting script failure
Akihiko Odaki
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-31
Use target.aix_so_archive to decide to archive shared library in AIX
Aditya Vidyadhar Kamath
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-09-13
install_{data,headers,subdir}: implement follow_symlinks
Arsen Arsenović
2023-08-24
minstall: move the "Installing foo to bar" message up
Peter Hutterer
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-27
Archive shared library in AIX (#11850)
Aditya Kamath
2023-05-02
extend install scripts to allow specific directory variable exports
Eli Schwartz
2023-04-14
minstall: work around broken environments with missing UIDs
Eli Schwartz
2023-04-14
minstall: do not drop privileges if msetup also ran under sudo
Eli Schwartz
2023-04-14
minstall: Fix install_subdir() excludes with path separators on Win
Daniele Nicolodi
2023-04-11
fix various spelling issues
Josh Soref
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-20
backends: add a new "none" backend
Eli Schwartz
2023-03-09
utils: fix annotation of pickle_load
Dylan Baker
2023-02-27
minstall: Replace non-breakable space with plain space in comment
Daniele Nicolodi
2023-02-20
minstall: add a timeout when waiting for user input for elevation
Eli Schwartz
2023-02-20
minstall: check 5 times for an answer to the elevation prompt
Eli Schwartz
2023-02-20
minstall: drop privileges before running rebuild_all
Eli Schwartz
2023-02-20
minstall: rework root elevation prompt for extensibility and behavior
Eli Schwartz
2023-02-20
minstall: when elevating to root, don't allow ninja to rerun
Eli Schwartz
2023-02-14
allow install script to run in dry-run mode
Charles Brunet
2022-11-01
minstall: make do_strip run with -Sx for macOS targets
L. E. Segovia
2022-09-07
minstall: handle extra error for selinuxenabled
Rosen Penev
2022-08-18
minstall: do not trample install_mode by rpath fixer
Eli Schwartz
2022-06-16
minstall: Add more safety checks when unpickling installdata
Xavier Claessens
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-03-24
install_symlink: Handle $DESTDIR case for links with absolute path
Marco Trevisan (Treviño)
2022-03-09
install: Add --strip option
Xavier Claessens
2022-03-07
Fix default install tag for shared lib symlinks
Xavier Claessens
2022-02-28
devenv: Source bash completion scripts
Xavier Claessens
2022-02-16
fix missing f-string preventing variable formatting
Eli Schwartz
2022-02-09
minstall: raise explicit errors, by using MesonException
Eli Schwartz
2022-02-01
minstall: stop running ldconfig for the user
Eli Schwartz
2022-01-16
install: Setup VS env if we did that during setup
Nirbheek Chauhan
2021-12-11
install: Don't run ldconfig on cross builds
Dylan Baker
2021-12-01
add install_symlink function
Pablo Correa Gómez
2021-11-28
fix BSD ldconfig handling (#9631)
Eli Schwartz
[next]