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
2015-02-07
Always respect build options when invoking post_install
Jack Nagel
2015-02-07
Use a local instead of an instance variable
Jack Nagel
2015-01-22
Remove unnecessary early return
Jack Nagel
2015-01-22
Hide "Patching" message when there aren't any patches
Jack Nagel
2015-01-22
Use formula patches accessor
Jack Nagel
2015-01-20
Expose bottle details on the formula object
Jack Nagel
2015-01-12
Omit post-install warning unless formula defines it
Jack Nagel
2015-01-09
formula: set HOME to testpath in tests.
Mike McQuaid
2015-01-04
Include selected spec in Formula#inspect
Jack Nagel
2015-01-04
Make active_spec protected
Jack Nagel
2015-01-04
Doc most DSL methods as write-only
Jack Nagel
2015-01-04
Fix markup
Jack Nagel
2015-01-04
Top-level DSL methods only manipulate the stable spec
Jack Nagel
2014-12-30
Use block-form of File.open
Jack Nagel
2014-12-30
Log build environment on failure
Jack Nagel
2014-12-30
Always dump full configuration
Jack Nagel
2014-12-27
One less external call to #active_spec
Jack Nagel
2014-12-26
Decouple applying patches from staging the source
Jack Nagel
2014-12-26
Finally stop exposing url on Formula
Jack Nagel
2014-12-26
Unroll validation loop
Jack Nagel
2014-12-26
Overriding #initialize is not supported, so drop late validation
Jack Nagel
2014-12-26
formula: add/improve more API docs.
Mike McQuaid
2014-12-26
Fix method redefinition warning
Jack Nagel
2014-12-22
The class-level keg_only_reason is private API
Jack Nagel
2014-12-22
Use "@api private" instead of "@private"
Jack Nagel
2014-12-20
Typo in skip_clean? documentation
Baptiste Fontaine
2014-12-12
Formula#install has public visibility
Jack Nagel
2014-12-12
Formula#exec_cmd: coerce arg to string before start_with?
Tim D. Smith
2014-12-10
Formula#exec_cmd: recognize setuptools shim and refurbish args
Tim D. Smith
2014-12-10
Formula#system: hide python setup.py shim in ohai
Tim D. Smith
2014-12-08
formula.rb: make some methods private.
Mike McQuaid
2014-12-08
formula.rb: add install method.
Mike McQuaid
2014-12-08
Document Formula attributes.
Mike McQuaid
2014-12-06
Remove {start,stop}doc as we're using Yard now.
Mike McQuaid
2014-11-06
Remove outdated comment
Jack Nagel
2014-10-29
Add predicate methods for specs and stop testing internals
Jack Nagel
2014-10-21
Point to a tap when installing or fetching.
Mike McQuaid
2014-10-19
formula: add spec deprecated_option DSL.
Mike McQuaid
2014-10-19
Provide a method to access test fixtures
Jack Nagel
2014-10-10
Remove redundant comments
Jack Nagel
2014-09-24
Generate RDoc documentation.
Mike McQuaid
2014-09-18
Remove fails_with? from the formula instance
Jack Nagel
2014-09-18
Implement `brew test --debug`
Jack Nagel
2014-09-18
Remove workaround for old debugger
Jack Nagel
2014-09-13
Pass the ENV hash into the BuildError constructor
Jack Nagel
2014-09-07
Fix file descriptor leak in Formula#system
Jack Nagel
2014-09-07
Avoid intermediate array
Jack Nagel
2014-09-05
Remove unnecessary closed? guard
Jack Nagel
2014-09-05
Less code in begin block
Jack Nagel
2014-09-05
Ensure log file is closed
Jack Nagel
[next]