summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/depfixer.py
AgeCommit message (Expand)Author
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-03fix 'unreachable code' warningsMike Sinkovsky
2017-01-01style: fix E703 violationsIgor Gnatenko
2017-01-01style: fix E265 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-21Fix installation of statically linked executable for ELF binary.Matthieu Gautier
2016-12-18remove shebangs from scriptsIgor Gnatenko
2016-10-24Fix depfixer on MIPS.Aurelien Jarno
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-08-27Convert depfixer.Elf class into a context manager.Elliott Sales de Andrade
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen
2016-03-30Invoke depfixer in-process to make it faster. Closes #480.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen