aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_install.py
AgeCommit message (Expand)AuthorFilesLines
2017-09-13Make all functionality invokable via the main Meson binary,0.42-msiJussi Pakkanen1-1/+4
2017-09-07install: Also ignore PermissionError for selinuxNirbheek Chauhan1-1/+1
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-5/+15
2017-08-01Remove directories created by ninja installPeter Hutterer1-16/+46
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer1-3/+3
2017-07-31install: restore the SELinux context on installPeter Hutterer1-0/+24
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+1
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer1-4/+4
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen1-1/+1
2017-04-06Ignore install as non-existent user or groupJon Turney1-1/+10
2017-04-06Use '.exe' extension for executables for CygwinJon Turney1-1/+1
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-1/+1
2017-03-02Install PDB files. Closes #1442.Jussi Pakkanen1-0/+5
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen1-2/+2
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen1-0/+3
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan1-2/+30
2017-01-01style: fix E124 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-2/+2
2016-12-31Fix space before :.Jussi Pakkanen1-4/+4
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan1-2/+2
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+1
2016-12-18Merge pull request #1216 from mesonbuild/ignatenko/shebangsJussi Pakkanen1-2/+0
2016-12-18custom_target: Make directory outputs installableNirbheek Chauhan1-45/+68
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan1-19/+8
2016-12-18remove shebangs from scriptsIgor Gnatenko1-2/+0
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-4/+4
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-2/+2
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-0/+0
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen1-4/+7
2016-08-27Refactor DESTDIR determination into a single function.Elliott Sales de Andrade1-25/+14
2016-08-27Always obey DESTDIR even with absolute install_dir.Elliott Sales de Andrade1-3/+12
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-4/+7
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen1-1/+1
2016-07-12Create a log file of all files installed.Jussi Pakkanen1-1/+21
2016-07-01scripts/install: Also strip '\' from the end of a pathNirbheek Chauhan1-1/+1
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan1-12/+2
2016-06-05Try to delete target files before installing. Closes #578.Jussi Pakkanen1-8/+14
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen1-1/+4
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen1-12/+32
2016-05-28Always initialise final_command.Jussi Pakkanen1-2/+1
2016-05-28Since we only care about shebang line and sane ones use plain ASCII, use an e...Jussi Pakkanen1-2/+1
2016-05-28Join windows-style destdir paths correctly. Closes #567.Jussi Pakkanen1-4/+11
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen1-14/+0
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen1-14/+0
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen1-1/+1
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen1-9/+9
2016-03-17meson_install.py: Start by checking if the shebang is directly runnableNirbheek Chauhan1-6/+10
2016-02-20meson_install: os.symlink may be implemented and still not workNirbheek Chauhan1-1/+1
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen1-1/+7
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+215