summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
Commit message (Expand)AuthorAgeFilesLines
* Let .pc files specify rpath.Dan Kegel2020-05-161-1/+1
* Do not call restorecon if there are no files to installMichael Kuhn2020-03-291-0/+4
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-031-9/+9
* minstall: Add a new option --quietNirbheek Chauhan2020-02-171-10/+18
* minstall: Optimize when to call makedirs()Nirbheek Chauhan2020-02-171-9/+11
* minstall: Error out when trying to copy file to dirNirbheek Chauhan2020-02-171-0/+1
* minstall: Fix check for when something was installedNirbheek Chauhan2020-02-171-10/+11
* minstall: Add new hidden argument --profile-selfNirbheek Chauhan2020-02-171-1/+9
* minstall: Make --only-changed less verboseNirbheek Chauhan2020-02-111-1/+5
* lgtm: Fix redundant codeDaniel Mensinger2019-12-051-1/+0
* Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant2019-10-231-1/+0
* 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