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
/
scripts
/
meson_install.py
Age
Commit message (
Expand
)
Author
2018-06-18
Made install a top level Meson command.
Jussi Pakkanen
2018-06-18
meson_install: Don't add DESTDIR to install_name
Nirbheek Chauhan
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
2018-06-18
depfixer: Rewrite install_name for dylibs on install
Nirbheek Chauhan
2018-06-06
Fix issues found by flake8
Xavier Claessens
2018-06-02
Add 'install_mode' to all installable targets
Filipe Brandenburger
2018-05-18
Print message when using polkit
Ryan Gonzalez
2018-05-18
Fix #3579: Wait for a permissions failure before trying to run pkexec
Ryan Gonzalez
2018-05-17
Support installation via polkit
Ryan Gonzalez
2018-04-18
Add new builtin option --install-umask
Filipe Brandenburger
2018-04-14
🤦🤦🤦
Jussi Pakkanen
2018-04-08
Update depfixer to fix rpaths also on OSX.
Jussi Pakkanen
2018-03-15
Fix FileNotFoundError when restorecon unavailable
Fabrice Fontaine
2018-03-12
Use specific exception types instead of Exception
Aleksey Filippov
2018-03-11
Do not use bare except [flake8]
Aleksey Filippov
2018-02-05
Fix install_subdir() installation message
Aleksey Filippov
2018-02-04
Refactor and simplify install_subdir()
Aleksey Filippov
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-11-19
Silence failed restorecon calls when $DESTDIR is set
Zbigniew Jędrzejewski-Szmek
2017-11-11
Pass restorecon file list through stdin.
Elliott Sales de Andrade
2017-11-09
Coalesce restorecon calls into one.
Elliott Sales de Andrade
2017-09-23
Made man page gzip creation deterministic. Closes #2363.
Jussi Pakkanen
2017-09-04
install: Also ignore PermissionError for selinux
Nirbheek Chauhan
2017-08-20
Remove leftover debug print statement in meson_install.py
Gabríel Arthúr Pétursson
2017-08-18
Make all functionality invokable via the main Meson binary,
Jussi Pakkanen
2017-08-06
Allow excluding files from `install_subdir`
Elliott Sales de Andrade
2017-08-01
Remove directories created by ninja install
Peter Hutterer
2017-08-01
meson_install: rename 'data' to 'd' for consistency
Peter Hutterer
2017-07-31
install: restore the SELinux context on install
Peter Hutterer
2017-05-17
Remove unused variables.
Elliott Sales de Andrade
2017-04-19
Drop terminating fullstop from "Installing blah to blah" messages
Peter Hutterer
2017-04-08
Merge pull request #1518 from centricular/mesonintrospect-evar
Jussi Pakkanen
2017-04-06
Ignore install as non-existent user or group
Jon Turney
2017-04-06
Use '.exe' extension for executables for Cygwin
Jon Turney
2017-03-28
Export MESONINTROSPECT to postconf/install/run_command scripts
Nirbheek Chauhan
2017-03-02
Install PDB files. Closes #1442.
Jussi Pakkanen
2017-02-27
Use cross stripper when cross compiling and allow overriding native strip exe...
Jussi Pakkanen
2017-02-06
Do not strip jar targets. Closes #1343.
Jussi Pakkanen
2017-01-24
Support file perms for install_data and install_subdir
Nirbheek Chauhan
2017-01-01
style: fix E124 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-22
Fix shared library symlink aliasing on install
Nirbheek Chauhan
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-18
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
Jussi Pakkanen
2016-12-18
custom_target: Make directory outputs installable
Nirbheek Chauhan
2016-12-18
Allow passing arguments to install scripts
Nirbheek Chauhan
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-12-07
misc: Use relative imports everywhere
Nirbheek Chauhan
[next]