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
2025-10-17
depfixer: zero-out rpath entry string on removing entry
Christian Marangi
2024-07-23
depfixer: Add missing annotation that breaks mypy check
Dylan Baker
2024-07-23
depfixer: deduplicate rpaths on darwin
Monson Shao
2024-06-26
depfixer: fix darwin regression when install rpaths are used
Eli Schwartz
2024-04-01
depfixer: change fix_darwin to act like fix_rpathtype_entry
Fabian Groffen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-26
mypy: replace fchmod by chmod
Charles Brunet
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-12-14
depfixer: silence fix_jar() and make it do something
Benjamin Gilbert
2022-12-13
depfixer: don't extract MANIFEST.MF verbosely
Benjamin Gilbert
2022-11-30
pylint: enable simplifiable-if-statement
Dylan Baker
2022-11-03
depfixer: handle darwin dependencies with non-ASCII paths
Eli Schwartz
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2021-11-09
depfixer: always print the file name in messages
Zbigniew Jędrzejewski-Szmek
2021-11-09
depfixer: convert unused printing code to debugging functions
Zbigniew Jędrzejewski-Szmek
2021-11-09
depfixer: f-strings
Zbigniew Jędrzejewski-Szmek
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-24
depfixer: temporarily modify file permissions
Hemmo Nieminen
2021-01-13
scripts/depfixer: make rpaths_dirs_to_remove a set
Dylan Baker
2020-12-22
depfixer: split new rpath into multiple entries for dedup comparisons
Alan Coopersmith
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-08-30
Dedup final install rpath.
Jussi Pakkanen
2020-08-07
Better log message on rpath error.
Jussi Pakkanen
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-02-17
depfixer: Ignore more extensions that can't need RPATH fixes
Nirbheek Chauhan
2020-02-17
depfixer: Cache searching of install_name_tool
Nirbheek Chauhan
2019-11-12
Prevent install_name_tool to run on EXE when cross compile on OSX
Binh Nguyen
2019-08-02
remove unreachable code
Michael Hirsch, Ph.D
2019-04-29
Fix unused variables warnings
Daniel Mensinger
2019-04-29
Fix blind exceptions
Daniel Mensinger
2018-10-25
depfixer: Do not try to fix rpaths of dlls
Marvin Scholz
2018-10-14
Do not try to remove duplicate RPATH entries on macOS
David Seifert
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
[next]