index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
keg_fix_install_names.rb
Age
Commit message (
Expand
)
Author
2014-03-03
keg_fix_install_names: gsub shebangd bottle files.
Mike McQuaid
2014-02-02
C++ stdlib check: don't check executables for deps
Misty De Meo
2014-01-08
Revert "detect_cxx_stdlibs: ignore executables."
Mike McQuaid
2014-01-07
detect_cxx_stdlibs: ignore executables.
Mike McQuaid
2013-12-27
Drop unnecessary Pathname creation
Jack Nagel
2013-12-17
bottle: extract method for enumerating files that match a string
Jack Nagel
2013-12-14
Unify install name parsing
Jack Nagel
2013-12-14
keg: use start_with? instead of regexp match
Jack Nagel
2013-12-14
Extract HOMEBREW_TEMP constant
Jack Nagel
2013-12-14
keg: add debug output to install name machinery
Jack Nagel
2013-12-14
keg: the argument to find_dylib is already a Pathname
Jack Nagel
2013-12-14
keg: combine loops in relocate_install_names
Jack Nagel
2013-12-14
keg: eliminate reject_proc, make callers determine which names to fix
Jack Nagel
2013-12-14
keg: yield install names successively instead of all at once
Jack Nagel
2013-12-14
keg: decouple dylib id changes from install name changes
Jack Nagel
2013-12-14
keg: factor out dylib id calculation
Jack Nagel
2013-12-14
keg: try to avoid disk IO when possible
Jack Nagel
2013-12-14
keg: use lib helper
Jack Nagel
2013-12-14
Pathname#extname returns a string
Jack Nagel
2013-12-04
Relocate libtool (.la) files as well as pkgconfig (.pc)
Elliot Saba
2013-12-04
relocate_install_names: only one substitution is needed
Jack Nagel
2013-12-04
relocate_install_names: use a single ensure_writable block
Jack Nagel
2013-12-04
relocate_install_names: yielded names are already strings
Jack Nagel
2013-12-04
Let fix_install_names fix up placeholders too
Jack Nagel
2013-12-04
Teach installer about prefix and cellar placeholders
Jack Nagel
2013-12-04
Remove special handling for relocatable pkgconfig files
Jack Nagel
2013-12-04
Insert placeholders for prefix and cellar in relocatable bottles
Jack Nagel
2013-12-04
relocate_install_names: rewrite cellar names before prefix names
Jack Nagel
2013-12-04
fix_install_names: extract change_dylib_id
Jack Nagel
2013-12-04
fix_install_names: extract change_install_name
Jack Nagel
2013-12-01
Ensure cellar path is replace correctly for relocatable bottles
Jack Nagel
2013-12-01
Skip path replacement when it would be a no-op
Jack Nagel
2013-12-01
Extract repeated regexp to a method
Jack Nagel
2013-11-13
Add support for relocating pkgconfig files for bottles
Elliot Saba
2013-10-26
detect_cxx_stdlibs: use mach_o_files
Misty De Meo
2013-10-18
Add OS.mac? and OS.linux?
Jack Nagel
2013-10-08
detect_cxx_stdlibs: Only detect for dylibs
Misty De Meo
2013-10-06
Only track C++ stdlibs for C++ code
Misty De Meo
2013-10-06
Fix typo in Keg#fixed_name invocation
Alex Malinovich
2013-10-04
Fix install_name_tool path for keg_only formulae
Xiyue Deng
2013-05-22
Favor equality check over nil check
Jack Nagel
2013-05-22
Extract name repair logic from fix_install_names
Jack Nagel
2013-05-22
Factor out MacOS.locate("install_name_tool") calls
Jack Nagel
2013-03-11
Relocate bottles using install_name_tool.
Mike McQuaid
2013-03-11
Don't run certain functions on non-MACOS.
Mike McQuaid
2012-11-06
Fix framework install names
Jack Nagel
2012-09-18
Don't try to fix @rpath install names
Jack Nagel
2012-09-04
Fix bad install names in executables
Jack Nagel
2012-08-29
Create active symlinks for installed formula
Max Howell
2012-08-21
keg_fix_install_names doesn't need Find
Jack Nagel
[next]