aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-10resolve symlinks passed to -CPaolo Bonzini1-2/+2
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-22minstall: make intentions clearerDylan Baker1-2/+2
2021-06-22mesonlib: Fix FileMode type annotationsDylan Baker1-1/+2
2021-06-22minstall: fix type annotation for add_argumentsDylan Baker1-1/+1
2021-03-18minstall: always track meson-created directoriesEli Schwartz1-5/+1
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-18/+18
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-17/+38
2021-02-16Fix destdir detection for installation via polkitXℹ Ruoyao1-1/+1
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