index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
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-04-13
Use correct basename when updating dylib IDs
Jack Nagel
2014-04-13
Always return a string from dylib_id_for
Jack Nagel
2014-04-06
Fall back to open/write when atomic_write fails
Jack Nagel
2014-03-29
Relocate files in share/pkgconfig too
Jack Nagel
2014-03-29
Calling find on nonexistent directories only works on 1.8
Jack Nagel
2014-03-27
Fix class definition so we can require files first
Jack Nagel
2014-03-27
Only write files if we actually made a change
Jack Nagel
2014-03-27
Fix Keg#find so we don't have to deal with it everywhere
Jack Nagel
2014-03-27
Replace files atomically when relocating, take two
Jack Nagel
2014-03-27
Revert "Replace files atomically when relocating"
Jack Nagel
2014-03-26
Replace files atomically when relocating
Jack Nagel
2014-03-23
Expose some keg methods
Jack Nagel
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
[next]