aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-04minstall: Add --dry-run optionXavier Claessens1-24/+100
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-3/+6
2021-01-30minstall: Add --destdir command line optionXavier Claessens1-0/+7
2021-01-30Fix executable as script on WindowsXavier Claessens1-7/+3
2021-01-13minstall: Fix signature of monkeypatched os.chownDylan Baker1-3/+12
2021-01-13minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker1-25/+25
2021-01-13minstall: Pass DirMaker separately instead of adding to instanceDylan Baker1-24/+23
2021-01-13minstall: Add type annotationsDylan Baker1-31/+64
2021-01-13build: Add some type annotationsDylan Baker1-0/+2
2021-01-13minstall: fix importsDylan Baker1-6/+10
2020-12-28Fix missed imports in #7902wereii1-0/+3
2020-12-14mtest: only build what is needed for the testsPaolo Bonzini1-1/+17
2020-12-10install: don't elevate when using destdirThomas Weißschuh1-1/+1
2020-09-22pylint: Turn on warnings for incorrect number of argsDylan Baker1-1/+1
2020-09-10minstall: Add version field to install dataNirbheek Chauhan1-1/+13
2020-09-08minstall: Print a big FAILED when a script failsNirbheek Chauhan1-4/+6
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz1-4/+2
2020-05-16Let .pc files specify rpath.Dan Kegel1-1/+1
2020-03-29Do not call restorecon if there are no files to installMichael Kuhn1-0/+4
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus1-9/+9
2020-02-17minstall: Add a new option --quietNirbheek Chauhan1-10/+18
2020-02-17minstall: Optimize when to call makedirs()Nirbheek Chauhan1-9/+11
2020-02-17minstall: Error out when trying to copy file to dirNirbheek Chauhan1-0/+1
2020-02-17minstall: Fix check for when something was installedNirbheek Chauhan1-10/+11
2020-02-17minstall: Add new hidden argument --profile-selfNirbheek Chauhan1-1/+9
2020-02-11minstall: Make --only-changed less verboseNirbheek Chauhan1-1/+5
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-10-23Fix for issue #4499, multiple entries per file in install-log.txtOrlando Wingbrant1-1/+0
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam1-5/+0
2019-09-27Catch NotADirectoryError to fix selinux errorAndrew Conrad1-1/+1
2019-09-03Log the used strip command. [skip ci]Jussi Pakkanen1-1/+1
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-0/+7
2019-04-29Fix builtin variable namesDaniel Mensinger1-1/+1
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-01-29pep8 py37Michael Hirsch, Ph.D1-2/+2
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider1-2/+2
2019-01-01print 'Nothing to install.' if nothing was installedNicolas Schneider1-0/+10
2018-11-20minstall: Do not delete dst files when installing a directoryXavier Claessens1-3/+1
2018-10-24Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-10-20Remove implicit compression of man pagesMichał Górny1-11/+1
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-10/+2
2018-08-23Revert symlink copy behaviour. Closes #4069.Jussi Pakkanen1-1/+13
2018-08-17minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)1-3/+3
2018-08-17minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)1-1/+19
2018-08-17minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)1-2/+9
2018-08-15install_subdir: Also copy dangling symlinksNirbheek Chauhan1-7/+13
2018-08-09Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen1-1/+6
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan1-0/+7
2018-07-04Fix pkexec command for installation via polkitXi Ruoyao1-1/+1
2018-06-20Make it work with current master.Jussi Pakkanen1-8/+9