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-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
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-09-01
Merge branch 'QuLogic-context-managers'
Jussi Pakkanen
2016-08-27
Refactor DESTDIR determination into a single function.
Elliott Sales de Andrade
2016-08-27
Always obey DESTDIR even with absolute install_dir.
Elliott Sales de Andrade
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-07-13
Merge pull request #417 from nirbheek/dll-paths
Jussi Pakkanen
2016-07-12
Create a log file of all files installed.
Jussi Pakkanen
2016-07-01
scripts/install: Also strip '\' from the end of a path
Nirbheek Chauhan
2016-06-16
scripts: Use destdir_join fix for all DESTDIR prefixing (#598)
Nirbheek Chauhan
2016-06-05
Try to delete target files before installing. Closes #578.
Jussi Pakkanen
2016-05-30
Handle case of install_subdirring a subdir.
Jussi Pakkanen
2016-05-30
Installing subdirs now merges with existing files in the target dir.
Jussi Pakkanen
2016-05-28
Always initialise final_command.
Jussi Pakkanen
2016-05-28
Since we only care about shebang line and sane ones use plain ASCII, use an e...
Jussi Pakkanen
2016-05-28
Join windows-style destdir paths correctly. Closes #567.
Jussi Pakkanen
[next]