summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix *.pdb files missing in meson introspect --installed outputJakub Adam2019-10-091-5/+0
* Catch NotADirectoryError to fix selinux errorAndrew Conrad2019-09-271-1/+1
* Log the used strip command. [skip ci]Jussi Pakkanen2019-09-031-1/+1
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-0/+7
* Fix builtin variable namesDaniel Mensinger2019-04-291-1/+1
* Fix blind exceptionsDaniel Mensinger2019-04-291-1/+1
* pep8 py37Michael Hirsch, Ph.D2019-01-291-2/+2
* fix meson configure exception when install_umask is not an intNicolas Schneider2019-01-061-2/+2
* print 'Nothing to install.' if nothing was installedNicolas Schneider2019-01-011-0/+10
* minstall: Do not delete dst files when installing a directoryXavier Claessens2018-11-201-3/+1
* Fix flake8 'imported but unused' reportsJon Turney2018-10-241-1/+1
* Remove implicit compression of man pagesMichał Górny2018-10-201-11/+1
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-10/+2
* Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen2018-08-231-1/+13
* minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)2018-08-171-3/+3
* minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)2018-08-171-1/+19
* minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)2018-08-171-2/+9
* install_subdir: Also copy dangling symlinksNirbheek Chauhan2018-08-151-7/+13
* Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen2018-08-091-1/+6
* Don't require an import library for shared modulesNirbheek Chauhan2018-08-091-0/+7
* Fix pkexec command for installation via polkitXi Ruoyao2018-07-041-1/+1
* Make it work with current master.Jussi Pakkanen2018-06-201-8/+9
* Add option to only install changed files.Jussi Pakkanen2018-06-181-8/+22
* Refactored installer to use a class to eradicate global variables.Jussi Pakkanen2018-06-181-269/+264
* Made install a top level Meson command.Jussi Pakkanen2018-06-181-0/+460