summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_install.py
Commit message (Expand)AuthorAgeFilesLines
* Made install a top level Meson command.Jussi Pakkanen2018-06-181-441/+0
* meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2018-06-181-2/+1
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-7/+9
* depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2018-06-181-1/+3
* Fix issues found by flake8Xavier Claessens2018-06-061-1/+1
* Add 'install_mode' to all installable targetsFilipe Brandenburger2018-06-021-11/+13
* Print message when using polkitRyan Gonzalez2018-05-181-0/+2
* Fix #3579: Wait for a permissions failure before trying to run pkexecRyan Gonzalez2018-05-181-13/+17
* Support installation via polkitRyan Gonzalez2018-05-171-17/+27
* Add new builtin option --install-umaskFilipe Brandenburger2018-04-181-8/+33
* 🤦🤦🤦Jussi Pakkanen2018-04-141-7/+1
* Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2018-04-081-2/+1
* Fix FileNotFoundError when restorecon unavailableFabrice Fontaine2018-03-151-0/+4
* Use specific exception types instead of ExceptionAleksey Filippov2018-03-121-1/+1
* Do not use bare except [flake8]Aleksey Filippov2018-03-111-1/+1
* Fix install_subdir() installation messageAleksey Filippov2018-02-051-5/+5
* Refactor and simplify install_subdir()Aleksey Filippov2018-02-041-18/+36
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-8/+8
* Silence failed restorecon calls when $DESTDIR is setZbigniew Jędrzejewski-Szmek2017-11-191-1/+3
* Pass restorecon file list through stdin.Elliott Sales de Andrade2017-11-111-5/+7
* Coalesce restorecon calls into one.Elliott Sales de Andrade2017-11-091-16/+12
* Made man page gzip creation deterministic. Closes #2363.Jussi Pakkanen2017-09-231-1/+3
* install: Also ignore PermissionError for selinuxNirbheek Chauhan2017-09-041-1/+1
* Remove leftover debug print statement in meson_install.pyGabríel Arthúr Pétursson2017-08-201-1/+1
* Make all functionality invokable via the main Meson binary,Jussi Pakkanen2017-08-181-1/+4
* Allow excluding files from `install_subdir`Elliott Sales de Andrade2017-08-061-5/+15
* Remove directories created by ninja installPeter Hutterer2017-08-011-16/+46
* meson_install: rename 'data' to 'd' for consistencyPeter Hutterer2017-08-011-3/+3
* install: restore the SELinux context on installPeter Hutterer2017-07-311-0/+24
* Remove unused variables.Elliott Sales de Andrade2017-05-171-1/+1
* Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer2017-04-191-4/+4
* Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen2017-04-081-1/+1
|\
| * Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan2017-03-281-1/+1
* | Ignore install as non-existent user or groupJon Turney2017-04-061-1/+10
* | Use '.exe' extension for executables for CygwinJon Turney2017-04-061-1/+1
|/
* Install PDB files. Closes #1442.Jussi Pakkanen2017-03-021-0/+5
* Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen2017-02-271-2/+2
* Do not strip jar targets. Closes #1343.Jussi Pakkanen2017-02-061-0/+3
* Support file perms for install_data and install_subdirNirbheek Chauhan2017-01-241-2/+30
* style: fix E124 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E226 violationsIgor Gnatenko2017-01-011-2/+2
* Fix space before :.Jussi Pakkanen2016-12-311-4/+4
* Fix shared library symlink aliasing on installNirbheek Chauhan2016-12-221-2/+2
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-1/+1
* Merge pull request #1216 from mesonbuild/ignatenko/shebangsJussi Pakkanen2016-12-181-2/+0
|\
| * remove shebangs from scriptsIgor Gnatenko2016-12-181-2/+0
* | custom_target: Make directory outputs installableNirbheek Chauhan2016-12-181-45/+68
* | Allow passing arguments to install scriptsNirbheek Chauhan2016-12-181-19/+8
|/
* Use universal_newlines=True for all Popen callsNirbheek Chauhan2016-12-111-4/+4
* misc: Use relative imports everywhereNirbheek Chauhan2016-12-071-2/+2