summaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
Commit message (Expand)AuthorAgeFilesLines
* minstall: always track meson-created directoriesEli Schwartz2021-03-181-5/+1
* minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt2021-03-061-1/+1
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-18/+18
* minstall: Add --skip-subprojects optionXavier Claessens2021-02-221-17/+38
* Fix destdir detection for installation via polkitXℹ Ruoyao2021-02-161-1/+1
* minstall: Add --dry-run optionXavier Claessens2021-02-041-24/+100
* add_install_script: add skip_if_destdir kwargXavier Claessens2021-01-301-3/+6
* minstall: Add --destdir command line optionXavier Claessens2021-01-301-0/+7
* Fix executable as script on WindowsXavier Claessens2021-01-301-7/+3
* minstall: Fix signature of monkeypatched os.chownDylan Baker2021-01-131-3/+12
* minstall: Pass destdir and fullprefix instead of adding them to instanceDylan Baker2021-01-131-25/+25
* minstall: Pass DirMaker separately instead of adding to instanceDylan Baker2021-01-131-24/+23
* minstall: Add type annotationsDylan Baker2021-01-131-31/+64
* build: Add some type annotationsDylan Baker2021-01-131-0/+2
* minstall: fix importsDylan Baker2021-01-131-6/+10
* Fix missed imports in #7902wereii2020-12-281-0/+3
* mtest: only build what is needed for the testsPaolo Bonzini2020-12-141-1/+17
* install: don't elevate when using destdirThomas Weißschuh2020-12-101-1/+1
* pylint: Turn on warnings for incorrect number of argsDylan Baker2020-09-221-1/+1
* minstall: Add version field to install dataNirbheek Chauhan2020-09-101-1/+13
* minstall: Print a big FAILED when a script failsNirbheek Chauhan2020-09-081-4/+6
* simplify shutil usage by invoking copy2 where appropriateEli Schwartz2020-08-201-4/+2
* 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