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.rb
Age
Commit message (
Expand
)
Author
2014-03-13
Teach fetch to download patches
Jack Nagel
2014-03-13
Enable new patch implementation with compatibility layer
Jack Nagel
2014-03-13
New patch implementation and DSL
Jack Nagel
2014-03-10
Remove used options check from install_bottle?
Jack Nagel
2014-03-10
Make bottle implementation more generic
Jack Nagel
2014-03-10
Make build_bottle an explicit installer mode
Jack Nagel
2014-03-07
add opt shortcuts to formula
Adam Vandenberg
2014-03-07
document formula path helpers
Adam Vandenberg
2014-03-05
Oops
Jack Nagel
2014-03-05
Prepare bottle tooling for formula revisions
Jack Nagel
2014-03-05
Encode formula revision in installation prefix
Jack Nagel
2014-03-05
Enable tracking of formula revisions
Jack Nagel
2014-03-01
Compare pathnames directly
Jack Nagel
2014-03-01
Make conditional more obvious
Jack Nagel
2014-02-28
Use Formula.path
Jack Nagel
2014-02-28
Remove deprecation notice from system "xcodebuild"
Jack Nagel
2014-02-27
Add an xcodebuild helper and deprecate system "xcodebuild"
Jack Nagel
2014-02-27
add Formula[]
Adam Vandenberg
2014-02-24
Add nil check to partially address Homebrew/homebrew#26563
Jack Nagel
2014-02-23
update doc
Adam Vandenberg
2014-02-23
ignore skip_clean :all
Adam Vandenberg
2014-02-22
Hoist assignment to simplify a conditional
Jack Nagel
2014-02-22
Use reader method
Jack Nagel
2014-02-22
Use standard assignment since #initialize is only called once
Jack Nagel
2014-02-21
Eliminate nil check on path parameter
Jack Nagel
2014-02-21
Move Formula.class_s to Formulary
Jack Nagel
2014-02-21
Remove downloader from Formula
Jack Nagel
2014-02-21
Move methods to a more logical place
Jack Nagel
2014-02-20
Delegate downloader to active_spec instead of storing it in an ivar
Jack Nagel
2014-02-19
Push expand_path call down into FromPathLoader
Jack Nagel
2014-02-15
Formula#system: simplify xcodebuild special case
Jack Nagel
2014-02-15
Formula#system: remove unnecessary string casts
Jack Nagel
2014-01-29
don't trigger VCS when patching
Adam Vandenberg
2014-01-20
PythonDependency: massive refactoring.
Mike McQuaid
2014-01-04
formula: fix whitespace.
Mike McQuaid
2013-12-22
Drop unnecessary string conversion in skip_clean
Jack Nagel
2013-12-14
tap: change core formula tap naming.
Mike McQuaid
2013-12-14
Update docs, comment mxcl/homebrew refs.
Mike McQuaid
2013-12-11
Set bottle version rather than re-parse it from the URL
Jack Nagel
2013-12-09
keg_only_reason and cc_failures are not DSL methods
Jack Nagel
2013-12-09
Use accessors to silence uninitalized ivar warnings
Jack Nagel
2013-12-08
formula: don't print verify message, use resource.
Mike McQuaid
2013-12-08
formula, resource: output when verifying checksum.
Mike McQuaid
2013-12-05
Use BottleCollector in Bottle SoftwareSpec
Misty De Meo
2013-12-03
Adjust fails_with syntax for non-Apple compilers
Misty De Meo
2013-11-29
Flush stdout before leaving Formula#system
Jack Nagel
2013-11-17
Replace error-prone superenv debug ouput with a separate log file
Jack Nagel
2013-11-02
Remove intermediate exception in Formula#system
Jack Nagel
2013-11-02
Add cxxstdlib_check method to request changing C++ stdlib checking.
Xiyue Deng
2013-10-31
fetch: clear partial downloads when --force is given
Jack Nagel
[next]