Age | Commit message (Expand) | Author | Files | Lines |
2020-09-22 | pylint: Turn on warnings for incorrect number of args | Dylan Baker | 1 | -1/+1 |
2020-09-10 | minstall: Add version field to install data | Nirbheek Chauhan | 1 | -1/+13 |
2020-09-08 | minstall: Print a big FAILED when a script fails | Nirbheek Chauhan | 1 | -4/+6 |
2020-08-20 | simplify shutil usage by invoking copy2 where appropriate | Eli Schwartz | 1 | -4/+2 |
2020-05-16 | Let .pc files specify rpath. | Dan Kegel | 1 | -1/+1 |
2020-03-29 | Do not call restorecon if there are no files to install | Michael Kuhn | 1 | -0/+4 |
2020-03-03 | Cherry-picking - (rm python2 % add python3 .format) (#6725) | Michael Brockus | 1 | -9/+9 |
2020-02-17 | minstall: Add a new option --quiet | Nirbheek Chauhan | 1 | -10/+18 |
2020-02-17 | minstall: Optimize when to call makedirs() | Nirbheek Chauhan | 1 | -9/+11 |
2020-02-17 | minstall: Error out when trying to copy file to dir | Nirbheek Chauhan | 1 | -0/+1 |
2020-02-17 | minstall: Fix check for when something was installed | Nirbheek Chauhan | 1 | -10/+11 |
2020-02-17 | minstall: Add new hidden argument --profile-self | Nirbheek Chauhan | 1 | -1/+9 |
2020-02-11 | minstall: Make --only-changed less verbose | Nirbheek Chauhan | 1 | -1/+5 |
2019-12-05 | lgtm: Fix redundant code | Daniel Mensinger | 1 | -1/+0 |
2019-10-23 | Fix for issue #4499, multiple entries per file in install-log.txt | Orlando Wingbrant | 1 | -1/+0 |
2019-10-09 | Fix *.pdb files missing in meson introspect --installed output | Jakub Adam | 1 | -5/+0 |
2019-09-27 | Catch NotADirectoryError to fix selinux error | Andrew Conrad | 1 | -1/+1 |
2019-09-03 | Log the used strip command. [skip ci] | Jussi Pakkanen | 1 | -1/+1 |
2019-08-05 | Add basic Webassembly support via Emscripten. | Jussi Pakkanen | 1 | -0/+7 |
2019-04-29 | Fix builtin variable names | Daniel Mensinger | 1 | -1/+1 |
2019-04-29 | Fix blind exceptions | Daniel Mensinger | 1 | -1/+1 |
2019-01-29 | pep8 py37 | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-01-06 | fix meson configure exception when install_umask is not an int | Nicolas Schneider | 1 | -2/+2 |
2019-01-01 | print 'Nothing to install.' if nothing was installed | Nicolas Schneider | 1 | -0/+10 |
2018-11-20 | minstall: Do not delete dst files when installing a directory | Xavier Claessens | 1 | -3/+1 |
2018-10-24 | Fix flake8 'imported but unused' reports | Jon Turney | 1 | -1/+1 |
2018-10-20 | Remove implicit compression of man pages | Michał Górny | 1 | -11/+1 |
2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | 1 | -10/+2 |
2018-08-23 | Revert symlink copy behaviour. Closes #4069. | Jussi Pakkanen | 1 | -1/+13 |
2018-08-17 | minstall: use follow_symlinks to check executable | Marco Trevisan (Treviño) | 1 | -3/+3 |
2018-08-17 | minstall: never follow symlinks when setting ownership | Marco Trevisan (Treviño) | 1 | -1/+19 |
2018-08-17 | minstall: never try to set chmod on symlinks | Marco Trevisan (Treviño) | 1 | -2/+9 |
2018-08-15 | install_subdir: Also copy dangling symlinks | Nirbheek Chauhan | 1 | -7/+13 |
2018-08-09 | Fix install when run with meson.exe. Closes #3988. | Jussi Pakkanen | 1 | -1/+6 |
2018-08-09 | Don't require an import library for shared modules | Nirbheek Chauhan | 1 | -0/+7 |
2018-07-04 | Fix pkexec command for installation via polkit | Xi Ruoyao | 1 | -1/+1 |
2018-06-20 | Make it work with current master. | Jussi Pakkanen | 1 | -8/+9 |
2018-06-18 | Add option to only install changed files. | Jussi Pakkanen | 1 | -8/+22 |
2018-06-18 | Refactored installer to use a class to eradicate global variables. | Jussi Pakkanen | 1 | -269/+264 |
2018-06-18 | Made install a top level Meson command. | Jussi Pakkanen | 1 | -0/+460 |