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
2013-09-07
Use block-form of File.open and let Ruby do the cleanup
Jack Nagel
2013-09-07
ARGV.verbose? is always false here
Jack Nagel
2013-09-07
Optionally use git to keep brew etc versioned.
Mike McQuaid
2013-09-06
Fix file descriptor leak in Formula#system
Jack Nagel
2013-09-06
Enable verbose compile command in create template.
Xiyue Deng
2013-09-05
Improve python tests for brew bots
Samuel John
2013-09-02
Formula: record full path to non-core formula
Misty De Meo
2013-09-01
Implement fails_with for non-Apple compilers
Misty De Meo
2013-08-31
Push dependency option generation into BuildOptions
Jack Nagel
2013-08-30
Use system path for more tools, for Linux compat.
Dan Hughes
2013-08-29
Allow conflicts_with to accept multiple formula names
Jack Nagel
2013-08-28
Don't consider files in the Cellar as Racks
Samuel John
2013-08-20
Use ENV.update to restore removed variables
Jack Nagel
2013-08-10
Check that the cellar exists in Formula.installed
Jack Nagel
2013-08-08
Don't hard-code PYTHONPATH for `brew test`
Samuel John
2013-08-08
Improve docs for Formula#python (python_helper)
Samuel John
2013-07-18
Formula: temporarily set PYTHONPATH.
Mike McQuaid
2013-07-12
Move inreplace off of Object
Jack Nagel
2013-06-29
Do this in a saner way
Jack Nagel
2013-06-29
Move Formula.factory into new Formulary module
Adam Vandenberg
2013-06-29
Add TODO to canonical_name
Adam Vandenberg
2013-06-29
Pass strings to factory
Adam Vandenberg
2013-06-26
Formula.each: note why import failed
Jack Nagel
2013-06-24
Use 'path or URL' as tap for non-tap, non-core formulae
Adam Vandenberg
2013-06-24
Show tap/path for non-core formulae on build failure
Adam Vandenberg
2013-06-23
Remove unused guard in canonical_name
Adam Vandenberg
2013-06-23
document canonical name and move vars down to usage
Adam Vandenberg
2013-06-20
Remove unused accessor
Jack Nagel
2013-06-20
Use a Set for skip_clean_paths
Jack Nagel
2013-06-20
Splatted parameter is always an array
Jack Nagel
2013-06-20
Formula: improve local bottle failure messaging.
Mike McQuaid
2013-06-09
Update Formula#to_hash for tweaked conflicts implementation
Jack Nagel
2013-06-09
Separate formula conflicts from requirements
Jack Nagel
2013-06-08
Make Test::Unit assertions available in formula tests
Jack Nagel
2013-06-06
Add class name to method_added error
Adam Vandenberg
2013-06-06
Use ivar accessors
Jack Nagel
2013-06-06
Hotfix: Revert Python module
Samuel John
2013-06-06
PythonInstalled: Don't require superenv
Samuel John
2013-06-05
Consolidate formula visibility blocks
Adam Vandenberg
2013-06-04
Extract attr_rw from Formula for reuse
Jack Nagel
2013-06-03
Remove unnecessary use of instance_eval
Jack Nagel
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-05-25
Fix Formula#installed_prefix logic
Jack Nagel
2013-05-25
Remove cat_without_underscores bottle methods.
Mike McQuaid
2013-05-21
Formula: move pin methods somewhere less intrusive
Jack Nagel
2013-05-16
Use subdirs to avoid checking for .DS_Store
Jack Nagel
2013-05-16
Formula: remove specs accessor
Jack Nagel
2013-05-16
Formula#fetch: always return the cached path
Jack Nagel
2013-05-16
Adjust semantics of Formula#fetch
Jack Nagel
2013-05-10
Use Enumerable#grep
Jack Nagel
[next]