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
Age
Commit message (
Expand
)
Author
2014-07-06
Escape paths in regexps
Jack Nagel
2014-07-06
Just use each since we're returning from inside the block
Jack Nagel
2014-07-06
Expand ~ in PATH entries
Jack Nagel
2014-07-05
Remove a RUBY_VERSION check, add a FIXME comment
Jack Nagel
2014-07-05
Use popen wrapper
Jack Nagel
2014-07-05
Add popen wrapper that does not invoke the shell
Jack Nagel
2014-07-04
Use a regular conditional instead of `next unless ...`
Jack Nagel
2014-07-04
Simpler "use the correct symlink" checks
Jack Nagel
2014-07-03
Add more tests documenting linking behavior
Jack Nagel
2014-07-03
Avoid chdir just to make a symlink
Jack Nagel
2014-07-03
Move repeated pathname into setup
Jack Nagel
2014-07-03
Don't assign @keg twice in setup
Jack Nagel
2014-07-03
No need to silence output from Keg#link anymore
Jack Nagel
2014-07-03
Option does not need to be Comparable
Jack Nagel
2014-07-03
Add assert_eql to provide better failure messages for eql? tests
Jack Nagel
2014-07-03
Fix PkgVersion#<=>
Jack Nagel
2014-07-03
libspotify: migrate to homebrew/binary.
Mike McQuaid
2014-07-03
hllib: migrate to homebrew/boneyard.
Mike McQuaid
2014-07-03
bottle: use revision to find bottle block too.
Mike McQuaid
2014-07-03
stop Xcode tools from overriding deps when CLT is not installed
Camillo Lugaresi
2014-07-03
Fix Formula#<=> on trunk Ruby
Jack Nagel
2014-07-03
Replace ComparableSet with a Requirements collection
Jack Nagel
2014-07-03
Don't invoke mdfind in the tests
Jack Nagel
2014-07-03
Add inspect to mock updater so test failures are readable
Jack Nagel
2014-07-02
Accept -s as shorthand for --build-from-source
Jack Nagel
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-07-02
Move require into method to avoid circular require
Jack Nagel
2014-07-02
Add min_version to X11Dependency inspect string
Jack Nagel
2014-07-02
Add regression test for decf7acced44bb156ba18677f55609b19ff6ca5a
Jack Nagel
2014-07-02
Don't expose the dependency cache data structure
Jack Nagel
2014-07-02
Pass relative paths into link exceptions
Jack Nagel
2014-07-02
Add a test that exercises the code in X11Dependency#satisfied?
Jack Nagel
2014-07-01
Fix typo
Jack Nagel
2014-07-01
Use predicate methods instead of inspecting the tags array
Jack Nagel
2014-07-01
Replace find_all + each with grep
Jack Nagel
2014-07-01
X11Dependency objects: fix hash equality
Jack Nagel
2014-07-01
X11Dependency: use Version objects
Jack Nagel
2014-07-01
Use to_a definition from Enumerable
Jack Nagel
2014-07-01
Use sort_by in missing deps doctor check
Jack Nagel
2014-07-01
Better Formula#inspect string
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-07-01
Use sort_by in PrettyListing
Jack Nagel
2014-07-01
Flesh out linking tests
Jack Nagel
2014-06-30
Remove default argument from make_relative_symlink
Jack Nagel
2014-06-30
Pass the mode through the optlink method
Jack Nagel
2014-06-30
Simplify optlink method
Jack Nagel
2014-06-30
Add tests around opt links
Jack Nagel
2014-06-30
Use formula opt shortcuts
Jack Nagel
2014-06-30
Add methods for manipulating the opt record
Jack Nagel
2014-06-30
Store the opt record so we don't have to keep reconstructing it
Jack Nagel
[next]