aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/minstall.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-18Add option to only install changed files.Jussi Pakkanen1-8/+22
2018-06-18Refactored installer to use a class to eradicate global variables.Jussi Pakkanen1-269/+264
2018-06-18Made install a top level Meson command.Jussi Pakkanen1-0/+460