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
/
formula_installer.rb
Age
Commit message (
Expand
)
Author
2014-09-18
Rewrite debugger to remove monkeypatches and use of call/cc
Jack Nagel
2014-09-16
Fix variable shadowing bug in requirement expansion
Jack Nagel
2014-09-14
Consistently call name on formula instead of relying on to_s
Jack Nagel
2014-09-14
Remove InstallationError superclass
Jack Nagel
2014-08-26
Structure the build process so that we don't need an at_exit hook
Jack Nagel
2014-08-26
Avoid intermediate option objects
Jack Nagel
2014-08-24
Revert "Use the dependency object as the key in the inherited_options hash"
Jack Nagel
2014-08-24
Use the dependency object as the key in the inherited_options hash
Jack Nagel
2014-08-24
Consider on-disk state when computing dependencies
Jack Nagel
2014-08-22
Pull common stdlib checking code into a method
Jack Nagel
2014-08-16
Remove the universal accessor from BuildOptions
Jack Nagel
2014-08-13
More idiomatic way to combine arrays
Jack Nagel
2014-08-13
Simplify build_argv
Jack Nagel
2014-08-13
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-13
Revert "Replace Options.coerce with an alternate constructor"
Mike McQuaid
2014-08-12
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-12
Clarify keg-only caveats
Misty De Meo
2014-08-11
Replace the build object rather than mutate it
Jack Nagel
2014-08-11
formula_installer: check for recommended/optional.
Mike McQuaid
2014-08-11
formula_installer: default_formula using build.
Mike McQuaid
2014-08-10
options.each only yields one argument to the block
Jack Nagel
2014-08-10
Disconnect defined options from the build object
Jack Nagel
2014-08-10
Revert "formula_installer: fix reqs default formulae."
Mike McQuaid
2014-08-10
formula_installer: fix reqs default formulae.
Tomasz Pajor
2014-08-08
Read from the error pipe in a separate thread
Jack Nagel
2014-08-02
Use polymorphism to simplify stdlib compatibility check
Jack Nagel
2014-07-31
Hide the options data structure better
Jack Nagel
2014-07-29
Use the library path constant to get the library path
Jack Nagel
2014-07-29
Decouple DATA patches from the executing script
Jack Nagel
2014-07-24
Stop rescuing Exception when making opt link
Jack Nagel
2014-07-24
Push keg_only special-case into link
Jack Nagel
2014-07-24
Pass the keg object into link and fix_install_names
Jack Nagel
2014-07-22
Hide the downloader implementation from the installer
Jack Nagel
2014-07-09
formula_installer: bottle against Homebrew Python.
Mike McQuaid
2014-06-30
Use formula opt shortcuts
Jack Nagel
2014-06-27
Use the keg object to manipulate the linked keg record
Jack Nagel
2014-06-27
Give more detailed information about link errors at install-time
Jack Nagel
2014-06-26
Remove dead code
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-20
Remove ARGV.filter_for_dependencies
Jack Nagel
2014-06-20
Decouple spec selection from ARGV
Jack Nagel
2014-06-20
Revert "formula_installer: bottle against Homebrew Python."
Mike McQuaid
2014-06-20
formula_installer: bottle against Homebrew Python.
Mike McQuaid
2014-06-17
Fix retry condition when auto-tapping deps
Jack Nagel
2014-06-16
Move head-only checks to cmd/install
Jack Nagel
2014-05-31
Use Pathname.glob when we want pathname objects
Jack Nagel
2014-05-20
Don't try to lock the same formula more than once
Jack Nagel
2014-04-26
Explicitly pass key-value options to the build process
Jack Nagel
2014-04-21
Adjust installer for updated link error handling
Jack Nagel
2014-04-10
Add hooks for pouring bottles.
Mike McQuaid
[next]