summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_install.py
AgeCommit message (Expand)Author
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-09-01Merge branch 'QuLogic-context-managers'Jussi Pakkanen
2016-08-27Refactor DESTDIR determination into a single function.Elliott Sales de Andrade
2016-08-27Always obey DESTDIR even with absolute install_dir.Elliott Sales de Andrade
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-07-13Merge pull request #417 from nirbheek/dll-pathsJussi Pakkanen
2016-07-12Create a log file of all files installed.Jussi Pakkanen
2016-07-01scripts/install: Also strip '\' from the end of a pathNirbheek Chauhan
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan
2016-06-05Try to delete target files before installing. Closes #578.Jussi Pakkanen
2016-05-30Handle case of install_subdirring a subdir.Jussi Pakkanen
2016-05-30Installing subdirs now merges with existing files in the target dir.Jussi Pakkanen
2016-05-28Always initialise final_command.Jussi Pakkanen
2016-05-28Since we only care about shebang line and sane ones use plain ASCII, use an e...Jussi Pakkanen
2016-05-28Join windows-style destdir paths correctly. Closes #567.Jussi Pakkanen
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen
2016-04-01Use individual tempdirs for building and installing in unit tests.Jussi Pakkanen
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen
2016-03-17meson_install.py: Start by checking if the shebang is directly runnableNirbheek Chauhan
2016-02-20meson_install: os.symlink may be implemented and still not workNirbheek Chauhan
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen