summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/depfixer.py
Commit message (Expand)AuthorAgeFilesLines
* remove unreachable codeMichael Hirsch, Ph.D2019-08-021-3/+2
* Fix unused variables warningsDaniel Mensinger2019-04-291-1/+1
* Fix blind exceptionsDaniel Mensinger2019-04-291-1/+1
* depfixer: Do not try to fix rpaths of dllsMarvin Scholz2018-10-251-0/+3
* Do not try to remove duplicate RPATH entries on macOSDavid Seifert2018-10-141-2/+23
* java: remove manifest classpath from installed jarNiclas Moeslund Overby2018-07-031-0/+14
* macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan2018-06-181-2/+5
* depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2018-06-181-7/+15
* depfixer: Run install_name_tool only once while deleting rpathsNirbheek Chauhan2018-05-241-2/+5
* depfixer: We no longer run this as a scriptNirbheek Chauhan2018-05-241-13/+0
* Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen2018-05-011-4/+10
* 🤦🤦🤦Jussi Pakkanen2018-04-141-1/+8
* Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2018-04-081-9/+51
* Close files reliably.Jussi Pakkanen2017-07-181-0/+5
* Use sys.exit rather than plain exit.Jussi Pakkanen2017-07-161-1/+1
* Whitespace tweaks to reduce Flake8 warningsAlistair Thomas2017-05-291-1/+1
* Use American English: behaviour -> behaviorPeter Hutterer2017-05-041-1/+1
* Don't use len() to test emptiness vs not emptinessDylan Baker2017-05-021-1/+1
* Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen2017-04-171-3/+12
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-2/+2
* fix 'unreachable code' warningsMike Sinkovsky2017-01-031-1/+1
* style: fix E703 violationsIgor Gnatenko2017-01-011-7/+7
* style: fix E265 violationsIgor Gnatenko2017-01-011-9/+9
* style: fix E226 violationsIgor Gnatenko2017-01-011-12/+12
* Fix installation of statically linked executable for ELF binary.Matthieu Gautier2016-12-211-0/+7
* remove shebangs from scriptsIgor Gnatenko2016-12-181-2/+0
* Fix depfixer on MIPS.Aurelien Jarno2016-10-241-0/+6
* Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen2016-10-071-0/+0
* Convert depfixer.Elf class into a context manager.Elliott Sales de Andrade2016-08-271-12/+22
* Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen2016-08-041-7/+23
* Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen2016-03-301-10/+13
* Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2016-01-161-0/+302