index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
depfixer.py
Age
Commit message (
Expand
)
Author
2018-07-03
java: remove manifest classpath from installed jar
Niclas Moeslund Overby
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
2018-06-18
depfixer: Rewrite install_name for dylibs on install
Nirbheek Chauhan
2018-05-24
depfixer: Run install_name_tool only once while deleting rpaths
Nirbheek Chauhan
2018-05-24
depfixer: We no longer run this as a script
Nirbheek Chauhan
2018-05-01
Made depfixer more robust on OSX. Closes #3493.
Jussi Pakkanen
2018-04-14
🤦🤦🤦
Jussi Pakkanen
2018-04-08
Update depfixer to fix rpaths also on OSX.
Jussi Pakkanen
2017-07-18
Close files reliably.
Jussi Pakkanen
2017-07-16
Use sys.exit rather than plain exit.
Jussi Pakkanen
2017-05-29
Whitespace tweaks to reduce Flake8 warnings
Alistair Thomas
2017-05-04
Use American English: behaviour -> behavior
Peter Hutterer
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-04-17
Do not obliterate old rpath because it might be used due to read only data sh...
Jussi Pakkanen
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-03
fix 'unreachable code' warnings
Mike Sinkovsky
2017-01-01
style: fix E703 violations
Igor Gnatenko
2017-01-01
style: fix E265 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-21
Fix installation of statically linked executable for ELF binary.
Matthieu Gautier
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-10-24
Fix depfixer on MIPS.
Aurelien Jarno
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-08-27
Convert depfixer.Elf class into a context manager.
Elliott Sales de Andrade
2016-08-04
Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.
Jussi Pakkanen
2016-03-30
Invoke depfixer in-process to make it faster. Closes #480.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen